diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f8df4d1ff..ce857e2f6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,10 +9,10 @@ PR Author: Check these when they're done. Not all may apply. ~~strikethrough~~ a PR Reviewer: Verify each has been completed. - [ ] OS-HPXML git subtree has been pulled -- [ ] 301/ES rulesets and unit tests have been updated - [ ] 301validator.xml has been updated (reference EPvalidator.xml) -- [ ] Workflow tests have been updated +- [ ] Sample files have been added/updated (`openstudio tasks.rb update_hpxmls`) +- [ ] Tests have been added/updated (e.g., `rulesets\tests` and/or `workflow/tests/*_test.rb`) - [ ] Documentation has been updated - [ ] Changelog has been updated - [ ] `openstudio tasks.rb update_measures` has been run -- [ ] No unexpected regression test changes on CI +- [ ] No unexpected changes to simulation results on CI diff --git a/Changelog.md b/Changelog.md index b27054375..8dd143827 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,10 +1,15 @@ ## OpenStudio-ERI v1.8.0 __New Features__ +- Implements ANSI/RESNET/ICC Standard 301-2022 and Addendum C. + - `ERICalculation/Version` and `CO2IndexCalculation/Version` can now be "2022C" or "2022". + - Allows modeling electric battery storage, including shared batteries ("2022C" or newer). + - The `ElectricAuxiliaryEnergy` input for boilers is no longer used. - **Breaking change**: Each `VentilationFan` must have one (and only one) `UsedFor...` element set to true. - Ground source heat pump model enhancements. - Allows `Roof/RadiantBarrier` to be omitted; defaults to false. - Adds more error-checking for inappropriate inputs (e.g., HVAC SHR=0 or clothes washer IMEF=0). +- Allows `FractionDuctArea` as alternative to `DuctSurfaceArea` - Now defaults to -20F for `CompressorLockoutTemperature` for variable-speed air-to-air heat pumps. - Clarifies that Capacity=-1 can be used to autosize HVAC equipment for research purposes or to run tests. - It should *not* be used for a real home; a warning will be issued when it's used. diff --git a/docs/source/capabilities.rst b/docs/source/capabilities.rst index bdb708839..920b4fd46 100644 --- a/docs/source/capabilities.rst +++ b/docs/source/capabilities.rst @@ -5,8 +5,9 @@ ERI Capabilities ---------------- The following ERI Standards are supported: -- ANSI/RESNET/ICC 301-2014© Standard for the Calculation and Labeling of the Energy Performance of Low-Rise Residential Buildings using an Energy Rating Index -- ANSI/RESNET/ICC 301-2019 Standard for the Calculation and Labeling of the Energy Performance of Dwelling and Sleeping Units using an Energy Rating Index +- ANSI/RESNET/ICC 301-2014 +- ANSI/RESNET/ICC 301-2019 +- ANSI/RESNET/ICC 301-2022 The following ENERGY STAR programs/versions are supported: diff --git a/docs/source/workflow_inputs.rst b/docs/source/workflow_inputs.rst index 9a15be108..8b37174c3 100644 --- a/docs/source/workflow_inputs.rst +++ b/docs/source/workflow_inputs.rst @@ -57,10 +57,10 @@ The OpenStudio-ERI calculation(s) to be performed are entered in ``/HPXML/Softwa ``ZERHCalculation/Version`` string See [#]_ No Version to perform DOE ZERH ERI calculation ================================= ======== ======= =========== ======== ======= ================================== - .. [#] ERICalculation/Version choices are "latest", "2019ABCD", "2019ABC", "2019AB", "2019A", "2019", "2014AEG", "2014AE", "2014A", or "2014". - For example, a value of "2019AB" tells the workflow to use ANSI/RESNET/ICC© 301-2019 with both Addendum A and Addendum B included. + .. [#] ERICalculation/Version choices are "latest", "2022C", "2022", "2019ABCD", "2019ABC", "2019AB", "2019A", "2019", "2014AEG", "2014AE", "2014A", or "2014". + For example, a value of "2019AB" tells the workflow to use ANSI/RESNET/ICC 301-2019 with both Addendum A and Addendum B included. A value of "latest" can be used to always point to the latest version available. - .. [#] CO2IndexCalculation/Version choices are "latest" and "2019ABCD". + .. [#] CO2IndexCalculation/Version choices are "latest", "2022C", "2022", or "2019ABCD". A value of "latest" can be used to always point to the latest version available. If both CO2IndexCalculation/Version and ERICalculation/Version are provided, they must use the same version. .. [#] IECCERICalculation/Version choices are "2021", "2018", or "2015". @@ -703,11 +703,11 @@ Each central furnace is entered as a ``/HPXML/Building/BuildingDetails/Systems/H .. [#] HeatingSystemFuel choices are "natural gas", "fuel oil", "propane", "electricity", "wood", or "wood pellets". .. [#] HeatingCapacity=-1 can be used to autosize the equipment for research purposes or to run tests (it should *not* be used for a real home). .. [#] The sum of all ``FractionHeatLoadServed`` (across all HVAC systems) must be less than or equal to 1. - .. [#] If the fan power is not measured, a value of 0.58 W/cfm should be used according to ANSI/RESNET/ICC© 301-2019 Addendum B. + .. [#] If the fan power is not measured, a value of 0.58 W/cfm should be used according to `ANSI/RESNET/ICC 301-2019 Addendum B `_. .. [#] AirflowDefectRatio is defined as (InstalledAirflow - DesignAirflow) / DesignAirflow; a value of zero means no airflow defect. 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. - If the airflow rate is not measured and the measurement is not exempted, a value of -0.25 should be used according to ANSI/RESNET/ICC© 301-2019 Addendum B. + If the airflow rate is not measured and the measurement is not exempted, a value of -0.25 should be used according to `ANSI/RESNET/ICC 301-2019 Addendum B `_. .. [#] If there is a cooling system attached to the DistributionSystem, the heating and cooling systems cannot have different values for FanPowerWattsPerCFM. .. warning:: @@ -778,7 +778,6 @@ Each in-unit boiler is entered as a ``/HPXML/Building/BuildingDetails/Systems/HV ``HeatingCapacity`` double Btu/hr >= 0 [#]_ Yes Heating output capacity ``AnnualHeatingEfficiency[Units="AFUE"]/Value`` double frac > 0, <= 1 Yes Rated efficiency ``FractionHeatLoadServed`` double frac >= 0, <= 1 [#]_ Yes Fraction of heating load served - ``ElectricAuxiliaryEnergy`` double kWh/yr >= 0 No See [#]_ Electric auxiliary energy =============================================== ======== ====== =============== ======== ======== ========================================= .. [#] HVACDistribution type must be :ref:`hvac_distribution_hydronic` (type: "radiator", "baseboard", "radiant floor", or "radiant ceiling") or :ref:`hvac_distribution_dse`. @@ -786,11 +785,6 @@ Each in-unit boiler is entered as a ``/HPXML/Building/BuildingDetails/Systems/HV .. [#] HeatingSystemFuel choices are "natural gas", "fuel oil", "propane", "electricity", "wood", or "wood pellets". .. [#] HeatingCapacity=-1 can be used to autosize the equipment for research purposes or to run tests (it should *not* be used for a real home). .. [#] The sum of all ``FractionHeatLoadServed`` (across all HVAC systems) must be less than or equal to 1. - .. [#] If ElectricAuxiliaryEnergy not provided, defaults as follows: - - \- **Oil boiler**: 330 kWh/yr - - \- **Gas boiler**: 170 kWh/yr .. _hvac_heating_shared_boiler: @@ -940,15 +934,15 @@ Each central air conditioner is entered as a ``/HPXML/Building/BuildingDetails/S If not a split system, provide SEER using the appropriate conversion factor. .. [#] If SensibleHeatFraction not provided, defaults to 0.73 for single/two stage and 0.78 for variable speed. .. [#] If there is a heating system attached to the DistributionSystem, the heating and cooling systems cannot have different values for FanPowerWattsPerCFM. - .. [#] If the fan power is not measured, a value of 0.58 W/cfm should be used according to ANSI/RESNET/ICC© 301-2019 Addendum B. + .. [#] If the fan power is not measured, a value of 0.58 W/cfm should be used according to `ANSI/RESNET/ICC 301-2019 Addendum B `_. .. [#] AirflowDefectRatio is defined as (InstalledAirflow - DesignAirflow) / DesignAirflow; a value of zero means no airflow defect. 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. - If the airflow rate is not measured and the measurement is not exempted, a value of -0.25 should be used according to ANSI/RESNET/ICC© 301-2019 Addendum B. + If the airflow rate is not measured and the measurement is not exempted, a value of -0.25 should be used according to `ANSI/RESNET/ICC 301-2019 Addendum B `_. .. [#] 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 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. - If the charge is not measured and the measurement is not exempted, a value of -0.25 should be used according to ANSI/RESNET/ICC© 301-2019 Addendum B. + If the charge is not measured and the measurement is not exempted, a value of -0.25 should be used according to `ANSI/RESNET/ICC 301-2019 Addendum B `_. .. warning:: @@ -1082,15 +1076,15 @@ Each mini-split air conditioner is entered as a ``/HPXML/Building/BuildingDetail .. [#] CompressorType only choices is "variable speed" (i.e., they are assumed to be inverter driven). .. [#] 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 the fan power is not measured, a value of 0.58 W/cfm should be used according to ANSI/RESNET/ICC© 301-2019 Addendum B. + .. [#] If the fan power is not measured, a value of 0.58 W/cfm should be used according to `ANSI/RESNET/ICC 301-2019 Addendum B `_. .. [#] AirflowDefectRatio is defined as (InstalledAirflow - DesignAirflow) / DesignAirflow; a value of zero means no airflow defect. 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. - If the airflow rate is not measured and the measurement is not exempted, a value of -0.25 should be used according to ANSI/RESNET/ICC© 301-2019 Addendum B. + If the airflow rate is not measured and the measurement is not exempted, a value of -0.25 should be used according to `ANSI/RESNET/ICC 301-2019 Addendum B `_. .. [#] 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 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. - If the charge is not measured and the measurement is not exempted, a value of -0.25 should be used according to ANSI/RESNET/ICC© 301-2019 Addendum B. + If the charge is not measured and the measurement is not exempted, a value of -0.25 should be used according to `ANSI/RESNET/ICC 301-2019 Addendum B `_. .. warning:: @@ -1217,15 +1211,15 @@ Each air-to-air heat pump is entered as a ``/HPXML/Building/BuildingDetails/Syst .. [#] The extension/HeatingCapacityRetention input is a more flexible alternative to HeatingCapacity17F. Either input approach can be used, but not both. - .. [#] If the fan power is not measured, a value of 0.58 W/cfm should be used according to ANSI/RESNET/ICC© 301-2019 Addendum B. + .. [#] If the fan power is not measured, a value of 0.58 W/cfm should be used according to `ANSI/RESNET/ICC 301-2019 Addendum B `_. .. [#] AirflowDefectRatio is defined as (InstalledAirflow - DesignAirflow) / DesignAirflow; a value of zero means no airflow defect. 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. - If the airflow rate is not measured and the measurement is not exempted, a value of -0.25 should be used according to ANSI/RESNET/ICC© 301-2019 Addendum B. + If the airflow rate is not measured and the measurement is not exempted, a value of -0.25 should be used according to `ANSI/RESNET/ICC 301-2019 Addendum B `_. .. [#] 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 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. - If the charge is not measured and the measurement is not exempted, a value of -0.25 should be used according to ANSI/RESNET/ICC© 301-2019 Addendum B. + If the charge is not measured and the measurement is not exempted, a value of -0.25 should be used according to `ANSI/RESNET/ICC 301-2019 Addendum B `_. .. warning:: @@ -1276,15 +1270,15 @@ Each ``HeatPump`` is expected to represent a single outdoor unit, whether connec .. [#] If neither extension/HeatingCapacityRetention nor HeatingCapacity17F provided, heating capacity retention defaults to 0.0461 * HSPF + 0.1594 (at 5F). .. [#] The extension/HeatingCapacityRetention input is a more flexible alternative to HeatingCapacity17F. Either input approach can be used, but not both. - .. [#] If the fan power is not measured, a value of 0.58 W/cfm should be used according to ANSI/RESNET/ICC© 301-2019 Addendum B. + .. [#] If the fan power is not measured, a value of 0.58 W/cfm should be used according to `ANSI/RESNET/ICC 301-2019 Addendum B `_. .. [#] AirflowDefectRatio is defined as (InstalledAirflow - DesignAirflow) / DesignAirflow; a value of zero means no airflow defect. 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. - If the airflow rate is not measured and the measurement is not exempted, a value of -0.25 should be used according to ANSI/RESNET/ICC© 301-2019 Addendum B. + If the airflow rate is not measured and the measurement is not exempted, a value of -0.25 should be used according to `ANSI/RESNET/ICC 301-2019 Addendum B `_. .. [#] 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 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. - If the charge is not measured and the measurement is not exempted, a value of -0.25 should be used according to ANSI/RESNET/ICC© 301-2019 Addendum B. + If the charge is not measured and the measurement is not exempted, a value of -0.25 should be used according to `ANSI/RESNET/ICC 301-2019 Addendum B `_. .. warning:: @@ -1403,15 +1397,15 @@ Each ground-to-air heat pump is entered as a ``/HPXML/Building/BuildingDetails/S .. [#] SharedLoopWatts only required if IsSharedSystem is true. .. [#] Shared loop pump power attributed to the dwelling unit is calculated as SharedLoopWatts / NumberofUnitsServed. .. [#] SharedLoopMotorEfficiency only used if IsSharedSystem is true. - .. [#] If the fan power is not measured, a value of 0.58 W/cfm should be used according to ANSI/RESNET/ICC© 301-2019 Addendum B. + .. [#] If the fan power is not measured, a value of 0.58 W/cfm should be used according to `ANSI/RESNET/ICC 301-2019 Addendum B `_. .. [#] AirflowDefectRatio is defined as (InstalledAirflow - DesignAirflow) / DesignAirflow; a value of zero means no airflow defect. 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. - If the airflow rate is not measured and the measurement is not exempted, a value of -0.25 should be used according to ANSI/RESNET/ICC© 301-2019 Addendum B. + If the airflow rate is not measured and the measurement is not exempted, a value of -0.25 should be used according to `ANSI/RESNET/ICC 301-2019 Addendum B `_. .. [#] 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 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. - If the charge is not measured and the measurement is not exempted, a value of -0.25 should be used according to ANSI/RESNET/ICC© 301-2019 Addendum B. + If the charge is not measured and the measurement is not exempted, a value of -0.25 should be used according to `ANSI/RESNET/ICC 301-2019 Addendum B `_. .. warning:: @@ -1556,16 +1550,16 @@ 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 - ``DuctType`` string See [#]_ Yes Supply or return ducts - ``DuctInsulationRValue`` double F-ft2-hr/Btu >= 0 Yes R-value of duct insulation [#]_ - ``DuctBuriedInsulationLevel`` string See [#]_ No not buried Duct buried insulation level [#]_ - ``DuctLocation`` string See [#]_ Yes Duct location - ``DuctSurfaceArea`` double ft2 >= 0 Yes Duct surface area - ============================= ======= ============ =========== ======== ========== =============================== + =============================================== ======= ============ ================ ======== ========== ====================================== + Element Type Units Constraints Required Default Notes + =============================================== ======= ============ ================ ======== ========== ====================================== + ``SystemIdentifier`` id Yes Unique identifier + ``DuctType`` string See [#]_ Yes Supply or return ducts + ``DuctInsulationRValue`` double F-ft2-hr/Btu >= 0 Yes R-value of duct insulation [#]_ + ``DuctBuriedInsulationLevel`` string See [#]_ No not buried Duct buried insulation level [#]_ + ``DuctLocation`` string See [#]_ Yes Duct location + ``FractionDuctArea`` and/or ``DuctSurfaceArea`` double frac or ft2 0-1 or >= 0 [#]_ Yes [#]_ See [#]_ Duct fraction/surface area in location + =============================================== ======= ============ ================ ======== ========== ====================================== .. [#] DuctType choices are "supply" or "return". .. [#] DuctInsulationRValue should not include the exterior air film (i.e., use 0 for an uninsulated duct). @@ -1578,6 +1572,15 @@ Additional information is entered in each ``Ducts``. See the `Building America Solution Center `_ for more information. .. [#] DuctLocation choices are "conditioned space", "basement - conditioned", "basement - unconditioned", "crawlspace - unvented", "crawlspace - vented", "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. + .. [#] The sum of all FractionDuctArea must each equal to 1, both for the supply side and return side. + .. [#] If both are provided, DuctSurfaceArea will be used in the model. + .. [#] If DuctSurfaceArea not provided, duct surface areas will be calculated based on ANSI/RESNET/ICC 301-2022: + + \- **Supply duct area**: 0.27 * ConditionedFloorAreaServed + + \- **Return duct area**: (if NumberofReturnRegisters < 6, 0.05 * NumberofReturnRegisters, 0.25 otherwise) * ConditionedFloorAreaServed + + where each duct surface area will be FractionDuctArea multiplied by supply, or return, duct area. .. _hvac_distribution_hydronic: @@ -2268,21 +2271,21 @@ Each solar electric photovoltaic (PV) system is entered as a ``/HPXML/Building/B Many of the inputs are adopted from the `PVWatts model `_. - ==================================== ======= ===== ============ ======== ======== ============================================ - Element Type Units Constraints Required Default Notes - ==================================== ======= ===== ============ ======== ======== ============================================ - ``SystemIdentifier`` id Yes Unique identifier - ``IsSharedSystem`` boolean Yes Whether it serves multiple dwelling units - ``Location`` string See [#]_ Yes Mounting location - ``ModuleType`` string See [#]_ Yes Type of module - ``Tracking`` string See [#]_ Yes Type of tracking - ``ArrayAzimuth`` integer deg >= 0, <= 359 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`` double frac >= 0, <= 1 Yes System losses [#]_ - ``AttachedToInverter`` idref See [#]_ Yes ID of attached inverter - ``extension/NumberofBedroomsServed`` integer > 1 See [#]_ Number of bedrooms served - ==================================== ======= ===== ============ ======== ======== ============================================ + ==================================== ======= ===== ================== ======== ======== ============================================ + Element Type Units Constraints Required Default Notes + ==================================== ======= ===== ================== ======== ======== ============================================ + ``SystemIdentifier`` id Yes Unique identifier + ``IsSharedSystem`` boolean Yes Whether it serves multiple dwelling units + ``Location`` string See [#]_ Yes Mounting location + ``ModuleType`` string See [#]_ Yes Type of module + ``Tracking`` string See [#]_ Yes Type of tracking + ``ArrayAzimuth`` integer deg >= 0, <= 359 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`` double frac >= 0, <= 1 Yes System losses [#]_ + ``AttachedToInverter`` idref See [#]_ Yes ID of attached inverter + ``extension/NumberofBedroomsServed`` integer > NumberofBedrooms See [#]_ Number of bedrooms served + ==================================== ======= ===== ================== ======== ======== ============================================ .. [#] Location choices are "ground" or "roof" mounted. .. [#] ModuleType choices are "standard", "premium", or "thin film". @@ -2312,8 +2315,8 @@ Many of the inputs are adopted from the `PVWatts model 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. + .. [#] NumberofBedroomsServed only required if IsSharedSystem is true. + 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 per `ANSI/RESNET/ICC 301-2019 `_. In addition, an inverter must be entered as a ``/HPXML/Building/BuildingDetails/Systems/Photovoltaics/Inverter``. @@ -2327,27 +2330,60 @@ In addition, an inverter must be entered as a ``/HPXML/Building/BuildingDetails/ .. [#] For homes with multiple inverters, all InverterEfficiency elements must have the same value. .. [#] Default from PVWatts is 0.96. +HPXML Batteries +*************** + +A single battery can be entered as a ``/HPXML/Building/BuildingDetails/Systems/Batteries/Battery``. + + ==================================================== ======= ========= ======================= ======== ======== ============================================ + Element Type Units Constraints Required Default Notes + ==================================================== ======= ========= ======================= ======== ======== ============================================ + ``SystemIdentifier`` id Yes Unique identifier + ``IsSharedSystem`` boolean Yes Whether it serves multiple dwelling units + ``Location`` string See [#]_ No See [#]_ Location + ``BatteryType`` string See [#]_ Yes Battery type + ``NominalCapacity[Units="kWh"]/Value`` double kWh >= 0 Yes Nominal (total) capacity + ``UsableCapacity[Units="kWh"]/Value`` double kWh >= 0, < NominalCapacity Yes Usable capacity + ``RatedPowerOutput`` double W >= 0 Yes Power output under non-peak conditions + ``RoundTripEfficiency`` double frac > 0, <= 1 Yes Round trip efficiency + ``extension/NumberofBedroomsServed`` integer > NumberofBedrooms See [#]_ Number of bedrooms served + ==================================================== ======= ========= ======================= ======== ======== ============================================ + + .. [#] Location choices are "conditioned space", "basement - conditioned", "basement - unconditioned", "crawlspace - vented", "crawlspace - unvented", "attic - vented", "attic - unvented", "garage", or "outside". + .. [#] If Location not provided, defaults to "garage" if a garage is present, otherwise "outside". + .. [#] BatteryType only choice is "Li-ion". + .. [#] NumberofBedroomsServed only required if IsSharedSystem is true. + Battery charging/discharging will be apportioned to the dwelling unit using its number of bedrooms divided by the total number of bedrooms served by the battery per ANSI/RESNET/ICC 301-2022 Addendum C. + +.. note:: + + The battery will charge if PV production is greater than the building electrical load and the battery is below its maximum capacity. + The battery will discharge if the building electrical load is greater than the PV production and the battery is above its minimum capacity. + A battery in a home without PV is not modeled. + + For ERI calculations, batteries will result in a small penalty because ERI is calculated using annual energy consumption and batteries increase annual electricity consumption (due to round trip efficiency). + For CO2e Index calculations, batteries can result in a credit because CO2e Index is calculated using hourly electricity emissions factors and batteries shift when electricity consumption occurs. HPXML Generators **************** Each generator that provides on-site power is entered as a ``/HPXML/Building/BuildingDetails/Systems/extension/Generators/Generator``. - ========================== ======= ======= =========== ======== ======= ============================================ - Element Type Units Constraints Required Default Notes - ========================== ======= ======= =========== ======== ======= ============================================ - ``SystemIdentifier`` id Yes Unique identifier - ``IsSharedSystem`` boolean Yes Whether it serves multiple dwelling units - ``FuelType`` string See [#]_ Yes Fuel type - ``AnnualConsumptionkBtu`` double kBtu/yr > 0 Yes Annual fuel consumed - ``AnnualOutputkWh`` double kWh/yr > 0 [#]_ Yes Annual electricity produced - ``NumberofBedroomsServed`` integer > 1 See [#]_ Number of bedrooms served - ========================== ======= ======= =========== ======== ======= ============================================ + ========================== ======= ======= ================== ======== ======= ============================================ + Element Type Units Constraints Required Default Notes + ========================== ======= ======= ================== ======== ======= ============================================ + ``SystemIdentifier`` id Yes Unique identifier + ``IsSharedSystem`` boolean Yes Whether it serves multiple dwelling units + ``FuelType`` string See [#]_ Yes Fuel type + ``AnnualConsumptionkBtu`` double kBtu/yr > 0 Yes Annual fuel consumed + ``AnnualOutputkWh`` double kWh/yr > 0 [#]_ Yes Annual electricity produced + ``NumberofBedroomsServed`` integer > NumberofBedrooms See [#]_ Number of bedrooms served + ========================== ======= ======= ================== ======== ======= ============================================ .. [#] FuelType choices are "natural gas", "fuel oil", "propane", "wood", or "wood pellets". .. [#] AnnualOutputkWh must also be < AnnualConsumptionkBtu*3.412 (i.e., the generator must consume more energy than it produces). - .. [#] NumberofBedroomsServed only required if IsSharedSystem is true, in which case it must be > NumberofBedrooms. - Annual consumption and annual production will be apportioned to the dwelling unit using its number of bedrooms divided by the total number of bedrooms served by the generator. + .. [#] NumberofBedroomsServed only required if IsSharedSystem is true. + Annual consumption and annual production will be apportioned to the dwelling unit using its number of bedrooms divided by the total number of bedrooms served by the generator per `ANSI/RESNET/ICC 301-2019 `_. .. note:: @@ -2463,7 +2499,7 @@ A single dishwasher can be entered as a ``/HPXML/Building/BuildingDetails/Applia .. [#] For example, a dishwasher in a shared mechanical room of a MF building. .. [#] Location choices are "conditioned space", "basement - conditioned", "basement - unconditioned", "garage", "other housing unit", "other heated space", "other multifamily buffer space", or "other non-freezing space". See :ref:`hpxmllocations` for descriptions. - .. [#] If EnergyFactor (EF) provided instead of RatedAnnualkWh, it will be converted using the following equation based on `ANSI/RESNET/ICC 301-2014 `_: + .. [#] If EnergyFactor (EF) provided instead of RatedAnnualkWh, it will be converted using the following equation based on `ANSI/RESNET/ICC 301-2014 `_: RatedAnnualkWh = 215.0 / EF. If the dishwasher is shared, additional information is entered in ``/HPXML/Building/BuildingDetails/Appliances/Dishwasher``. @@ -2523,7 +2559,7 @@ Each dehumidifier can be entered as a ``/HPXML/Building/BuildingDetails/Applianc .. note:: - Dehumidifiers only affect ERI scores if Version 2019AB or newer is used, as dehumidifiers were incorporated into the ERI calculation as of 301-2019 Addendum B. + Dehumidifiers only affect ERI scores if Version 2019AB or newer is used, as dehumidifiers were incorporated into the ERI calculation as of `301-2019 Addendum B `_. .. note:: diff --git a/hpxml-measures/BuildResidentialHPXML/README.md b/hpxml-measures/BuildResidentialHPXML/README.md index 1c5d2b6c6..0e1701e18 100644 --- a/hpxml-measures/BuildResidentialHPXML/README.md +++ b/hpxml-measures/BuildResidentialHPXML/README.md @@ -3669,6 +3669,17 @@ Multiplier on the hot water usage that can reflect, e.g., high/low usage occupan
+**General Water Use: Usage Multiplier** + +Multiplier on internal gains from general water use (floor mopping, shower evaporation, water films on showers, tubs & sinks surfaces, plant watering, etc.) that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see HPXML Building Occupancy) is used. + +- **Name:** ``general_water_use_usage_multiplier`` +- **Type:** ``Double`` + +- **Required:** ``false`` + +
+ **Solar Thermal: System Type** The type of solar thermal system. Use 'none' if there is no solar thermal system. @@ -4086,6 +4097,19 @@ The round trip efficiency of the lithium ion battery. If not provided, the OS-HP
+**Battery: Number of Bedrooms Served** + +Number of bedrooms served by the lithium ion battery. Required if single-family attached or apartment unit. Used to apportion battery charging/discharging to the unit of a SFA/MF building. + +- **Name:** ``battery_num_bedrooms_served`` +- **Type:** ``Integer`` + +- **Units:** ``#`` + +- **Required:** ``false`` + +
+ **Lighting: Present** Whether there is lighting energy use. diff --git a/hpxml-measures/BuildResidentialHPXML/measure.rb b/hpxml-measures/BuildResidentialHPXML/measure.rb index db9f2bd75..7153302e5 100644 --- a/hpxml-measures/BuildResidentialHPXML/measure.rb +++ b/hpxml-measures/BuildResidentialHPXML/measure.rb @@ -2128,16 +2128,16 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument args << arg recirculation_control_type_choices = OpenStudio::StringVector.new - recirculation_control_type_choices << HPXML::DHWRecirControlTypeNone - recirculation_control_type_choices << HPXML::DHWRecirControlTypeTimer - recirculation_control_type_choices << HPXML::DHWRecirControlTypeTemperature - recirculation_control_type_choices << HPXML::DHWRecirControlTypeSensor - recirculation_control_type_choices << HPXML::DHWRecirControlTypeManual + recirculation_control_type_choices << HPXML::DHWRecircControlTypeNone + recirculation_control_type_choices << HPXML::DHWRecircControlTypeTimer + recirculation_control_type_choices << HPXML::DHWRecircControlTypeTemperature + recirculation_control_type_choices << HPXML::DHWRecircControlTypeSensor + recirculation_control_type_choices << HPXML::DHWRecircControlTypeManual 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) + arg.setDefaultValue(HPXML::DHWRecircControlTypeNone) args << arg arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('hot_water_distribution_recirc_piping_length', false) @@ -2205,6 +2205,11 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setDescription("Multiplier on the hot water usage that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see HPXML Water Fixtures) is used.") args << arg + arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('general_water_use_usage_multiplier', false) + arg.setDisplayName('General Water Use: Usage Multiplier') + arg.setDescription("Multiplier on internal gains from general water use (floor mopping, shower evaporation, water films on showers, tubs & sinks surfaces, plant watering, etc.) that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see HPXML Building Occupancy) is used.") + args << arg + solar_thermal_system_type_choices = OpenStudio::StringVector.new solar_thermal_system_type_choices << 'none' solar_thermal_system_type_choices << HPXML::SolarThermalSystemType @@ -2452,6 +2457,12 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setUnits('Frac') args << arg + arg = OpenStudio::Measure::OSArgument::makeIntegerArgument('battery_num_bedrooms_served', false) + arg.setDisplayName('Battery: Number of Bedrooms Served') + arg.setDescription("Number of bedrooms served by the lithium ion battery. Required if #{HPXML::ResidentialTypeSFA} or #{HPXML::ResidentialTypeApartment}. Used to apportion battery charging/discharging to the unit of a SFA/MF building.") + arg.setUnits('#') + args << arg + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('lighting_present', true) arg.setDisplayName('Lighting: Present') arg.setDescription('Whether there is lighting energy use.') @@ -4315,6 +4326,9 @@ def self.set_building_occupancy(hpxml_bldg, args) if args[:geometry_unit_num_occupants].is_initialized hpxml_bldg.building_occupancy.number_of_residents = args[:geometry_unit_num_occupants].get end + if args[:general_water_use_usage_multiplier].is_initialized + hpxml_bldg.building_occupancy.general_water_use_usage_multiplier = args[:general_water_use_usage_multiplier].get + end end def self.set_building_construction(hpxml_bldg, args) @@ -6401,13 +6415,22 @@ def self.set_battery(hpxml_bldg, args) round_trip_efficiency = args[:battery_round_trip_efficiency].get end + if [HPXML::ResidentialTypeSFA, HPXML::ResidentialTypeApartment].include? args[:geometry_unit_type] + if args[:battery_num_bedrooms_served].get > args[:geometry_unit_num_bedrooms] + is_shared_system = true + number_of_bedrooms_served = args[:battery_num_bedrooms_served].get + end + end + hpxml_bldg.batteries.add(id: "Battery#{hpxml_bldg.batteries.size + 1}", type: HPXML::BatteryTypeLithiumIon, location: location, rated_power_output: rated_power_output, nominal_capacity_kwh: nominal_capacity_kwh, usable_capacity_kwh: usable_capacity_kwh, - round_trip_efficiency: round_trip_efficiency) + round_trip_efficiency: round_trip_efficiency, + is_shared_system: is_shared_system, + number_of_bedrooms_served: number_of_bedrooms_served) end def self.set_lighting(hpxml_bldg, args) diff --git a/hpxml-measures/BuildResidentialHPXML/measure.xml b/hpxml-measures/BuildResidentialHPXML/measure.xml index 94accbc09..8c8fe1ecf 100644 --- a/hpxml-measures/BuildResidentialHPXML/measure.xml +++ b/hpxml-measures/BuildResidentialHPXML/measure.xml @@ -3,8 +3,8 @@ 3.1 build_residential_hpxml a13a8983-2b01-4930-8af2-42030b6e4233 - 1ad6ba02-2bb2-4bbc-81d6-29cbeb4fd106 - 2024-01-31T16:50:00Z + f2656ed9-4491-4e74-93ae-ad65beb77be6 + 2024-02-01T23:33:18Z 2C38F48B BuildResidentialHPXML HPXML Builder @@ -4625,6 +4625,14 @@ false false + + general_water_use_usage_multiplier + General Water Use: Usage Multiplier + Multiplier on internal gains from general water use (floor mopping, shower evaporation, water films on showers, tubs & sinks surfaces, plant watering, etc.) that can reflect, e.g., high/low usage occupants. If not provided, the OS-HPXML default (see <a href='https://openstudio-hpxml.readthedocs.io/en/v1.7.0/workflow_inputs.html#hpxml-building-occupancy'>HPXML Building Occupancy</a>) is used. + Double + false + false + solar_thermal_system_type Solar Thermal: System Type @@ -5133,6 +5141,15 @@ false false + + battery_num_bedrooms_served + Battery: Number of Bedrooms Served + Number of bedrooms served by the lithium ion battery. Required if single-family attached or apartment unit. Used to apportion battery charging/discharging to the unit of a SFA/MF building. + Integer + # + false + false + lighting_present Lighting: Present @@ -7132,7 +7149,7 @@ README.md md readme - 25A31E46 + A8644FE1 README.md.erb @@ -7149,7 +7166,7 @@ measure.rb rb script - 1F8CBA31 + 538AD9A0 geometry.rb @@ -7161,7 +7178,7 @@ test_build_residential_hpxml.rb rb test - 85F5709E + 63FD5BD3 diff --git a/hpxml-measures/BuildResidentialHPXML/tests/test_build_residential_hpxml.rb b/hpxml-measures/BuildResidentialHPXML/tests/test_build_residential_hpxml.rb index 477383d6d..210848bd3 100644 --- a/hpxml-measures/BuildResidentialHPXML/tests/test_build_residential_hpxml.rb +++ b/hpxml-measures/BuildResidentialHPXML/tests/test_build_residential_hpxml.rb @@ -562,7 +562,7 @@ def _set_measure_argument_values(hpxml_file, args) 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_control_type'] = HPXML::DHWRecircControlTypeNone 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 diff --git a/hpxml-measures/BuildResidentialScheduleFile/measure.xml b/hpxml-measures/BuildResidentialScheduleFile/measure.xml index a38d01b1b..240ea53b7 100644 --- a/hpxml-measures/BuildResidentialScheduleFile/measure.xml +++ b/hpxml-measures/BuildResidentialScheduleFile/measure.xml @@ -3,8 +3,8 @@ 3.1 build_residential_schedule_file f770b2db-1a9f-4e99-99a7-7f3161a594b1 - 3606c838-78bd-44c3-a156-89c18187577f - 2024-01-22T22:47:29Z + 2302dda7-e4bb-4acd-9d56-7d33c175f30f + 2024-02-07T22:56:16Z 03F02484 BuildResidentialScheduleFile Schedule File Builder @@ -150,7 +150,7 @@ constants.rb rb resource - EED44A60 + 665E2812 cooking_consumption_dist.csv @@ -204,7 +204,7 @@ schedules.rb rb resource - 8365F2E1 + B2F4A689 schedules_config.md diff --git a/hpxml-measures/BuildResidentialScheduleFile/resources/constants.rb b/hpxml-measures/BuildResidentialScheduleFile/resources/constants.rb index e8d0802d2..08b32a7fe 100644 --- a/hpxml-measures/BuildResidentialScheduleFile/resources/constants.rb +++ b/hpxml-measures/BuildResidentialScheduleFile/resources/constants.rb @@ -13,6 +13,22 @@ 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.LightingInteriorMonthlyMultipliers + return '1.075, 1.064951905, 1.0375, 1.0, 0.9625, 0.935048095, 0.925, 0.935048095, 0.9625, 1.0, 1.0375, 1.064951905' + end + + def self.PlugLoadsOtherWeekdayFractions + return '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' + end + + def self.PlugLoadsOtherWeekendFractions + return '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' + end + + def self.PlugLoadsOtherMonthlyMultipliers + return '1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248' + 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 diff --git a/hpxml-measures/BuildResidentialScheduleFile/resources/schedules.rb b/hpxml-measures/BuildResidentialScheduleFile/resources/schedules.rb index e5fd81cd2..8db1d23fb 100644 --- a/hpxml-measures/BuildResidentialScheduleFile/resources/schedules.rb +++ b/hpxml-measures/BuildResidentialScheduleFile/resources/schedules.rb @@ -150,14 +150,14 @@ 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_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') + plugload_weekday_sch = Schedule.validate_values(Constants.PlugLoadsOtherWeekdayFractions, 24, 'weekday') + plugload_weekend_sch = Schedule.validate_values(Constants.PlugLoadsOtherWeekendFractions, 24, 'weekend') + plugload_monthly_multiplier = Schedule.validate_values(Constants.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') + ceiling_fan_monthly_multiplier = Schedule.validate_values(Constants.PlugLoadsOtherMonthlyMultipliers, 12, 'monthly') - sch = Lighting.get_schedule(@epw_file) + sch = get_building_america_lighting_schedule(@epw_file) interior_lighting_schedule = [] num_days_in_months = Constants.NumDaysInMonths(@sim_year) for month in 0..11 @@ -819,4 +819,114 @@ 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_building_america_lighting_schedule(epw_file) + # Sunrise and sunset hours + sunrise_hour = [] + sunset_hour = [] + std_long = -epw_file.timeZone * 15 + normalized_hourly_lighting = [[1..24], [1..24], [1..24], [1..24], [1..24], [1..24], [1..24], [1..24], [1..24], [1..24], [1..24], [1..24]] + for month in 0..11 + if epw_file.latitude < 51.49 + m_num = month + 1 + jul_day = m_num * 30 - 15 + if not ((m_num < 4) || (m_num > 10)) + offset = 1 + else + offset = 0 + end + declination = 23.45 * Math.sin(0.9863 * (284 + jul_day) * 0.01745329) + deg_rad = Math::PI / 180 + rad_deg = 1 / deg_rad + b = (jul_day - 1) * 0.9863 + equation_of_time = (0.01667 * (0.01719 + 0.42815 * Math.cos(deg_rad * b) - 7.35205 * Math.sin(deg_rad * b) - 3.34976 * Math.cos(deg_rad * (2 * b)) - 9.37199 * Math.sin(deg_rad * (2 * b)))) + sunset_hour_angle = rad_deg * Math.acos(-1 * Math.tan(deg_rad * epw_file.latitude) * Math.tan(deg_rad * declination)) + sunrise_hour[month] = offset + (12.0 - 1 * sunset_hour_angle / 15.0) - equation_of_time - (std_long + epw_file.longitude) / 15 + sunset_hour[month] = offset + (12.0 + 1 * sunset_hour_angle / 15.0) - equation_of_time - (std_long + epw_file.longitude) / 15 + else + sunrise_hour = [8.125726064, 7.449258072, 6.388688653, 6.232405257, 5.27722936, 4.84705384, 5.127512162, 5.860163988, 6.684378904, 7.521267411, 7.390441945, 8.080667697] + sunset_hour = [16.22214058, 17.08642353, 17.98324493, 19.83547864, 20.65149672, 21.20662992, 21.12124777, 20.37458274, 19.25834757, 18.08155615, 16.14359164, 15.75571306] + end + end + + june_kws = [0.060, 0.040, 0.035, 0.025, 0.020, 0.020, 0.020, 0.020, 0.020, 0.020, 0.020, 0.020, 0.020, 0.025, 0.030, 0.030, 0.025, 0.020, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.020, 0.020, 0.020, 0.025, 0.025, 0.030, 0.030, 0.035, 0.045, 0.060, 0.085, 0.125, 0.145, 0.130, 0.105, 0.080] + lighting_seasonal_multiplier = Constants.LightingInteriorMonthlyMultipliers.split(',').map { |v| v.to_f } + amplConst1 = 0.929707907917098 + sunsetLag1 = 2.45016230615269 + stdDevCons1 = 1.58679810983444 + amplConst2 = 1.1372291802273 + sunsetLag2 = 20.1501965859073 + stdDevCons2 = 2.36567663279954 + + monthly_kwh_per_day = [] + days_m = Constants.NumDaysInMonths(1999) # Intentionally excluding leap year designation + wtd_avg_monthly_kwh_per_day = 0 + for monthNum in 1..12 + month = monthNum - 1 + monthHalfHourKWHs = [0] + for hourNum in 0..9 + monthHalfHourKWHs[hourNum] = june_kws[hourNum] + end + for hourNum in 9..17 + hour = (hourNum + 1.0) * 0.5 + monthHalfHourKWHs[hourNum] = (monthHalfHourKWHs[8] - (0.15 / (2 * Math::PI)) * Math.sin((2 * Math::PI) * (hour - 4.5) / 3.5) + (0.15 / 3.5) * (hour - 4.5)) * lighting_seasonal_multiplier[month] + end + for hourNum in 17..29 + hour = (hourNum + 1.0) * 0.5 + monthHalfHourKWHs[hourNum] = (monthHalfHourKWHs[16] - (-0.02 / (2 * Math::PI)) * Math.sin((2 * Math::PI) * (hour - 8.5) / 5.5) + (-0.02 / 5.5) * (hour - 8.5)) * lighting_seasonal_multiplier[month] + end + for hourNum in 29..45 + hour = (hourNum + 1.0) * 0.5 + monthHalfHourKWHs[hourNum] = (monthHalfHourKWHs[28] + amplConst1 * Math.exp((-1.0 * (hour - (sunset_hour[month] + sunsetLag1))**2) / (2.0 * ((25.5 / ((6.5 - monthNum).abs + 20.0)) * stdDevCons1)**2)) / ((25.5 / ((6.5 - monthNum).abs + 20.0)) * stdDevCons1 * (2.0 * Math::PI)**0.5)) + end + for hourNum in 45..46 + hour = (hourNum + 1.0) * 0.5 + temp1 = (monthHalfHourKWHs[44] + amplConst1 * Math.exp((-1.0 * (hour - (sunset_hour[month] + sunsetLag1))**2) / (2.0 * ((25.5 / ((6.5 - monthNum).abs + 20.0)) * stdDevCons1)**2)) / ((25.5 / ((6.5 - monthNum).abs + 20.0)) * stdDevCons1 * (2.0 * Math::PI)**0.5)) + temp2 = (0.04 + amplConst2 * Math.exp((-1.0 * (hour - sunsetLag2)**2) / (2.0 * stdDevCons2**2)) / (stdDevCons2 * (2.0 * Math::PI)**0.5)) + if sunsetLag2 < sunset_hour[month] + sunsetLag1 + monthHalfHourKWHs[hourNum] = [temp1, temp2].min + else + monthHalfHourKWHs[hourNum] = [temp1, temp2].max + end + end + for hourNum in 46..47 + hour = (hourNum + 1) * 0.5 + monthHalfHourKWHs[hourNum] = (0.04 + amplConst2 * Math.exp((-1.0 * (hour - sunsetLag2)**2) / (2.0 * stdDevCons2**2)) / (stdDevCons2 * (2.0 * Math::PI)**0.5)) + end + + sum_kWh = 0.0 + for timenum in 0..47 + sum_kWh += monthHalfHourKWHs[timenum] + end + for hour in 0..23 + ltg_hour = (monthHalfHourKWHs[hour * 2] + monthHalfHourKWHs[hour * 2 + 1]).to_f + normalized_hourly_lighting[month][hour] = ltg_hour / sum_kWh + monthly_kwh_per_day[month] = sum_kWh / 2.0 + end + wtd_avg_monthly_kwh_per_day += monthly_kwh_per_day[month] * days_m[month] / 365.0 + end + + # Calculate normalized monthly lighting fractions + seasonal_multiplier = [] + sumproduct_seasonal_multiplier = 0 + normalized_monthly_lighting = seasonal_multiplier + for month in 0..11 + seasonal_multiplier[month] = (monthly_kwh_per_day[month] / wtd_avg_monthly_kwh_per_day) + sumproduct_seasonal_multiplier += seasonal_multiplier[month] * days_m[month] + end + + for month in 0..11 + normalized_monthly_lighting[month] = seasonal_multiplier[month] * days_m[month] / sumproduct_seasonal_multiplier + end + + # Calculate schedule values + lighting_sch = [[], [], [], [], [], [], [], [], [], [], [], []] + for month in 0..11 + for hour in 0..23 + lighting_sch[month][hour] = normalized_monthly_lighting[month] * normalized_hourly_lighting[month][hour] / days_m[month] + end + end + + return lighting_sch + end end diff --git a/hpxml-measures/Changelog.md b/hpxml-measures/Changelog.md index 844a2bcb0..e425ad5b3 100644 --- a/hpxml-measures/Changelog.md +++ b/hpxml-measures/Changelog.md @@ -2,8 +2,16 @@ __New Features__ - Updates to HPXML v4.0-rc3. +- Updates per ANSI/RESNET/ICC 301-2022 w/ Addendum C: + - **Breaking change**: Shared boilers require `SharedLoopWatts` (and `FanCoilWatts` if a fan coil system) inputs; removed EAE input/defaults. + - Allows shared batteries (batteries serving multiple dwelling units). + - Updated default CFIS fan power to 0.58 W/cfm. + - Removed natural ventilation availability RH constraint; HR constraint remains. + - Refrigerator and freezer schedules may now be based on ambient temperature using new `TemperatureScheduleCoefficients` and `ConstantScheduleCoefficients` inputs; the refrigerator default schedule uses these new inputs. + - Default schedules updated for cooking ranges, lighting, plug loads, televisions, hot water recirculation pumps, and occupant heat gains. + - Adds schedule inputs for hot water recirculation pumps and general water use internal gains. +- **Breaking change**: Replaces `BuildingSummary/Site/extension/GroundConductivity` with `BuildingSummary/Site/Soil/Conductivity`. - **Breaking change**: Modeling whole SFA/MF buildings is now specified using a `SoftwareInfo/extension/WholeSFAorMFBuildingSimulation=true` element instead of `building-id=ALL` argument. -- Replaces `BuildingSummary/Site/extension/GroundConductivity` with `BuildingSummary/Site/Soil/Conductivity`. - Allows radiant barriers for additional locations (attic gable walls and floor); reduced emissivity due to dust assumed for radiant barriers on attic floor. - Allows autosizing with detailed performance data inputs for variable-speed air source HVAC systems using `CapacityFractionOfNominal`. - Ground source heat pump enhancements: diff --git a/hpxml-measures/HPXMLtoOpenStudio/measure.rb b/hpxml-measures/HPXMLtoOpenStudio/measure.rb index 38d158839..e112db6bd 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/measure.rb +++ b/hpxml-measures/HPXMLtoOpenStudio/measure.rb @@ -460,7 +460,7 @@ def create_unit_model(hpxml, hpxml_bldg, runner, model, epw_path, epw_file, weat # Plug Loads & Fuel Loads & Lighting add_mels(runner, model, spaces) add_mfls(runner, model, spaces) - add_lighting(runner, model, epw_file, spaces) + add_lighting(runner, model, spaces) # Pools & Permanent Spas add_pools_and_permanent_spas(runner, model, spaces) @@ -1505,10 +1505,14 @@ def add_hot_water_and_appliances(runner, model, weather, spaces) dishwasher.additional_properties.space = get_space_from_location(dishwasher.location, spaces) end @hpxml_bldg.refrigerators.each do |refrigerator| - refrigerator.additional_properties.space = get_space_from_location(refrigerator.location, spaces) + loc_space, loc_schedule = get_space_or_schedule_from_location(refrigerator.location, model, spaces) + refrigerator.additional_properties.loc_space = loc_space + refrigerator.additional_properties.loc_schedule = loc_schedule end @hpxml_bldg.freezers.each do |freezer| - freezer.additional_properties.space = get_space_from_location(freezer.location, spaces) + loc_space, loc_schedule = get_space_or_schedule_from_location(freezer.location, model, spaces) + freezer.additional_properties.loc_space = loc_space + freezer.additional_properties.loc_schedule = loc_schedule end @hpxml_bldg.cooking_ranges.each do |cooking_range| cooking_range.additional_properties.space = get_space_from_location(cooking_range.location, spaces) @@ -1554,7 +1558,8 @@ def add_hot_water_and_appliances(runner, model, weather, spaces) # Hot water fixtures and appliances HotWaterAndAppliances.apply(model, runner, @hpxml_header, @hpxml_bldg, weather, spaces, hot_water_distribution, solar_thermal_system, @eri_version, @schedules_file, plantloop_map, - @hpxml_header.unavailable_periods, @hpxml_bldg.building_construction.number_of_units) + @hpxml_header.unavailable_periods, @hpxml_bldg.building_construction.number_of_units, + @apply_ashrae140_assumptions) 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) @@ -1855,8 +1860,8 @@ def add_mfls(runner, model, spaces) end end - def add_lighting(runner, model, epw_file, spaces) - Lighting.apply(runner, model, epw_file, spaces, @hpxml_bldg.lighting_groups, @hpxml_bldg.lighting, @eri_version, + def add_lighting(runner, model, spaces) + Lighting.apply(runner, model, spaces, @hpxml_bldg.lighting_groups, @hpxml_bldg.lighting, @eri_version, @schedules_file, @cfa, @hpxml_header.unavailable_periods, @hpxml_bldg.building_construction.number_of_units) end @@ -2047,7 +2052,7 @@ def add_batteries(runner, model, spaces) @hpxml_bldg.batteries.each do |battery| # Assign space battery.additional_properties.space = get_space_from_location(battery.location, spaces) - Battery.apply(runner, model, @hpxml_bldg.pv_systems, battery, @schedules_file, @hpxml_bldg.building_construction.number_of_units) + Battery.apply(runner, model, @nbeds, @hpxml_bldg.pv_systems, battery, @schedules_file, @hpxml_bldg.building_construction.number_of_units) end end @@ -2807,7 +2812,7 @@ def get_space_temperature_schedule(model, location, spaces) # Returns an OS:Space, or temperature OS:Schedule for a MF space, or nil if outside # Should be called when the object's energy use is sensitive to ambient temperature - # (e.g., water heaters and ducts). + # (e.g., water heaters, ducts, and refrigerators). def get_space_or_schedule_from_location(location, model, spaces) return if [HPXML::LocationOtherExterior, HPXML::LocationOutside, diff --git a/hpxml-measures/HPXMLtoOpenStudio/measure.xml b/hpxml-measures/HPXMLtoOpenStudio/measure.xml index 4ee16998a..2839c71e4 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/measure.xml +++ b/hpxml-measures/HPXMLtoOpenStudio/measure.xml @@ -3,8 +3,8 @@ 3.1 hpxm_lto_openstudio b1543b30-9465-45ff-ba04-1d1f85e763bc - 27f3ec32-af50-4824-99c3-94c30aa722aa - 2024-02-07T01:09:33Z + e11dddac-fd62-406d-997f-66f735a47d4b + 2024-02-08T01:00:48Z D8922A73 HPXMLtoOpenStudio HPXML to OpenStudio Translator @@ -142,25 +142,25 @@ measure.rb rb script - 0A09205C + EFD8076F airflow.rb rb resource - 58EDCD0B + 8D63CEED battery.rb rb resource - 3B7B4DDF + 464DA35E constants.rb rb resource - 0A8AFBD2 + 2568BDAC constructions.rb @@ -274,7 +274,7 @@ data/unavailable_periods.csv csv resource - 1E3D66E6 + 24CC1590 energyplus.rb @@ -298,19 +298,19 @@ hotwater_appliances.rb rb resource - 871208BD + 86B64E18 hpxml.rb rb resource - 418647E4 + E134AB27 hpxml_defaults.rb rb resource - 76E1A6BC + 7E48B32F hpxml_schema/HPXML.xsd @@ -328,7 +328,7 @@ hpxml_schematron/EPvalidator.xml xml resource - 83C3F4B3 + 3302C52E hpxml_schematron/iso-schematron.xsd @@ -340,7 +340,7 @@ hvac.rb rb resource - 983703E6 + 57E1DCDA hvac_sizing.rb @@ -352,7 +352,7 @@ lighting.rb rb resource - 4D3BB4E9 + 71625827 location.rb @@ -412,7 +412,7 @@ schedule_files/occupancy-non-stochastic.csv csv resource - BB0B9176 + A54803E1 schedule_files/occupancy-stochastic-10-mins.csv @@ -520,7 +520,7 @@ schedules.rb rb resource - 06478FFB + 42581FB2 simcontrols.rb @@ -586,13 +586,13 @@ test_battery.rb rb test - B10A6D1C + 06598B29 test_defaults.rb rb test - 44DC26DC + D4FAE98B test_enclosure.rb @@ -610,7 +610,7 @@ test_hotwater_appliance.rb rb test - F3ED25B6 + 7D49C113 test_hvac.rb @@ -628,7 +628,7 @@ test_lighting.rb rb test - 6C3A766C + 5FDDE1AD test_location.rb @@ -640,7 +640,7 @@ test_miscloads.rb rb test - 8B6BE984 + 0135301B test_pv.rb @@ -652,7 +652,7 @@ test_schedules.rb rb test - 76D882A7 + 92D61DDA test_simcontrols.rb @@ -664,7 +664,7 @@ test_validation.rb rb test - EAD345DF + 0E0C66A5 test_water_heater.rb diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb index 7b350ba8b..8233246df 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb +++ b/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb @@ -139,9 +139,8 @@ def self.get_default_unvented_space_ach() return 0.1 # Assumption end - def self.get_default_mech_vent_fan_power(vent_fan) - # 301-2019: Table 4.2.2(1b) - # Returns fan power in W/cfm + def self.get_default_mech_vent_fan_power(vent_fan, eri_version) + # Returns fan power in W/cfm, based on ANSI 301 if vent_fan.is_shared_system return 1.00 # Table 4.2.2(1) Note (n) elsif [HPXML::MechVentTypeSupply, HPXML::MechVentTypeExhaust].include? vent_fan.fan_type @@ -151,7 +150,11 @@ def self.get_default_mech_vent_fan_power(vent_fan) elsif [HPXML::MechVentTypeERV, HPXML::MechVentTypeHRV].include? vent_fan.fan_type return 1.00 elsif [HPXML::MechVentTypeCFIS].include? vent_fan.fan_type - return 0.50 + if Constants.ERIVersions.index(eri_version) >= Constants.ERIVersions.index('2022') + return 0.58 + else + return 0.50 + end else fail "Unexpected fan_type: '#{fan_type}'." end @@ -219,7 +222,7 @@ def self.get_default_mech_vent_flow_rate(hpxml_bldg, vent_fan, weather, cfa, nbe sla, _ach50, _nach, _volume, height, a_ext = get_values_from_air_infiltration_measurements(hpxml_bldg, cfa, weather) 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_inf = get_infiltration_Qinf_from_NL(nl, weather, cfa) q_tot = get_mech_vent_qtot_cfm(nbeds, cfa) @@ -406,8 +409,7 @@ def self.apply_natural_ventilation_and_whole_house_fan(model, site, vent_fans_wh neutral_level = 0.5 hor_lk_frac = 0.0 c_w, c_s = calc_wind_stack_coeffs(site, hor_lk_frac, neutral_level, @conditioned_space, infil_height) - max_oa_hr = 0.0115 # From BA HSP - max_oa_rh = 0.7 # From BA HSP + max_oa_hr = 0.0115 # From ANSI 301-2022 # Program vent_program = OpenStudio::Model::EnergyManagementSystemProgram.new(model) @@ -419,14 +421,23 @@ def self.apply_natural_ventilation_and_whole_house_fan(model, site, vent_fans_wh vent_program.addLine("Set Pbar = #{@pbar_sensor.name}") 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 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 # 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') + htg_weekday_setpoints, htg_weekend_setpoints = HVAC.get_default_heating_setpoint(HPXML::HVACControlTypeManual, @eri_version) + clg_weekday_setpoints, clg_weekend_setpoints = HVAC.get_default_cooling_setpoint(HPXML::HVACControlTypeManual, @eri_version) + if htg_weekday_setpoints.split(', ').uniq.size == 1 && htg_weekend_setpoints.split(', ').uniq.size == 1 && htg_weekday_setpoints.split(', ').uniq == htg_weekend_setpoints.split(', ').uniq + default_htg_sp = UnitConversions.convert(htg_weekend_setpoints.split(', ').uniq[0].to_f, 'F', 'C') + else + fail 'Unexpected heating setpoints.' + end + if clg_weekday_setpoints.split(', ').uniq.size == 1 && clg_weekend_setpoints.split(', ').uniq.size == 1 && clg_weekday_setpoints.split(', ').uniq == clg_weekend_setpoints.split(', ').uniq + default_clg_sp = UnitConversions.convert(clg_weekend_setpoints.split(', ').uniq[0].to_f, 'F', 'C') + else + fail 'Unexpected cooling setpoints.' + end vent_program.addLine("Set Tnvsp = (#{default_htg_sp} + #{default_clg_sp}) / 2") end vent_program.addLine("Set NVavail = #{nv_avail_sensor.name}") @@ -435,7 +446,7 @@ 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 #{cond_to_zone_flow_rate_actuator.name} = 0") unless whf_zone.nil? # Init vent_program.addLine("Set #{whf_elec_actuator.name} = 0") # Init - infil_constraints = 'If ((Wout < MaxHR) && (Phiout < MaxRH) && (Tin > Tout) && (Tin > Tnvsp) && (ClgSsnAvail > 0))' + infil_constraints = 'If ((Wout < MaxHR) && (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). @@ -2013,6 +2024,11 @@ def self.get_infiltration_ACH50_from_SLA(sla, n_i, floor_area, volume) 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.get_infiltration_Qinf_from_NL(nl, weather, cfa) + # Returns the effective annual average infiltration rate in cfm + return nl * weather.data.WSF * cfa * 8.202 / 60.0 + end + def self.calc_duct_leakage_at_diff_pressure(q_old, p_old, p_new) return q_old * (p_new / p_old)**0.6 # Derived from Equation C-1 (Annex C), p34, ASHRAE Standard 152-2004. end diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/battery.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/battery.rb index 1bc5ac0d3..c981dbe22 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/resources/battery.rb +++ b/hpxml-measures/HPXMLtoOpenStudio/resources/battery.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true class Battery - def self.apply(runner, model, pv_systems, battery, schedules_file, unit_multiplier) + def self.apply(runner, model, nbeds, pv_systems, battery, schedules_file, unit_multiplier) charging_schedule = nil discharging_schedule = nil if not schedules_file.nil? @@ -37,6 +37,15 @@ def self.apply(runner, model, pv_systems, battery, schedules_file, unit_multipli return if rated_power_output <= 0 || nominal_capacity_kwh <= 0 || battery.nominal_voltage <= 0 + if battery.is_shared_system + # Apportion to single dwelling unit by # bedrooms + fail if battery.number_of_bedrooms_served.to_f <= nbeds.to_f # EPvalidator.xml should prevent this + + nominal_capacity_kwh = nominal_capacity_kwh * nbeds.to_f / battery.number_of_bedrooms_served.to_f + usable_capacity_kwh = usable_capacity_kwh * nbeds.to_f / battery.number_of_bedrooms_served.to_f + rated_power_output = rated_power_output * nbeds.to_f / battery.number_of_bedrooms_served.to_f + end + nominal_capacity_kwh *= unit_multiplier usable_capacity_kwh *= unit_multiplier rated_power_output *= unit_multiplier @@ -79,6 +88,7 @@ def self.apply(runner, model, pv_systems, battery, schedules_file, unit_multipli elcs.setNumberofStringsinParallel(number_of_strings_in_parallel) elcs.setInitialFractionalStateofCharge(0.0) elcs.setBatteryMass(battery_mass) + elcs.setDCtoDCChargingEfficiency(battery.round_trip_efficiency) # Note: This is currently unused in E+, so we use an EMS program below instead elcs.setBatterySurfaceArea(battery_surface_area) elcs.setDefaultNominalCellVoltage(default_nominal_cell_voltage) elcs.setFullyChargedCellCapacity(default_cell_capacity) diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb index 80bc06ec0..2d28a13e3 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb +++ b/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb @@ -41,7 +41,7 @@ def self.AirFilm def self.ERIVersions return ['2014', '2014A', '2014AE', '2014AEG', '2019', '2019A', - '2019AB', '2019ABC', '2019ABCD'] + '2019AB', '2019ABC', '2019ABCD', '2022', '2022C'] end def self.FacadeFront @@ -180,6 +180,18 @@ def self.ObjectNameFurnace return 'furnace' end + def self.ObjectNameGeneralWaterUse + return 'general water use' + end + + def self.ObjectNameGeneralWaterUseLatent + return 'general water use latent' + end + + def self.ObjectNameGeneralWaterUseSensible + return 'general water use sensible' + end + def self.ObjectNameGroundSourceHeatPump return 'ground source heat pump' end @@ -360,14 +372,6 @@ def self.ObjectNameWaterHeaterSetpoint return 'water heater setpoint' end - def self.ObjectNameWaterLatent - return 'water latent' - end - - def self.ObjectNameWaterSensible - return 'water sensible' - end - def self.ObjectNameWaterHeaterAdjustment return 'water heater energy adjustment' end diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/data/unavailable_periods.csv b/hpxml-measures/HPXMLtoOpenStudio/resources/data/unavailable_periods.csv index 4f913d541..4175dcb70 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/resources/data/unavailable_periods.csv +++ b/hpxml-measures/HPXMLtoOpenStudio/resources/data/unavailable_periods.csv @@ -24,6 +24,7 @@ pool_heater,0,1 permanent_spa_pump,0,1 permanent_spa_heater,0,1 hot_water_fixtures,1,1 +general_water_use,1,1 hvac,0,1 water_heater,0,1 dehumidifier,0,1 diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb index 0cb4ef83c..8225f8c31 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb +++ b/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb @@ -3,7 +3,7 @@ class HotWaterAndAppliances def self.apply(model, runner, hpxml_header, hpxml_bldg, weather, spaces, hot_water_distribution, solar_thermal_system, eri_version, schedules_file, plantloop_map, - unavailable_periods, unit_multiplier) + unavailable_periods, unit_multiplier, apply_ashrae140_assumptions) @runner = runner cfa = hpxml_bldg.building_construction.conditioned_floor_area @@ -11,6 +11,7 @@ def self.apply(model, runner, hpxml_header, hpxml_bldg, weather, spaces, hot_wat has_uncond_bsmnt = hpxml_bldg.has_location(HPXML::LocationBasementUnconditioned) has_cond_bsmnt = hpxml_bldg.has_location(HPXML::LocationBasementConditioned) fixtures_usage_multiplier = hpxml_bldg.water_heating.water_fixtures_usage_multiplier + general_water_use_usage_multiplier = hpxml_bldg.building_occupancy.general_water_use_usage_multiplier conditioned_space = spaces[HPXML::LocationConditionedSpace] nbeds = hpxml_bldg.building_construction.additional_properties.adjusted_number_of_bedrooms @@ -139,7 +140,7 @@ def self.apply(model, runner, hpxml_header, hpxml_bldg, weather, spaces, hot_wat # Refrigerator(s) energy hpxml_bldg.refrigerators.each do |refrigerator| - rf_annual_kwh, rf_frac_sens, rf_frac_lat = calc_refrigerator_or_freezer_energy(refrigerator, refrigerator.additional_properties.space.nil?) + rf_annual_kwh, rf_frac_sens, rf_frac_lat = calc_refrigerator_or_freezer_energy(refrigerator, refrigerator.additional_properties.loc_space.nil?) # Create schedule fridge_schedule = nil @@ -151,26 +152,37 @@ def self.apply(model, runner, hpxml_header, hpxml_bldg, weather, spaces, hot_wat 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, fridge_obj_name + ' schedule', 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 + + # if both weekday_fractions/weekend_fractions/monthly_multipliers and constant_coefficients/temperature_coefficients provided, ignore the former + if !refrigerator.constant_coefficients.nil? && !refrigerator.temperature_coefficients.nil? + fridge_design_level = UnitConversions.convert(rf_annual_kwh / 8760.0, 'kW', 'W') + fridge_schedule = refrigerator_or_freezer_coefficients_schedule(model, fridge_col_name, fridge_obj_name, refrigerator, fridge_unavailable_periods) + elsif !refrigerator.weekday_fractions.nil? && !refrigerator.weekend_fractions.nil? && !refrigerator.monthly_multipliers.nil? + fridge_weekday_sch = refrigerator.weekday_fractions + fridge_weekend_sch = refrigerator.weekend_fractions + fridge_monthly_sch = refrigerator.monthly_multipliers + + fridge_schedule_obj = MonthWeekdayWeekendSchedule.new(model, fridge_obj_name + ' schedule', 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 + end else runner.registerWarning("Both '#{fridge_col_name}' schedule file and weekday fractions provided; the latter will be ignored.") if !refrigerator.weekday_fractions.nil? runner.registerWarning("Both '#{fridge_col_name}' schedule file and weekend fractions provided; the latter will be ignored.") if !refrigerator.weekend_fractions.nil? runner.registerWarning("Both '#{fridge_col_name}' schedule file and monthly multipliers provided; the latter will be ignored.") if !refrigerator.monthly_multipliers.nil? + runner.registerWarning("Both '#{fridge_col_name}' schedule file and constant coefficients provided; the latter will be ignored.") if !refrigerator.constant_coefficients.nil? + runner.registerWarning("Both '#{fridge_col_name}' schedule file and temperature coefficients provided; the latter will be ignored.") if !refrigerator.temperature_coefficients.nil? end - rf_space = refrigerator.additional_properties.space + rf_space = refrigerator.additional_properties.loc_space rf_space = conditioned_space if rf_space.nil? # appliance is outdoors, so we need to assign the equipment to an arbitrary space + add_electric_equipment(model, fridge_obj_name, rf_space, fridge_design_level, rf_frac_sens, rf_frac_lat, fridge_schedule) end # Freezer(s) energy hpxml_bldg.freezers.each do |freezer| - fz_annual_kwh, fz_frac_sens, fz_frac_lat = calc_refrigerator_or_freezer_energy(freezer, freezer.additional_properties.space.nil?) + fz_annual_kwh, fz_frac_sens, fz_frac_lat = calc_refrigerator_or_freezer_energy(freezer, freezer.additional_properties.loc_space.nil?) # Create schedule freezer_schedule = nil @@ -182,20 +194,31 @@ def self.apply(model, runner, hpxml_header, hpxml_bldg, weather, spaces, hot_wat 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, freezer_obj_name + ' schedule', 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 + + # if both weekday_fractions/weekend_fractions/monthly_multipliers and constant_coefficients/temperature_coefficients provided, ignore the former + if !freezer.constant_coefficients.nil? && !freezer.temperature_coefficients.nil? + freezer_design_level = UnitConversions.convert(fz_annual_kwh / 8760.0, 'kW', 'W') + freezer_schedule = refrigerator_or_freezer_coefficients_schedule(model, freezer_col_name, freezer_obj_name, freezer, freezer_unavailable_periods) + elsif !freezer.weekday_fractions.nil? && !freezer.weekend_fractions.nil? && !freezer.monthly_multipliers.nil? + freezer_weekday_sch = freezer.weekday_fractions + freezer_weekend_sch = freezer.weekend_fractions + freezer_monthly_sch = freezer.monthly_multipliers + + freezer_schedule_obj = MonthWeekdayWeekendSchedule.new(model, freezer_obj_name + ' schedule', 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 + end else 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? + runner.registerWarning("Both '#{freezer_col_name}' schedule file and constant coefficients provided; the latter will be ignored.") if !freezer.constant_coefficients.nil? + runner.registerWarning("Both '#{freezer_col_name}' schedule file and temperature coefficients provided; the latter will be ignored.") if !freezer.temperature_coefficients.nil? end - fz_space = freezer.additional_properties.space + fz_space = freezer.additional_properties.loc_space fz_space = conditioned_space if fz_space.nil? # appliance is outdoors, so we need to assign the equipment to an arbitrary space + add_electric_equipment(model, freezer_obj_name, fz_space, freezer_design_level, fz_frac_sens, fz_frac_lat, freezer_schedule) end @@ -333,18 +356,34 @@ def self.apply(model, runner, hpxml_header, hpxml_bldg, weather, spaces, hot_wat add_water_use_equipment(model, waste_obj_name, dist_water_peak_flow * gpd_frac * non_solar_fraction, fixtures_schedule, water_use_connections[water_heating_system.id], unit_multiplier, mw_temp_schedule) # Recirculation pump - dist_pump_annual_kwh = get_hwdist_recirc_pump_energy(hot_water_distribution, fixtures_usage_multiplier) - if dist_pump_annual_kwh > 0 + recirc_pump_annual_kwh = get_hwdist_recirc_pump_energy(hot_water_distribution, fixtures_usage_multiplier) + if recirc_pump_annual_kwh > 0 + + # Create schedule + recirc_pump_sch = nil + recirc_pump_col_name = SchedulesFile::ColumnHotWaterRecirculationPump + recirc_pump_obj_name = Constants.ObjectNameHotWaterRecircPump if not schedules_file.nil? - dist_pump_design_level = schedules_file.calc_design_level_from_daily_kwh(col_name: SchedulesFile::ColumnHotWaterFixtures, daily_kwh: dist_pump_annual_kwh / 365.0) + recirc_pump_design_level = schedules_file.calc_design_level_from_daily_kwh(col_name: recirc_pump_col_name, daily_kwh: recirc_pump_annual_kwh / 365.0) + recirc_pump_sch = schedules_file.create_schedule_file(model, col_name: recirc_pump_col_name, schedule_type_limits_name: Constants.ScheduleTypeLimitsFraction) end - if dist_pump_design_level.nil? - dist_pump_design_level = fixtures_schedule_obj.calc_design_level_from_daily_kwh(dist_pump_annual_kwh / 365.0) + if recirc_pump_sch.nil? + recirc_pump_unavailable_periods = Schedule.get_unavailable_periods(runner, recirc_pump_col_name, unavailable_periods) + recirc_pump_weekday_sch = hot_water_distribution.recirculation_pump_weekday_fractions + recirc_pump_weekend_sch = hot_water_distribution.recirculation_pump_weekend_fractions + recirc_pump_monthly_sch = hot_water_distribution.recirculation_pump_monthly_multipliers + recirc_pump_sch = MonthWeekdayWeekendSchedule.new(model, recirc_pump_obj_name + ' schedule', recirc_pump_weekday_sch, recirc_pump_weekend_sch, recirc_pump_monthly_sch, Constants.ScheduleTypeLimitsFraction, unavailable_periods: recirc_pump_unavailable_periods) + recirc_pump_design_level = recirc_pump_sch.calc_design_level_from_daily_kwh(recirc_pump_annual_kwh / 365.0) + recirc_pump_sch = recirc_pump_sch.schedule + else + runner.registerWarning("Both '#{recirc_pump_col_name}' schedule file and weekday fractions provided; the latter will be ignored.") if !hot_water_distribution.recirculation_pump_weekday_fractions.nil? + runner.registerWarning("Both '#{recirc_pump_col_name}' schedule file and weekend fractions provided; the latter will be ignored.") if !hot_water_distribution.recirculation_pump_weekend_fractions.nil? + runner.registerWarning("Both '#{recirc_pump_col_name}' schedule file and monthly multipliers provided; the latter will be ignored.") if !hot_water_distribution.recirculation_pump_monthly_multipliers.nil? end - if dist_pump_design_level * gpd_frac != 0 + if recirc_pump_design_level * gpd_frac != 0 cnt = model.getElectricEquipments.select { |e| e.endUseSubcategory.start_with? Constants.ObjectNameHotWaterRecircPump }.size # Ensure unique meter for each water heater - dist_pump = add_electric_equipment(model, "#{Constants.ObjectNameHotWaterRecircPump}#{cnt + 1}", conditioned_space, dist_pump_design_level * gpd_frac, 0.0, 0.0, fixtures_schedule) - dist_pump.additionalProperties.setFeature('HPXML_ID', water_heating_system.id) # Used by reporting measure + recirc_pump = add_electric_equipment(model, "#{Constants.ObjectNameHotWaterRecircPump}#{cnt + 1}", conditioned_space, recirc_pump_design_level * gpd_frac, 0.0, 0.0, recirc_pump_sch) + recirc_pump.additionalProperties.setFeature('HPXML_ID', water_heating_system.id) # Used by reporting measure end end end @@ -400,21 +439,36 @@ def self.apply(model, runner, hpxml_header, hpxml_bldg, weather, spaces, hot_wat add_water_use_equipment(model, dw_obj_name, dw_peak_flow * gpd_frac * non_solar_fraction, water_dw_schedule, water_use_connections[water_heating_system.id], unit_multiplier) end - if not hot_water_distribution.nil? + if not apply_ashrae140_assumptions # General water use internal gains # Floor mopping, shower evaporation, water films on showers, tubs & sinks surfaces, plant watering, etc. - water_design_level_sens = nil - water_sens_btu, water_lat_btu = get_water_gains_sens_lat(nbeds, fixtures_usage_multiplier) + water_sens_btu, water_lat_btu = get_water_gains_sens_lat(nbeds, general_water_use_usage_multiplier) + + # Create schedule + water_schedule = nil + water_col_name = SchedulesFile::ColumnGeneralWaterUse + water_obj_name = Constants.ObjectNameGeneralWaterUse if not schedules_file.nil? - water_design_level_sens = schedules_file.calc_design_level_from_daily_kwh(col_name: SchedulesFile::ColumnHotWaterFixtures, daily_kwh: UnitConversions.convert(water_sens_btu, 'Btu', 'kWh') / 365.0) - water_design_level_lat = schedules_file.calc_design_level_from_daily_kwh(col_name: SchedulesFile::ColumnHotWaterFixtures, daily_kwh: UnitConversions.convert(water_lat_btu, 'Btu', 'kWh') / 365.0) + water_design_level_sens = schedules_file.calc_design_level_from_daily_kwh(col_name: SchedulesFile::ColumnGeneralWaterUse, daily_kwh: UnitConversions.convert(water_sens_btu, 'Btu', 'kWh') / 365.0) + water_design_level_lat = schedules_file.calc_design_level_from_daily_kwh(col_name: SchedulesFile::ColumnGeneralWaterUse, daily_kwh: UnitConversions.convert(water_lat_btu, 'Btu', 'kWh') / 365.0) + water_schedule = schedules_file.create_schedule_file(model, col_name: water_col_name, schedule_type_limits_name: Constants.ScheduleTypeLimitsFraction) end - if water_design_level_sens.nil? - water_design_level_sens = fixtures_schedule_obj.calc_design_level_from_daily_kwh(UnitConversions.convert(water_sens_btu, 'Btu', 'kWh') / 365.0) - water_design_level_lat = fixtures_schedule_obj.calc_design_level_from_daily_kwh(UnitConversions.convert(water_lat_btu, 'Btu', 'kWh') / 365.0) + if water_schedule.nil? + water_unavailable_periods = Schedule.get_unavailable_periods(runner, water_col_name, unavailable_periods) + water_weekday_sch = hpxml_bldg.building_occupancy.general_water_use_weekday_fractions + water_weekend_sch = hpxml_bldg.building_occupancy.general_water_use_weekend_fractions + water_monthly_sch = hpxml_bldg.building_occupancy.general_water_use_monthly_multipliers + water_schedule_obj = MonthWeekdayWeekendSchedule.new(model, water_obj_name + ' schedule', water_weekday_sch, water_weekend_sch, water_monthly_sch, Constants.ScheduleTypeLimitsFraction, unavailable_periods: water_unavailable_periods) + water_design_level_sens = water_schedule_obj.calc_design_level_from_daily_kwh(UnitConversions.convert(water_sens_btu, 'Btu', 'kWh') / 365.0) + water_design_level_lat = water_schedule_obj.calc_design_level_from_daily_kwh(UnitConversions.convert(water_lat_btu, 'Btu', 'kWh') / 365.0) + water_schedule = water_schedule_obj.schedule + else + runner.registerWarning("Both '#{water_col_name}' schedule file and weekday fractions provided; the latter will be ignored.") if !hpxml_bldg.building_occupancy.general_water_use_weekday_fractions.nil? + runner.registerWarning("Both '#{water_col_name}' schedule file and weekend fractions provided; the latter will be ignored.") if !hpxml_bldg.building_occupancy.general_water_use_weekend_fractions.nil? + runner.registerWarning("Both '#{water_col_name}' schedule file and monthly multipliers provided; the latter will be ignored.") if !hpxml_bldg.building_occupancy.general_water_use_monthly_multipliers.nil? end - add_other_equipment(model, Constants.ObjectNameWaterSensible, conditioned_space, water_design_level_sens, 1.0, 0.0, fixtures_schedule, nil) - add_other_equipment(model, Constants.ObjectNameWaterLatent, conditioned_space, water_design_level_lat, 0.0, 1.0, fixtures_schedule, nil) + add_other_equipment(model, Constants.ObjectNameGeneralWaterUseSensible, conditioned_space, water_design_level_sens, 1.0, 0.0, water_schedule, nil) + add_other_equipment(model, Constants.ObjectNameGeneralWaterUseLatent, conditioned_space, water_design_level_lat, 0.0, 1.0, water_schedule, nil) end end @@ -450,9 +504,7 @@ def self.calc_range_oven_energy(nbeds, cooking_range, oven, is_outside = false) if cooking_range.fuel_type == HPXML::FuelTypeElectricity frac_sens = (1.0 - frac_lost) * 0.90 else - elec_btu = UnitConversions.convert(annual_kwh, 'kWh', 'Btu') - gas_btu = UnitConversions.convert(annual_therm, 'therm', 'Btu') - frac_sens = (1.0 - frac_lost) * ((0.90 * elec_btu + 0.7942 * gas_btu) / (elec_btu + gas_btu)) + frac_sens = (1.0 - frac_lost) * 0.80 end frac_lat = 1.0 - frac_sens - frac_lost else # Internal gains outside unit @@ -615,13 +667,7 @@ def self.calc_clothes_dryer_energy(eri_version, nbeds, clothes_dryer, clothes_wa if clothes_dryer.is_vented frac_lost = 0.85 end - if clothes_dryer.fuel_type == HPXML::FuelTypeElectricity - frac_sens = (1.0 - frac_lost) * 0.90 - else - elec_btu = UnitConversions.convert(annual_kwh, 'kWh', 'Btu') - gas_btu = UnitConversions.convert(annual_therm, 'therm', 'Btu') - frac_sens = (1.0 - frac_lost) * ((0.90 * elec_btu + 0.8894 * gas_btu) / (elec_btu + gas_btu)) - end + frac_sens = (1.0 - frac_lost) * 0.90 frac_lat = 1.0 - frac_sens - frac_lost else # Internal gains outside unit frac_sens = 0.0 @@ -737,6 +783,60 @@ def self.calc_refrigerator_or_freezer_energy(refrigerator_or_freezer, is_outside return annual_kwh, frac_sens, frac_lat end + def self.refrigerator_or_freezer_coefficients_schedule(model, col_name, obj_name, refrigerator_or_freezer, unavailable_periods) + # Create availability sensor + if not unavailable_periods.empty? + avail_sch = ScheduleConstant.new(model, col_name, 1.0, Constants.ScheduleTypeLimitsFraction, unavailable_periods: unavailable_periods) + + availability_sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, 'Schedule Value') + availability_sensor.setName("#{col_name} availability s") + availability_sensor.setKeyName(avail_sch.schedule.name.to_s) + end + + schedule = OpenStudio::Model::ScheduleConstant.new(model) + schedule.setName(obj_name + ' schedule') + + if not refrigerator_or_freezer.additional_properties.loc_space.nil? + temperature_sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, 'Zone Mean Air Temperature') + temperature_sensor.setName(obj_name + ' tin s') + temperature_sensor.setKeyName(refrigerator_or_freezer.additional_properties.loc_space.thermalZone.get.name.to_s) + elsif not refrigerator_or_freezer.additional_properties.loc_schedule.nil? + temperature_sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, 'Schedule Value') + temperature_sensor.setName(obj_name + ' tin s') + temperature_sensor.setKeyName(refrigerator_or_freezer.additional_properties.loc_schedule.name.to_s) + end + + schedule_actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(schedule, *EPlus::EMSActuatorScheduleConstantValue) + schedule_actuator.setName("#{schedule.name} act") + + constant_coefficients = refrigerator_or_freezer.constant_coefficients.split(',').map { |i| i.to_f } + temperature_coefficients = refrigerator_or_freezer.temperature_coefficients.split(',').map { |i| i.to_f } + + schedule_program = OpenStudio::Model::EnergyManagementSystemProgram.new(model) + schedule_program.setName("#{schedule.name} program") + schedule_program.addLine("Set Tin = #{temperature_sensor.name}*(9.0/5.0)+32.0") # C to F + schedule_program.addLine("Set #{schedule_actuator.name} = 0") + constant_coefficients.zip(temperature_coefficients).each_with_index do |constant_temperature, i| + a, b = constant_temperature + if i == 0 + line = "If (Hour == #{i})" + else + line = "ElseIf (Hour == #{i})" + end + line += " && (#{availability_sensor.name} == 1)" if not availability_sensor.nil? + schedule_program.addLine(line) + schedule_program.addLine(" Set #{schedule_actuator.name} = (#{a}+#{b}*Tin)") + end + schedule_program.addLine('EndIf') + + schedule_pcm = OpenStudio::Model::EnergyManagementSystemProgramCallingManager.new(model) + schedule_pcm.setName("#{schedule.name} program calling manager") + schedule_pcm.setCallingPoint('BeginZoneTimestepAfterInitHeatBalance') + schedule_pcm.addProgram(schedule_program) + + return schedule + end + def self.get_dist_energy_consumption_adjustment(has_uncond_bsmnt, has_cond_bsmnt, cfa, ncfl, water_heating_system, hot_water_distribution) @@ -924,14 +1024,14 @@ def self.get_hwdist_recirc_pump_energy(hot_water_distribution, fixtures_usage_mu # Annual electricity consumption factor for hot water recirculation system pumps # Assume the fixtures_usage_multiplier only applies for Sensor/Manual control type. if hot_water_distribution.system_type == HPXML::DHWDistTypeRecirc - if [HPXML::DHWRecirControlTypeNone, - HPXML::DHWRecirControlTypeTimer].include? hot_water_distribution.recirculation_control_type + if [HPXML::DHWRecircControlTypeNone, + HPXML::DHWRecircControlTypeTimer].include? hot_water_distribution.recirculation_control_type dist_pump_annual_kwh += (8.76 * hot_water_distribution.recirculation_pump_power) - elsif [HPXML::DHWRecirControlTypeTemperature].include? hot_water_distribution.recirculation_control_type + elsif [HPXML::DHWRecircControlTypeTemperature].include? hot_water_distribution.recirculation_control_type dist_pump_annual_kwh += (1.46 * hot_water_distribution.recirculation_pump_power) - elsif [HPXML::DHWRecirControlTypeSensor].include? hot_water_distribution.recirculation_control_type + elsif [HPXML::DHWRecircControlTypeSensor].include? hot_water_distribution.recirculation_control_type dist_pump_annual_kwh += (0.15 * hot_water_distribution.recirculation_pump_power * fixtures_usage_multiplier) - elsif [HPXML::DHWRecirControlTypeManual].include? hot_water_distribution.recirculation_control_type + elsif [HPXML::DHWRecircControlTypeManual].include? hot_water_distribution.recirculation_control_type dist_pump_annual_kwh += (0.10 * hot_water_distribution.recirculation_pump_power * fixtures_usage_multiplier) else fail "Unexpected hot water distribution system recirculation type: '#{hot_water_distribution.recirculation_control_type}'." @@ -946,12 +1046,12 @@ def self.get_hwdist_recirc_pump_energy(hot_water_distribution, fixtures_usage_mu # Assume the fixtures_usage_multiplier only applies for Sensor/Manual control type. if hot_water_distribution.has_shared_recirculation n_dweq = hot_water_distribution.shared_recirculation_number_of_units_served - if [HPXML::DHWRecirControlTypeNone, - HPXML::DHWRecirControlTypeTimer, - HPXML::DHWRecirControlTypeTemperature].include? hot_water_distribution.shared_recirculation_control_type + if [HPXML::DHWRecircControlTypeNone, + HPXML::DHWRecircControlTypeTimer, + HPXML::DHWRecircControlTypeTemperature].include? hot_water_distribution.shared_recirculation_control_type op_hrs = 8760.0 - elsif [HPXML::DHWRecirControlTypeSensor, - HPXML::DHWRecirControlTypeManual].include? hot_water_distribution.shared_recirculation_control_type + elsif [HPXML::DHWRecircControlTypeSensor, + HPXML::DHWRecircControlTypeManual].include? hot_water_distribution.shared_recirculation_control_type op_hrs = 730.0 * fixtures_usage_multiplier else fail "Unexpected hot water distribution system shared recirculation type: '#{hot_water_distribution.shared_recirculation_control_type}'." @@ -988,10 +1088,10 @@ def self.get_fixtures_gpd(eri_version, nbeds, frac_low_flow_fixtures, daily_mw_f return f_eff * ref_f_gpd * fixtures_usage_multiplier end - def self.get_water_gains_sens_lat(nbeds, fixtures_usage_multiplier = 1.0) + def self.get_water_gains_sens_lat(nbeds, general_water_use_usage_multiplier = 1.0) # Table 4.2.2(3). Internal Gains for Reference Homes - sens_gains = (-1227.0 - 409.0 * nbeds) * fixtures_usage_multiplier # Btu/day - lat_gains = (1245.0 + 415.0 * nbeds) * fixtures_usage_multiplier # Btu/day + sens_gains = (-1227.0 - 409.0 * nbeds) * general_water_use_usage_multiplier # Btu/day + lat_gains = (1245.0 + 415.0 * nbeds) * general_water_use_usage_multiplier # Btu/day return sens_gains * 365.0, lat_gains * 365.0 end @@ -1050,26 +1150,26 @@ def self.get_dist_energy_waste_factor(hot_water_distribution) # Amendment on Domestic Hot Water (DHW) Systems # Table 4.2.2.5.2.11(6) Hot water distribution system relative annual energy waste factors if hot_water_distribution.system_type == HPXML::DHWDistTypeRecirc - if (hot_water_distribution.recirculation_control_type == HPXML::DHWRecirControlTypeNone) || - (hot_water_distribution.recirculation_control_type == HPXML::DHWRecirControlTypeTimer) + if (hot_water_distribution.recirculation_control_type == HPXML::DHWRecircControlTypeNone) || + (hot_water_distribution.recirculation_control_type == HPXML::DHWRecircControlTypeTimer) if hot_water_distribution.pipe_r_value < 3.0 return 500.0 else return 250.0 end - elsif hot_water_distribution.recirculation_control_type == HPXML::DHWRecirControlTypeTemperature + elsif hot_water_distribution.recirculation_control_type == HPXML::DHWRecircControlTypeTemperature if hot_water_distribution.pipe_r_value < 3.0 return 375.0 else return 187.5 end - elsif hot_water_distribution.recirculation_control_type == HPXML::DHWRecirControlTypeSensor + elsif hot_water_distribution.recirculation_control_type == HPXML::DHWRecircControlTypeSensor if hot_water_distribution.pipe_r_value < 3.0 return 64.8 else return 43.2 end - elsif hot_water_distribution.recirculation_control_type == HPXML::DHWRecirControlTypeManual + elsif hot_water_distribution.recirculation_control_type == HPXML::DHWRecircControlTypeManual if hot_water_distribution.pipe_r_value < 3.0 return 43.2 else diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb index ab63476f8..8fc980bc0 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb +++ b/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb @@ -92,11 +92,11 @@ class HPXML < Object DuctBuriedInsulationPartial = 'partially buried' DuctBuriedInsulationFull = 'fully buried' DuctBuriedInsulationDeep = 'deeply buried' - DHWRecirControlTypeManual = 'manual demand control' - DHWRecirControlTypeNone = 'no control' - DHWRecirControlTypeSensor = 'presence sensor demand control' - DHWRecirControlTypeTemperature = 'temperature' - DHWRecirControlTypeTimer = 'timer' + DHWRecircControlTypeManual = 'manual demand control' + DHWRecircControlTypeNone = 'no control' + DHWRecircControlTypeSensor = 'presence sensor demand control' + DHWRecircControlTypeTemperature = 'temperature' + DHWRecircControlTypeTimer = 'timer' DHWDistTypeRecirc = 'Recirculation' DHWDistTypeStandard = 'Standard' DuctInsulationMaterialUnknown = 'Unknown' @@ -1845,7 +1845,8 @@ def from_doc(neighbor_building) end class BuildingOccupancy < BaseElement - ATTRS = [:number_of_residents, :weekday_fractions, :weekend_fractions, :monthly_multipliers] + ATTRS = [:number_of_residents, :weekday_fractions, :weekend_fractions, :monthly_multipliers, :general_water_use_usage_multiplier, + :general_water_use_weekday_fractions, :general_water_use_weekend_fractions, :general_water_use_monthly_multipliers] attr_accessor(*ATTRS) def check_for_errors @@ -1861,6 +1862,10 @@ def to_doc(building) XMLHelper.add_extension(building_occupancy, 'WeekdayScheduleFractions', @weekday_fractions, :string, @weekday_fractions_isdefaulted) unless @weekday_fractions.nil? XMLHelper.add_extension(building_occupancy, 'WeekendScheduleFractions', @weekend_fractions, :string, @weekend_fractions_isdefaulted) unless @weekend_fractions.nil? XMLHelper.add_extension(building_occupancy, 'MonthlyScheduleMultipliers', @monthly_multipliers, :string, @monthly_multipliers_isdefaulted) unless @monthly_multipliers.nil? + XMLHelper.add_extension(building_occupancy, 'GeneralWaterUseUsageMultiplier', @general_water_use_usage_multiplier, :float, @general_water_use_usage_multiplier_isdefaulted) unless @general_water_use_usage_multiplier.nil? + XMLHelper.add_extension(building_occupancy, 'GeneralWaterUseWeekdayScheduleFractions', @general_water_use_weekday_fractions, :string, @general_water_use_weekday_fractions_isdefaulted) unless @general_water_use_weekday_fractions.nil? + XMLHelper.add_extension(building_occupancy, 'GeneralWaterUseWeekendScheduleFractions', @general_water_use_weekend_fractions, :string, @general_water_use_weekend_fractions_isdefaulted) unless @general_water_use_weekend_fractions.nil? + XMLHelper.add_extension(building_occupancy, 'GeneralWaterUseMonthlyScheduleMultipliers', @general_water_use_monthly_multipliers, :string, @general_water_use_monthly_multipliers_isdefaulted) unless @general_water_use_monthly_multipliers.nil? end def from_doc(building) @@ -1873,6 +1878,10 @@ def from_doc(building) @weekday_fractions = XMLHelper.get_value(building_occupancy, 'extension/WeekdayScheduleFractions', :string) @weekend_fractions = XMLHelper.get_value(building_occupancy, 'extension/WeekendScheduleFractions', :string) @monthly_multipliers = XMLHelper.get_value(building_occupancy, 'extension/MonthlyScheduleMultipliers', :string) + @general_water_use_usage_multiplier = XMLHelper.get_value(building_occupancy, 'extension/GeneralWaterUseUsageMultiplier', :float) + @general_water_use_weekday_fractions = XMLHelper.get_value(building_occupancy, 'extension/GeneralWaterUseWeekdayScheduleFractions', :string) + @general_water_use_weekend_fractions = XMLHelper.get_value(building_occupancy, 'extension/GeneralWaterUseWeekendScheduleFractions', :string) + @general_water_use_monthly_multipliers = XMLHelper.get_value(building_occupancy, 'extension/GeneralWaterUseMonthlyScheduleMultipliers', :string) end end @@ -5735,7 +5744,8 @@ class HotWaterDistribution < BaseElement :recirculation_pump_power, :dwhr_facilities_connected, :dwhr_equal_flow, :dwhr_efficiency, :has_shared_recirculation, :shared_recirculation_number_of_units_served, :shared_recirculation_pump_power, :shared_recirculation_control_type, - :shared_recirculation_motor_efficiency] + :shared_recirculation_motor_efficiency, + :recirculation_pump_weekday_fractions, :recirculation_pump_weekend_fractions, :recirculation_pump_monthly_multipliers] attr_accessor(*ATTRS) def delete @@ -5787,6 +5797,9 @@ def to_doc(building) XMLHelper.add_element(shared_recirculation, 'MotorEfficiency', @shared_recirculation_motor_efficiency, :float) unless @shared_recirculation_motor_efficiency.nil? XMLHelper.add_element(shared_recirculation, 'ControlType', @shared_recirculation_control_type, :string) unless @shared_recirculation_control_type.nil? end + XMLHelper.add_extension(hot_water_distribution, 'RecirculationPumpWeekdayScheduleFractions', @recirculation_pump_weekday_fractions, :string, @recirculation_pump_weekday_fractions_isdefaulted) unless @recirculation_pump_weekday_fractions.nil? + XMLHelper.add_extension(hot_water_distribution, 'RecirculationPumpWeekendScheduleFractions', @recirculation_pump_weekend_fractions, :string, @recirculation_pump_weekend_fractions_isdefaulted) unless @recirculation_pump_weekend_fractions.nil? + XMLHelper.add_extension(hot_water_distribution, 'RecirculationPumpMonthlyScheduleMultipliers', @recirculation_pump_monthly_multipliers, :string, @recirculation_pump_monthly_multipliers_isdefaulted) unless @recirculation_pump_monthly_multipliers.nil? end def from_doc(hot_water_distribution) @@ -5813,6 +5826,9 @@ def from_doc(hot_water_distribution) @shared_recirculation_motor_efficiency = XMLHelper.get_value(hot_water_distribution, 'extension/SharedRecirculation/MotorEfficiency', :float) @shared_recirculation_control_type = XMLHelper.get_value(hot_water_distribution, 'extension/SharedRecirculation/ControlType', :string) end + @recirculation_pump_weekday_fractions = XMLHelper.get_value(hot_water_distribution, 'extension/RecirculationPumpWeekdayScheduleFractions', :string) + @recirculation_pump_weekend_fractions = XMLHelper.get_value(hot_water_distribution, 'extension/RecirculationPumpWeekendScheduleFractions', :string) + @recirculation_pump_monthly_multipliers = XMLHelper.get_value(hot_water_distribution, 'extension/RecirculationPumpMonthlyScheduleMultipliers', :string) end end @@ -6194,9 +6210,9 @@ def from_doc(building) end class Battery < BaseElement - ATTRS = [:id, :type, :location, :lifetime_model, :rated_power_output, - :nominal_capacity_kwh, :nominal_capacity_ah, :nominal_voltage, - :round_trip_efficiency, :usable_capacity_kwh, :usable_capacity_ah] + ATTRS = [:id, :type, :location, :lifetime_model, :rated_power_output, :nominal_capacity_kwh, :nominal_capacity_ah, + :nominal_voltage, :round_trip_efficiency, :usable_capacity_kwh, :usable_capacity_ah, :is_shared_system, + :number_of_bedrooms_served] attr_accessor(*ATTRS) def delete @@ -6215,6 +6231,7 @@ def to_doc(building) battery = XMLHelper.add_element(batteries, 'Battery') sys_id = XMLHelper.add_element(battery, 'SystemIdentifier') XMLHelper.add_attribute(sys_id, 'id', @id) + XMLHelper.add_element(battery, 'IsSharedSystem', @is_shared_system, :boolean, @is_shared_system_isdefaulted) unless @is_shared_system.nil? XMLHelper.add_element(battery, 'Location', @location, :string, @location_isdefaulted) unless @location.nil? XMLHelper.add_element(battery, 'BatteryType', @type, :string) unless @type.nil? if not @nominal_capacity_kwh.nil? @@ -6241,12 +6258,14 @@ def to_doc(building) XMLHelper.add_element(battery, 'NominalVoltage', @nominal_voltage, :float, @nominal_voltage_isdefaulted) unless @nominal_voltage.nil? XMLHelper.add_element(battery, 'RoundTripEfficiency', @round_trip_efficiency, :float, @round_trip_efficiency_isdefaulted) unless @round_trip_efficiency.nil? XMLHelper.add_extension(battery, 'LifetimeModel', @lifetime_model, :string, @lifetime_model_isdefaulted) unless @lifetime_model.nil? + XMLHelper.add_extension(battery, 'NumberofBedroomsServed', @number_of_bedrooms_served, :integer) unless @number_of_bedrooms_served.nil? end def from_doc(battery) return if battery.nil? @id = HPXML::get_id(battery) + @is_shared_system = XMLHelper.get_value(battery, 'IsSharedSystem', :boolean) @location = XMLHelper.get_value(battery, 'Location', :string) @type = XMLHelper.get_value(battery, 'BatteryType', :string) @nominal_capacity_kwh = XMLHelper.get_value(battery, "NominalCapacity[Units='#{UnitsKwh}']/Value", :float) @@ -6257,6 +6276,7 @@ def from_doc(battery) @nominal_voltage = XMLHelper.get_value(battery, 'NominalVoltage', :float) @round_trip_efficiency = XMLHelper.get_value(battery, 'RoundTripEFficiency', :float) @lifetime_model = XMLHelper.get_value(battery, 'extension/LifetimeModel', :string) + @number_of_bedrooms_served = XMLHelper.get_value(battery, 'extension/NumberofBedroomsServed', :integer) end end @@ -6568,7 +6588,8 @@ def from_doc(building) class Refrigerator < BaseElement ATTRS = [:id, :location, :rated_annual_kwh, :usage_multiplier, :primary_indicator, - :weekday_fractions, :weekend_fractions, :monthly_multipliers] + :weekday_fractions, :weekend_fractions, :monthly_multipliers, + :constant_coefficients, :temperature_coefficients] attr_accessor(*ATTRS) def delete @@ -6594,6 +6615,8 @@ def to_doc(building) XMLHelper.add_extension(refrigerator, 'WeekdayScheduleFractions', @weekday_fractions, :string, @weekday_fractions_isdefaulted) unless @weekday_fractions.nil? XMLHelper.add_extension(refrigerator, 'WeekendScheduleFractions', @weekend_fractions, :string, @weekend_fractions_isdefaulted) unless @weekend_fractions.nil? XMLHelper.add_extension(refrigerator, 'MonthlyScheduleMultipliers', @monthly_multipliers, :string, @monthly_multipliers_isdefaulted) unless @monthly_multipliers.nil? + XMLHelper.add_extension(refrigerator, 'ConstantScheduleCoefficients', @constant_coefficients, :string, @constant_coefficients_isdefaulted) unless @constant_coefficients.nil? + XMLHelper.add_extension(refrigerator, 'TemperatureScheduleCoefficients', @temperature_coefficients, :string, @temperature_coefficients_isdefaulted) unless @temperature_coefficients.nil? end def from_doc(refrigerator) @@ -6607,6 +6630,8 @@ def from_doc(refrigerator) @weekday_fractions = XMLHelper.get_value(refrigerator, 'extension/WeekdayScheduleFractions', :string) @weekend_fractions = XMLHelper.get_value(refrigerator, 'extension/WeekendScheduleFractions', :string) @monthly_multipliers = XMLHelper.get_value(refrigerator, 'extension/MonthlyScheduleMultipliers', :string) + @constant_coefficients = XMLHelper.get_value(refrigerator, 'extension/ConstantScheduleCoefficients', :string) + @temperature_coefficients = XMLHelper.get_value(refrigerator, 'extension/TemperatureScheduleCoefficients', :string) end end @@ -6626,7 +6651,8 @@ def from_doc(building) class Freezer < BaseElement ATTRS = [:id, :location, :rated_annual_kwh, :usage_multiplier, - :weekday_fractions, :weekend_fractions, :monthly_multipliers] + :weekday_fractions, :weekend_fractions, :monthly_multipliers, + :constant_coefficients, :temperature_coefficients] attr_accessor(*ATTRS) def delete @@ -6651,6 +6677,8 @@ def to_doc(building) XMLHelper.add_extension(freezer, 'WeekdayScheduleFractions', @weekday_fractions, :string, @weekday_fractions_isdefaulted) unless @weekday_fractions.nil? XMLHelper.add_extension(freezer, 'WeekendScheduleFractions', @weekend_fractions, :string, @weekend_fractions_isdefaulted) unless @weekend_fractions.nil? XMLHelper.add_extension(freezer, 'MonthlyScheduleMultipliers', @monthly_multipliers, :string, @monthly_multipliers_isdefaulted) unless @monthly_multipliers.nil? + XMLHelper.add_extension(freezer, 'ConstantScheduleCoefficients', @constant_coefficients, :string, @constant_coefficients_isdefaulted) unless @constant_coefficients.nil? + XMLHelper.add_extension(freezer, 'TemperatureScheduleCoefficients', @temperature_coefficients, :string, @temperature_coefficients_isdefaulted) unless @temperature_coefficients.nil? end def from_doc(freezer) @@ -6663,6 +6691,8 @@ def from_doc(freezer) @weekday_fractions = XMLHelper.get_value(freezer, 'extension/WeekdayScheduleFractions', :string) @weekend_fractions = XMLHelper.get_value(freezer, 'extension/WeekendScheduleFractions', :string) @monthly_multipliers = XMLHelper.get_value(freezer, 'extension/MonthlyScheduleMultipliers', :string) + @constant_coefficients = XMLHelper.get_value(freezer, 'extension/ConstantScheduleCoefficients', :string) + @temperature_coefficients = XMLHelper.get_value(freezer, 'extension/TemperatureScheduleCoefficients', :string) end end diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb index 79afd3936..7e09c8cc4 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb +++ b/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb @@ -44,13 +44,13 @@ def self.apply(runner, hpxml, hpxml_bldg, eri_version, weather, epw_file: nil, s apply_partition_wall_mass(hpxml_bldg) apply_furniture_mass(hpxml_bldg) apply_hvac(runner, hpxml, hpxml_bldg, weather, convert_shared_systems) - apply_hvac_control(hpxml_bldg, schedules_file) + apply_hvac_control(hpxml_bldg, schedules_file, eri_version) apply_hvac_distribution(hpxml_bldg, ncfl, ncfl_ag) apply_hvac_location(hpxml_bldg) - apply_ventilation_fans(hpxml_bldg, weather, cfa, nbeds) + apply_ventilation_fans(hpxml_bldg, weather, cfa, nbeds, eri_version) apply_water_heaters(hpxml_bldg, nbeds, eri_version, schedules_file) apply_flue_or_chimney(hpxml_bldg) - apply_hot_water_distribution(hpxml_bldg, cfa, ncfl, has_uncond_bsmnt, has_cond_bsmnt) + apply_hot_water_distribution(hpxml_bldg, cfa, ncfl, has_uncond_bsmnt, has_cond_bsmnt, schedules_file) apply_water_fixtures(hpxml_bldg, schedules_file) apply_solar_thermal_systems(hpxml_bldg) apply_appliances(hpxml_bldg, nbeds, eri_version, schedules_file) @@ -605,6 +605,23 @@ def self.apply_building_occupancy(hpxml_bldg, schedules_file) hpxml_bldg.building_occupancy.monthly_multipliers = Schedule.OccupantsMonthlyMultipliers hpxml_bldg.building_occupancy.monthly_multipliers_isdefaulted = true end + if hpxml_bldg.building_occupancy.general_water_use_usage_multiplier.nil? + hpxml_bldg.building_occupancy.general_water_use_usage_multiplier = 1.0 + hpxml_bldg.building_occupancy.general_water_use_usage_multiplier_isdefaulted = true + end + schedules_file_includes_water = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnGeneralWaterUse)) + if hpxml_bldg.building_occupancy.general_water_use_weekday_fractions.nil? && !schedules_file_includes_water + hpxml_bldg.building_occupancy.general_water_use_weekday_fractions = Schedule.GeneralWaterUseWeekdayFractions + hpxml_bldg.building_occupancy.general_water_use_weekday_fractions_isdefaulted = true + end + if hpxml_bldg.building_occupancy.general_water_use_weekend_fractions.nil? && !schedules_file_includes_water + hpxml_bldg.building_occupancy.general_water_use_weekend_fractions = Schedule.GeneralWaterUseWeekendFractions + hpxml_bldg.building_occupancy.general_water_use_weekend_fractions_isdefaulted = true + end + if hpxml_bldg.building_occupancy.general_water_use_monthly_multipliers.nil? && !schedules_file_includes_water + hpxml_bldg.building_occupancy.general_water_use_monthly_multipliers = Schedule.GeneralWaterUseMonthlyMultipliers + hpxml_bldg.building_occupancy.general_water_use_monthly_multipliers_isdefaulted = true + end end def self.apply_building_construction(hpxml_bldg, cfa, nbeds, infil_measurement) @@ -1309,15 +1326,14 @@ def self.apply_hvac(runner, hpxml, hpxml_bldg, weather, convert_shared_systems) heat_pump.backup_heating_lockout_temp_isdefaulted = true end - # Default boiler EAE + # Default in-unit boiler EAE hpxml_bldg.heating_systems.each do |heating_system| next unless heating_system.electric_auxiliary_energy.nil? + next unless heating_system.heating_system_type == HPXML::HVACTypeBoiler + next if heating_system.is_shared_system heating_system.electric_auxiliary_energy_isdefaulted = true - heating_system.electric_auxiliary_energy = HVAC.get_default_boiler_eae(heating_system) - heating_system.shared_loop_watts = nil - heating_system.shared_loop_motor_efficiency = nil - heating_system.fan_coil_watts = nil + heating_system.electric_auxiliary_energy = HVAC.get_default_in_unit_boiler_eae(heating_system.heating_system_fuel) end # Default AC/HP sensible heat ratio @@ -1729,21 +1745,29 @@ def self.apply_detailed_performance_data_for_var_speed_systems(hpxml_bldg) end end - def self.apply_hvac_control(hpxml_bldg, schedules_file) + def self.apply_hvac_control(hpxml_bldg, schedules_file, eri_version) hpxml_bldg.hvac_controls.each do |hvac_control| 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) - hvac_control.heating_setpoint_temp = htg_sp + htg_weekday_setpoints, htg_weekend_setpoints = HVAC.get_default_heating_setpoint(HPXML::HVACControlTypeManual, eri_version) + if htg_weekday_setpoints.split(', ').uniq.size == 1 && htg_weekend_setpoints.split(', ').uniq.size == 1 && htg_weekday_setpoints.split(', ').uniq == htg_weekend_setpoints.split(', ').uniq + hvac_control.heating_setpoint_temp = htg_weekend_setpoints.split(', ').uniq[0].to_f + else + fail 'Unexpected heating setpoints.' + end hvac_control.heating_setpoint_temp_isdefaulted = true end 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) - hvac_control.cooling_setpoint_temp = clg_sp + clg_weekday_setpoints, clg_weekend_setpoints = HVAC.get_default_cooling_setpoint(HPXML::HVACControlTypeManual, eri_version) + if clg_weekday_setpoints.split(', ').uniq.size == 1 && clg_weekend_setpoints.split(', ').uniq.size == 1 && clg_weekday_setpoints.split(', ').uniq == clg_weekend_setpoints.split(', ').uniq + hvac_control.cooling_setpoint_temp = clg_weekend_setpoints.split(', ').uniq[0].to_f + else + fail 'Unexpected cooling setpoints.' + end hvac_control.cooling_setpoint_temp_isdefaulted = true end @@ -1945,7 +1969,7 @@ def self.apply_hvac_location(hpxml_bldg) end end - def self.apply_ventilation_fans(hpxml_bldg, weather, cfa, nbeds) + def self.apply_ventilation_fans(hpxml_bldg, weather, cfa, nbeds, eri_version) # Default mech vent systems hpxml_bldg.ventilation_fans.each do |vent_fan| next unless vent_fan.used_for_whole_building_ventilation @@ -1967,7 +1991,7 @@ def self.apply_ventilation_fans(hpxml_bldg, weather, cfa, nbeds) vent_fan.rated_flow_rate_isdefaulted = true end if vent_fan.fan_power.nil? - vent_fan.fan_power = (vent_fan.flow_rate * Airflow.get_default_mech_vent_fan_power(vent_fan)).round(1) + vent_fan.fan_power = (vent_fan.flow_rate * Airflow.get_default_mech_vent_fan_power(vent_fan, eri_version)).round(1) vent_fan.fan_power_isdefaulted = true end next unless vent_fan.fan_type == HPXML::MechVentTypeCFIS @@ -2123,7 +2147,7 @@ def self.apply_flue_or_chimney(hpxml_bldg) end end - def self.apply_hot_water_distribution(hpxml_bldg, cfa, ncfl, has_uncond_bsmnt, has_cond_bsmnt) + def self.apply_hot_water_distribution(hpxml_bldg, cfa, ncfl, has_uncond_bsmnt, has_cond_bsmnt, schedules_file) return if hpxml_bldg.hot_water_distributions.size == 0 hot_water_distribution = hpxml_bldg.hot_water_distributions[0] @@ -2159,6 +2183,43 @@ def self.apply_hot_water_distribution(hpxml_bldg, cfa, ncfl, has_uncond_bsmnt, h hot_water_distribution.shared_recirculation_pump_power_isdefaulted = true end end + + if hot_water_distribution.system_type == HPXML::DHWDistTypeRecirc || hot_water_distribution.has_shared_recirculation + schedules_file_includes_recirculation_pump = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnHotWaterRecirculationPump)) + recirc_control_type = hot_water_distribution.has_shared_recirculation ? hot_water_distribution.shared_recirculation_control_type : hot_water_distribution.recirculation_control_type + if [HPXML::DHWRecircControlTypeNone, HPXML::DHWRecircControlTypeTimer].include?(recirc_control_type) + if hot_water_distribution.recirculation_pump_weekday_fractions.nil? && !schedules_file_includes_recirculation_pump + hot_water_distribution.recirculation_pump_weekday_fractions = Schedule.RecirculationPumpWithoutControlWeekdayFractions + hot_water_distribution.recirculation_pump_weekday_fractions_isdefaulted = true + end + if hot_water_distribution.recirculation_pump_weekend_fractions.nil? && !schedules_file_includes_recirculation_pump + hot_water_distribution.recirculation_pump_weekend_fractions = Schedule.RecirculationPumpWithoutControlWeekendFractions + hot_water_distribution.recirculation_pump_weekend_fractions_isdefaulted = true + end + elsif [HPXML::DHWRecircControlTypeSensor, HPXML::DHWRecircControlTypeManual].include?(recirc_control_type) + if hot_water_distribution.recirculation_pump_weekday_fractions.nil? && !schedules_file_includes_recirculation_pump + hot_water_distribution.recirculation_pump_weekday_fractions = Schedule.RecirculationPumpDemandControlledWeekdayFractions + hot_water_distribution.recirculation_pump_weekday_fractions_isdefaulted = true + end + if hot_water_distribution.recirculation_pump_weekend_fractions.nil? && !schedules_file_includes_recirculation_pump + hot_water_distribution.recirculation_pump_weekend_fractions = Schedule.RecirculationPumpDemandControlledWeekendFractions + hot_water_distribution.recirculation_pump_weekend_fractions_isdefaulted = true + end + elsif [HPXML::DHWRecircControlTypeTemperature].include?(recirc_control_type) + if hot_water_distribution.recirculation_pump_weekday_fractions.nil? && !schedules_file_includes_recirculation_pump + hot_water_distribution.recirculation_pump_weekday_fractions = Schedule.RecirculationPumpTemperatureControlledWeekdayFractions + hot_water_distribution.recirculation_pump_weekday_fractions_isdefaulted = true + end + if hot_water_distribution.recirculation_pump_weekend_fractions.nil? && !schedules_file_includes_recirculation_pump + hot_water_distribution.recirculation_pump_weekend_fractions = Schedule.RecirculationPumpTemperatureControlledWeekendFractions + hot_water_distribution.recirculation_pump_weekend_fractions_isdefaulted = true + end + end + if hot_water_distribution.recirculation_pump_monthly_multipliers.nil? && !schedules_file_includes_recirculation_pump + hot_water_distribution.recirculation_pump_monthly_multipliers = Schedule.RecirculationPumpMonthlyMultipliers + hot_water_distribution.recirculation_pump_monthly_multipliers_isdefaulted = true + end + end end def self.apply_water_fixtures(hpxml_bldg, schedules_file) @@ -2264,6 +2325,10 @@ def self.apply_batteries(hpxml_bldg) battery.location = default_values[:location] battery.location_isdefaulted = true end + if battery.is_shared_system.nil? + battery.is_shared_system = false + battery.is_shared_system_isdefaulted = true + end # if battery.lifetime_model.nil? # battery.lifetime_model = default_values[:lifetime_model] # battery.lifetime_model_isdefaulted = true @@ -2461,6 +2526,7 @@ def self.apply_appliances(hpxml_bldg, nbeds, eri_version, schedules_file) hpxml_bldg.refrigerators[0].primary_indicator_isdefaulted = true end hpxml_bldg.refrigerators.each do |refrigerator| + schedules_includes_fractions_multipliers = (!refrigerator.weekday_fractions.nil? || !refrigerator.weekend_fractions.nil? || !refrigerator.monthly_multipliers.nil?) if not refrigerator.primary_indicator # extra refrigerator if refrigerator.location.nil? refrigerator.location = HotWaterAndAppliances.get_default_extra_refrigerator_and_freezer_locations(hpxml_bldg) @@ -2472,17 +2538,30 @@ def self.apply_appliances(hpxml_bldg, nbeds, eri_version, schedules_file) refrigerator.rated_annual_kwh_isdefaulted = true end 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 - end - if refrigerator.weekend_fractions.nil? && !schedules_file_includes_extrafridge - refrigerator.weekend_fractions = Schedule.ExtraRefrigeratorWeekendFractions - refrigerator.weekend_fractions_isdefaulted = true - end - if refrigerator.monthly_multipliers.nil? && !schedules_file_includes_extrafridge - refrigerator.monthly_multipliers = Schedule.ExtraRefrigeratorMonthlyMultipliers - refrigerator.monthly_multipliers_isdefaulted = true + if !schedules_file_includes_extrafridge + if schedules_includes_fractions_multipliers + if refrigerator.weekday_fractions.nil? + refrigerator.weekday_fractions = Schedule.ExtraRefrigeratorWeekdayFractions + refrigerator.weekday_fractions_isdefaulted = true + end + if refrigerator.weekend_fractions.nil? + refrigerator.weekend_fractions = Schedule.ExtraRefrigeratorWeekendFractions + refrigerator.weekend_fractions_isdefaulted = true + end + if refrigerator.monthly_multipliers.nil? + refrigerator.monthly_multipliers = Schedule.ExtraRefrigeratorMonthlyMultipliers + refrigerator.monthly_multipliers_isdefaulted = true + end + else + if refrigerator.constant_coefficients.nil? + refrigerator.constant_coefficients = Schedule.ExtraRefrigeratorConstantCoefficients + refrigerator.constant_coefficients_isdefaulted = true + end + if refrigerator.temperature_coefficients.nil? + refrigerator.temperature_coefficients = Schedule.ExtraRefrigeratorTemperatureCoefficients + refrigerator.temperature_coefficients_isdefaulted = true + end + end end else # primary refrigerator if refrigerator.location.nil? @@ -2495,17 +2574,30 @@ def self.apply_appliances(hpxml_bldg, nbeds, eri_version, schedules_file) refrigerator.rated_annual_kwh_isdefaulted = true end 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 - end - if refrigerator.weekend_fractions.nil? && !schedules_file_includes_fridge - refrigerator.weekend_fractions = Schedule.RefrigeratorWeekendFractions - refrigerator.weekend_fractions_isdefaulted = true - end - if refrigerator.monthly_multipliers.nil? && !schedules_file_includes_fridge - refrigerator.monthly_multipliers = Schedule.RefrigeratorMonthlyMultipliers - refrigerator.monthly_multipliers_isdefaulted = true + if !schedules_file_includes_fridge + if schedules_includes_fractions_multipliers + if refrigerator.weekday_fractions.nil? + refrigerator.weekday_fractions = Schedule.RefrigeratorWeekdayFractions + refrigerator.weekday_fractions_isdefaulted = true + end + if refrigerator.weekend_fractions.nil? + refrigerator.weekend_fractions = Schedule.RefrigeratorWeekendFractions + refrigerator.weekend_fractions_isdefaulted = true + end + if refrigerator.monthly_multipliers.nil? + refrigerator.monthly_multipliers = Schedule.RefrigeratorMonthlyMultipliers + refrigerator.monthly_multipliers_isdefaulted = true + end + else + if refrigerator.constant_coefficients.nil? + refrigerator.constant_coefficients = Schedule.RefrigeratorConstantCoefficients + refrigerator.constant_coefficients_isdefaulted = true + end + if refrigerator.temperature_coefficients.nil? + refrigerator.temperature_coefficients = Schedule.RefrigeratorTemperatureCoefficients + refrigerator.temperature_coefficients_isdefaulted = true + end + end end end if refrigerator.usage_multiplier.nil? @@ -2529,7 +2621,10 @@ def self.apply_appliances(hpxml_bldg, nbeds, eri_version, schedules_file) freezer.usage_multiplier = 1.0 freezer.usage_multiplier_isdefaulted = true end + schedules_includes_schedule_coefficients = (!freezer.constant_coefficients.nil? || !freezer.temperature_coefficients.nil?) schedules_file_includes_freezer = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnFreezer)) + next unless !schedules_includes_schedule_coefficients + if freezer.weekday_fractions.nil? && !schedules_file_includes_freezer freezer.weekday_fractions = Schedule.FreezerWeekdayFractions freezer.weekday_fractions_isdefaulted = true @@ -2601,36 +2696,46 @@ def self.apply_lighting(hpxml_bldg, schedules_file) hpxml_bldg.lighting.exterior_usage_multiplier = 1.0 hpxml_bldg.lighting.exterior_usage_multiplier_isdefaulted = true end - # Schedules from T24 2016 Residential ACM Appendix C Table 8 Exterior Lighting Hourly Multiplier (Weekdays and weekends) - default_exterior_lighting_weekday_fractions = Schedule.LightingExteriorWeekdayFractions - default_exterior_lighting_weekend_fractions = Schedule.LightingExteriorWeekendFractions - default_exterior_lighting_monthly_multipliers = Schedule.LightingExteriorMonthlyMultipliers + default_lighting_monthly_multipliers = Schedule.LightingMonthlyMultipliers + schedules_file_includes_lighting_interior = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnLightingInterior)) + if hpxml_bldg.lighting.interior_weekday_fractions.nil? && !schedules_file_includes_lighting_interior + hpxml_bldg.lighting.interior_weekday_fractions = Schedule.LightingInteriorWeekdayFractions + hpxml_bldg.lighting.interior_weekday_fractions_isdefaulted = true + end + if hpxml_bldg.lighting.interior_weekend_fractions.nil? && !schedules_file_includes_lighting_interior + hpxml_bldg.lighting.interior_weekend_fractions = Schedule.LightingInteriorWeekendFractions + hpxml_bldg.lighting.interior_weekend_fractions_isdefaulted = true + end + if hpxml_bldg.lighting.interior_monthly_multipliers.nil? && !schedules_file_includes_lighting_interior + hpxml_bldg.lighting.interior_monthly_multipliers = default_lighting_monthly_multipliers + hpxml_bldg.lighting.interior_monthly_multipliers_isdefaulted = true + end if hpxml_bldg.has_location(HPXML::LocationGarage) schedules_file_includes_lighting_garage = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnLightingGarage)) if hpxml_bldg.lighting.garage_weekday_fractions.nil? && !schedules_file_includes_lighting_garage - hpxml_bldg.lighting.garage_weekday_fractions = default_exterior_lighting_weekday_fractions + hpxml_bldg.lighting.garage_weekday_fractions = Schedule.LightingGarageWeekdayFractions hpxml_bldg.lighting.garage_weekday_fractions_isdefaulted = true end if hpxml_bldg.lighting.garage_weekend_fractions.nil? && !schedules_file_includes_lighting_garage - hpxml_bldg.lighting.garage_weekend_fractions = default_exterior_lighting_weekend_fractions + hpxml_bldg.lighting.garage_weekend_fractions = Schedule.LightingGarageWeekendFractions hpxml_bldg.lighting.garage_weekend_fractions_isdefaulted = true end if hpxml_bldg.lighting.garage_monthly_multipliers.nil? && !schedules_file_includes_lighting_garage - hpxml_bldg.lighting.garage_monthly_multipliers = default_exterior_lighting_monthly_multipliers + hpxml_bldg.lighting.garage_monthly_multipliers = default_lighting_monthly_multipliers hpxml_bldg.lighting.garage_monthly_multipliers_isdefaulted = true end end schedules_file_includes_lighting_exterior = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnLightingExterior)) if hpxml_bldg.lighting.exterior_weekday_fractions.nil? && !schedules_file_includes_lighting_exterior - hpxml_bldg.lighting.exterior_weekday_fractions = default_exterior_lighting_weekday_fractions + hpxml_bldg.lighting.exterior_weekday_fractions = Schedule.LightingExteriorWeekdayFractions hpxml_bldg.lighting.exterior_weekday_fractions_isdefaulted = true end if hpxml_bldg.lighting.exterior_weekend_fractions.nil? && !schedules_file_includes_lighting_exterior - hpxml_bldg.lighting.exterior_weekend_fractions = default_exterior_lighting_weekend_fractions + hpxml_bldg.lighting.exterior_weekend_fractions = Schedule.LightingExteriorWeekendFractions hpxml_bldg.lighting.exterior_weekend_fractions_isdefaulted = true end if hpxml_bldg.lighting.exterior_monthly_multipliers.nil? && !schedules_file_includes_lighting_exterior - hpxml_bldg.lighting.exterior_monthly_multipliers = default_exterior_lighting_monthly_multipliers + hpxml_bldg.lighting.exterior_monthly_multipliers = default_lighting_monthly_multipliers hpxml_bldg.lighting.exterior_monthly_multipliers_isdefaulted = true end if hpxml_bldg.lighting.holiday_exists diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.xml b/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.xml index cb01de30a..e4027ffdd 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.xml +++ b/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.xml @@ -372,6 +372,11 @@ 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 + Expected 0 or 1 element(s) for xpath: extension/GeneralWaterUseUsageMultiplier + Expected extension/GeneralWaterUseUsageMultiplier to be greater than or equal to 0 + Expected 0 or 1 element(s) for xpath: extension/GeneralWaterUseWeekdayScheduleFractions + Expected 0 or 1 element(s) for xpath: extension/GeneralWaterUseWeekendScheduleFractions + Expected 0 or 1 element(s) for xpath: extension/GeneralWaterUseMonthlyScheduleMultipliers @@ -902,7 +907,7 @@ Expected 1 element(s) for xpath: AnnualHeatingEfficiency[Units="AFUE"]/Value Expected AnnualHeatingEfficiency[Units="AFUE"]/Value to be less than or equal to 1 Expected 1 element(s) for xpath: FractionHeatLoadServed - Expected 0 or 1 element(s) for xpath: ElectricAuxiliaryEnergy | extension/SharedLoopWatts + Expected 1 element(s) for xpath: extension/SharedLoopWatts Expected extension/SharedLoopWatts to be greater than or equal to 0 AFUE should typically be greater than or equal to 0.5. @@ -912,7 +917,7 @@ [HeatingSystemType=SharedBoilerWthFanCoil] - Expected 0 or 1 element(s) for xpath: ElectricAuxiliaryEnergy | extension/FanCoilWatts + Expected 1 element(s) for xpath: extension/FanCoilWatts Expected extension/FanCoilWatts to be greater than or equal to 0 @@ -2008,6 +2013,9 @@ Expected 0 or 1 element(s) for xpath: RecirculationPipingLoopLength Expected 0 or 1 element(s) for xpath: BranchPipingLength Expected 0 or 1 element(s) for xpath: PumpPower + Expected 0 or 1 element(s) for xpath: ../../extension/RecirculationPumpWeekdayScheduleFractions + Expected 0 or 1 element(s) for xpath: ../../extension/RecirculationPumpWeekendScheduleFractions + Expected 0 or 1 element(s) for xpath: ../../extension/RecirculationPumpMonthlyScheduleMultipliers @@ -2021,6 +2029,9 @@ Expected 0 or 1 element(s) for xpath: PumpPower Expected 1 element(s) for xpath: ControlType Expected ControlType to be 'manual demand control' or 'presence sensor demand control' or 'temperature' or 'timer' or 'no control' + Expected 0 or 1 element(s) for xpath: ../../extension/RecirculationPumpWeekdayScheduleFractions + Expected 0 or 1 element(s) for xpath: ../../extension/RecirculationPumpWeekendScheduleFractions + Expected 0 or 1 element(s) for xpath: ../../extension/RecirculationPumpMonthlyScheduleMultipliers @@ -2123,6 +2134,7 @@ [Battery] + Expected 0 or 1 element(s) for xpath: IsSharedSystem Expected 1 element(s) for xpath: BatteryType[text()="Li-ion"] Expected 0 or 1 element(s) for xpath: Location Expected Location to be 'conditioned 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 'outside' @@ -2140,6 +2152,15 @@ + + [BatteryType=Shared] + + Expected 1 element(s) for xpath: ../../../BuildingSummary/BuildingConstruction[ResidentialFacilityType[text()="single-family attached" or text()="apartment unit"]] + Expected 1 element(s) for xpath: extension/NumberofBedroomsServed + Expected extension/NumberofBedroomsServed to be greater than ../../../BuildingSummary/BuildingConstruction/NumberofBedrooms + + + [Generator] @@ -2281,6 +2302,9 @@ 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 + Expected 0 or 1 element(s) for xpath: extension/ConstantScheduleCoefficients + Expected 0 or 1 element(s) for xpath: extension/TemperatureScheduleCoefficients + Expected either schedule fractions/multipliers or schedule coefficients but not both. @@ -2295,6 +2319,8 @@ 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 + Expected 0 or 2 element(s) for xpath: extension/ConstantScheduleCoefficients | extension/TemperatureScheduleCoefficients + Expected either schedule fractions/multipliers or schedule coefficients but not both. diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb index 1fe42b14b..c6310a350 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb +++ b/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb @@ -1059,36 +1059,40 @@ def self.get_cooling_setpoints(hvac_control, has_ceiling_fan, year, weather) return clg_weekday_setpoints, clg_weekend_setpoints end - def self.get_default_heating_setpoint(control_type) + def self.get_default_heating_setpoint(control_type, eri_version) # Per ANSI/RESNET/ICC 301 - htg_sp = 68.0 # F - htg_setback_sp = nil - htg_setback_hrs_per_week = nil - htg_setback_start_hr = nil + htg_weekday_setpoints = '68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68' + htg_weekend_setpoints = '68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68' if control_type == HPXML::HVACControlTypeProgrammable - htg_setback_sp = 66.0 # F - htg_setback_hrs_per_week = 7 * 7 # 11 p.m. to 5:59 a.m., 7 days a week - htg_setback_start_hr = 23 # 11 p.m. + if Constants.ERIVersions.index(eri_version) >= Constants.ERIVersions.index('2022') + htg_weekday_setpoints = '66, 66, 66, 66, 66, 67, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 66' + htg_weekend_setpoints = '66, 66, 66, 66, 66, 67, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 66' + else + htg_weekday_setpoints = '66, 66, 66, 66, 66, 66, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 66' + htg_weekend_setpoints = '66, 66, 66, 66, 66, 66, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 66' + end elsif control_type != HPXML::HVACControlTypeManual fail "Unexpected control type #{control_type}." end - return htg_sp, htg_setback_sp, htg_setback_hrs_per_week, htg_setback_start_hr + return htg_weekday_setpoints, htg_weekend_setpoints end - def self.get_default_cooling_setpoint(control_type) + def self.get_default_cooling_setpoint(control_type, eri_version) # Per ANSI/RESNET/ICC 301 - clg_sp = 78.0 # F - clg_setup_sp = nil - clg_setup_hrs_per_week = nil - clg_setup_start_hr = nil + clg_weekday_setpoints = '78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78' + clg_weekend_setpoints = '78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78' if control_type == HPXML::HVACControlTypeProgrammable - clg_setup_sp = 80.0 # F - clg_setup_hrs_per_week = 6 * 7 # 9 a.m. to 2:59 p.m., 7 days a week - clg_setup_start_hr = 9 # 9 a.m. + if Constants.ERIVersions.index(eri_version) >= Constants.ERIVersions.index('2022') + clg_weekday_setpoints = '78, 78, 78, 78, 78, 78, 78, 78, 78, 80, 80, 80, 80, 80, 79, 78, 78, 78, 78, 78, 78, 78, 78, 78' + clg_weekend_setpoints = '78, 78, 78, 78, 78, 78, 78, 78, 78, 80, 80, 80, 80, 80, 79, 78, 78, 78, 78, 78, 78, 78, 78, 78' + else + clg_weekday_setpoints = '78, 78, 78, 78, 78, 78, 78, 78, 78, 80, 80, 80, 80, 80, 80, 78, 78, 78, 78, 78, 78, 78, 78, 78' + clg_weekend_setpoints = '78, 78, 78, 78, 78, 78, 78, 78, 78, 80, 80, 80, 80, 80, 80, 78, 78, 78, 78, 78, 78, 78, 78, 78' + end elsif control_type != HPXML::HVACControlTypeManual fail "Unexpected control type #{control_type}." end - return clg_sp, clg_setup_sp, clg_setup_hrs_per_week, clg_setup_start_hr + return clg_weekday_setpoints, clg_weekend_setpoints end def self.get_default_heating_capacity_retention(compressor_type, hspf = nil) @@ -1998,66 +2002,16 @@ def self.apply_dehumidifier_ief_to_ef_inputs(dh_type, w_coeff, ef_coeff, ief, wa return ef_input, water_removal_rate_input end - def self.get_default_boiler_eae(heating_system) - if heating_system.heating_system_type != HPXML::HVACTypeBoiler - return - end - if not heating_system.electric_auxiliary_energy.nil? - return heating_system.electric_auxiliary_energy - end - - # From ANSI/RESNET/ICC 301-2019 Standard - fuel = heating_system.heating_system_fuel - - if heating_system.is_shared_system - distribution_system = heating_system.distribution_system - distribution_type = distribution_system.distribution_system_type - - if not heating_system.shared_loop_watts.nil? - sp_kw = UnitConversions.convert(heating_system.shared_loop_watts, 'W', 'kW') - n_dweq = heating_system.number_of_units_served.to_f - if distribution_system.air_type == HPXML::AirTypeFanCoil - aux_in = UnitConversions.convert(heating_system.fan_coil_watts, 'W', 'kW') - else - aux_in = 0.0 # ANSI/RESNET/ICC 301-2019 Section 4.4.7.2 - end - # ANSI/RESNET/ICC 301-2019 Equation 4.4-5 - return (((sp_kw / n_dweq) + aux_in) * 2080.0).round(2) # kWh/yr - elsif distribution_type == HPXML::HVACDistributionTypeHydronic - # kWh/yr, per ANSI/RESNET/ICC 301-2019 Table 4.5.2(5) - if distribution_system.hydronic_type == HPXML::HydronicTypeWaterLoop # Shared boiler w/ WLHP - return 265.0 - else # Shared boiler w/ baseboard/radiators/etc - return 220.0 - end - elsif distribution_type == HPXML::HVACDistributionTypeAir - if distribution_system.air_type == HPXML::AirTypeFanCoil # Shared boiler w/ fan coil - return 438.0 - end - end - - else # In-unit boilers - - if [HPXML::FuelTypeNaturalGas, - HPXML::FuelTypePropane, - HPXML::FuelTypeElectricity, - HPXML::FuelTypeWoodCord, - HPXML::FuelTypeWoodPellets].include? fuel - return 170.0 # kWh/yr - elsif [HPXML::FuelTypeOil, - HPXML::FuelTypeOil1, - HPXML::FuelTypeOil2, - HPXML::FuelTypeOil4, - HPXML::FuelTypeOil5or6, - HPXML::FuelTypeDiesel, - HPXML::FuelTypeKerosene, - HPXML::FuelTypeCoal, - HPXML::FuelTypeCoalAnthracite, - HPXML::FuelTypeCoalBituminous, - HPXML::FuelTypeCoke].include? fuel - return 330.0 # kWh/yr - end - + def self.get_default_in_unit_boiler_eae(boiler_fuel) + # Electric auxiliary energy, from ANSI/RESNET/ICC 301-2022 Addendum C Standard + if [HPXML::FuelTypeNaturalGas, + HPXML::FuelTypePropane, + HPXML::FuelTypeElectricity, + HPXML::FuelTypeWoodCord, + HPXML::FuelTypeWoodPellets].include? boiler_fuel + return 170.0 # kWh/yr + else + return 330.0 # kWh/yr end end @@ -3448,6 +3402,17 @@ def self.apply_shared_heating_systems(hpxml_bldg) distribution_system = heating_system.distribution_system hydronic_type = distribution_system.hydronic_type + if heating_system.heating_system_type == HPXML::HVACTypeBoiler + sp_kw = UnitConversions.convert(heating_system.shared_loop_watts, 'W', 'kW') + n_dweq = heating_system.number_of_units_served.to_f + if distribution_system.air_type == HPXML::AirTypeFanCoil + aux_in = UnitConversions.convert(heating_system.fan_coil_watts, 'W', 'kW') + else + aux_in = 0.0 + end + heating_system.electric_auxiliary_energy = (((sp_kw / n_dweq) + aux_in) * 2080.0).round(2) # kWh/yr + end + if heating_system.heating_system_type == HPXML::HVACTypeBoiler && hydronic_type.to_s == HPXML::HydronicTypeWaterLoop # Shared boiler w/ water loop heat pump diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb index 59dc9699c..1cc4a88c6 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb +++ b/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb @@ -1,7 +1,7 @@ # 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, spaces, lighting_groups, lighting, eri_version, schedules_file, cfa, unavailable_periods, unit_multiplier) ltg_locns = [HPXML::LocationInterior, HPXML::LocationExterior, HPXML::LocationGarage] ltg_types = [HPXML::LightingTypeCFL, HPXML::LightingTypeLFL, HPXML::LightingTypeLED] @@ -70,18 +70,11 @@ def self.apply(runner, model, epw_file, spaces, lighting_groups, lighting, eri_v 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, interior_obj_name + ' 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, interior_obj_name + ' schedule', lighting_sch, lighting_sch, Constants.ScheduleTypeLimitsFraction, unavailable_periods: interior_unavailable_periods) - end - - if lighting.interior_weekday_fractions.nil? - design_level = interior_sch.calc_design_level(interior_sch.maxval * int_kwh) - else - design_level = interior_sch.calc_design_level_from_daily_kwh(int_kwh / 365.0) - end + interior_weekday_sch = lighting.interior_weekday_fractions + interior_weekend_sch = lighting.interior_weekend_fractions + interior_monthly_sch = lighting.interior_monthly_multipliers + interior_sch = MonthWeekdayWeekendSchedule.new(model, interior_obj_name + ' schedule', interior_weekday_sch, interior_weekend_sch, interior_monthly_sch, Constants.ScheduleTypeLimitsFraction, unavailable_periods: interior_unavailable_periods) + design_level = interior_sch.calc_design_level_from_daily_kwh(int_kwh / 365.0) interior_sch = interior_sch.schedule else runner.registerWarning("Both '#{interior_col_name}' schedule file and weekday fractions provided; the latter will be ignored.") if !lighting.interior_weekday_fractions.nil? @@ -334,114 +327,4 @@ def self.calc_garage_energy(eri_version, gfa, f_grg_cfl, f_grg_lfl, f_grg_led) return grg_kwh end - - def self.get_schedule(epw_file) - # Sunrise and sunset hours - sunrise_hour = [] - sunset_hour = [] - std_long = -epw_file.timeZone * 15 - normalized_hourly_lighting = [[1..24], [1..24], [1..24], [1..24], [1..24], [1..24], [1..24], [1..24], [1..24], [1..24], [1..24], [1..24]] - for month in 0..11 - if epw_file.latitude < 51.49 - m_num = month + 1 - jul_day = m_num * 30 - 15 - if not ((m_num < 4) || (m_num > 10)) - offset = 1 - else - offset = 0 - end - declination = 23.45 * Math.sin(0.9863 * (284 + jul_day) * 0.01745329) - deg_rad = Math::PI / 180 - rad_deg = 1 / deg_rad - b = (jul_day - 1) * 0.9863 - equation_of_time = (0.01667 * (0.01719 + 0.42815 * Math.cos(deg_rad * b) - 7.35205 * Math.sin(deg_rad * b) - 3.34976 * Math.cos(deg_rad * (2 * b)) - 9.37199 * Math.sin(deg_rad * (2 * b)))) - sunset_hour_angle = rad_deg * Math.acos(-1 * Math.tan(deg_rad * epw_file.latitude) * Math.tan(deg_rad * declination)) - sunrise_hour[month] = offset + (12.0 - 1 * sunset_hour_angle / 15.0) - equation_of_time - (std_long + epw_file.longitude) / 15 - sunset_hour[month] = offset + (12.0 + 1 * sunset_hour_angle / 15.0) - equation_of_time - (std_long + epw_file.longitude) / 15 - else - sunrise_hour = [8.125726064, 7.449258072, 6.388688653, 6.232405257, 5.27722936, 4.84705384, 5.127512162, 5.860163988, 6.684378904, 7.521267411, 7.390441945, 8.080667697] - sunset_hour = [16.22214058, 17.08642353, 17.98324493, 19.83547864, 20.65149672, 21.20662992, 21.12124777, 20.37458274, 19.25834757, 18.08155615, 16.14359164, 15.75571306] - end - end - - june_kws = [0.060, 0.040, 0.035, 0.025, 0.020, 0.020, 0.020, 0.020, 0.020, 0.020, 0.020, 0.020, 0.020, 0.025, 0.030, 0.030, 0.025, 0.020, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.020, 0.020, 0.020, 0.025, 0.025, 0.030, 0.030, 0.035, 0.045, 0.060, 0.085, 0.125, 0.145, 0.130, 0.105, 0.080] - lighting_seasonal_multiplier = Schedule.LightingInteriorMonthlyMultipliers.split(',').map { |v| v.to_f } - amplConst1 = 0.929707907917098 - sunsetLag1 = 2.45016230615269 - stdDevCons1 = 1.58679810983444 - amplConst2 = 1.1372291802273 - sunsetLag2 = 20.1501965859073 - stdDevCons2 = 2.36567663279954 - - monthly_kwh_per_day = [] - days_m = Constants.NumDaysInMonths(1999) # Intentionally excluding leap year designation - wtd_avg_monthly_kwh_per_day = 0 - for monthNum in 1..12 - month = monthNum - 1 - monthHalfHourKWHs = [0] - for hourNum in 0..9 - monthHalfHourKWHs[hourNum] = june_kws[hourNum] - end - for hourNum in 9..17 - hour = (hourNum + 1.0) * 0.5 - monthHalfHourKWHs[hourNum] = (monthHalfHourKWHs[8] - (0.15 / (2 * Math::PI)) * Math.sin((2 * Math::PI) * (hour - 4.5) / 3.5) + (0.15 / 3.5) * (hour - 4.5)) * lighting_seasonal_multiplier[month] - end - for hourNum in 17..29 - hour = (hourNum + 1.0) * 0.5 - monthHalfHourKWHs[hourNum] = (monthHalfHourKWHs[16] - (-0.02 / (2 * Math::PI)) * Math.sin((2 * Math::PI) * (hour - 8.5) / 5.5) + (-0.02 / 5.5) * (hour - 8.5)) * lighting_seasonal_multiplier[month] - end - for hourNum in 29..45 - hour = (hourNum + 1.0) * 0.5 - monthHalfHourKWHs[hourNum] = (monthHalfHourKWHs[28] + amplConst1 * Math.exp((-1.0 * (hour - (sunset_hour[month] + sunsetLag1))**2) / (2.0 * ((25.5 / ((6.5 - monthNum).abs + 20.0)) * stdDevCons1)**2)) / ((25.5 / ((6.5 - monthNum).abs + 20.0)) * stdDevCons1 * (2.0 * Math::PI)**0.5)) - end - for hourNum in 45..46 - hour = (hourNum + 1.0) * 0.5 - temp1 = (monthHalfHourKWHs[44] + amplConst1 * Math.exp((-1.0 * (hour - (sunset_hour[month] + sunsetLag1))**2) / (2.0 * ((25.5 / ((6.5 - monthNum).abs + 20.0)) * stdDevCons1)**2)) / ((25.5 / ((6.5 - monthNum).abs + 20.0)) * stdDevCons1 * (2.0 * Math::PI)**0.5)) - temp2 = (0.04 + amplConst2 * Math.exp((-1.0 * (hour - sunsetLag2)**2) / (2.0 * stdDevCons2**2)) / (stdDevCons2 * (2.0 * Math::PI)**0.5)) - if sunsetLag2 < sunset_hour[month] + sunsetLag1 - monthHalfHourKWHs[hourNum] = [temp1, temp2].min - else - monthHalfHourKWHs[hourNum] = [temp1, temp2].max - end - end - for hourNum in 46..47 - hour = (hourNum + 1) * 0.5 - monthHalfHourKWHs[hourNum] = (0.04 + amplConst2 * Math.exp((-1.0 * (hour - sunsetLag2)**2) / (2.0 * stdDevCons2**2)) / (stdDevCons2 * (2.0 * Math::PI)**0.5)) - end - - sum_kWh = 0.0 - for timenum in 0..47 - sum_kWh += monthHalfHourKWHs[timenum] - end - for hour in 0..23 - ltg_hour = (monthHalfHourKWHs[hour * 2] + monthHalfHourKWHs[hour * 2 + 1]).to_f - normalized_hourly_lighting[month][hour] = ltg_hour / sum_kWh - monthly_kwh_per_day[month] = sum_kWh / 2.0 - end - wtd_avg_monthly_kwh_per_day += monthly_kwh_per_day[month] * days_m[month] / 365.0 - end - - # Calculate normalized monthly lighting fractions - seasonal_multiplier = [] - sumproduct_seasonal_multiplier = 0 - normalized_monthly_lighting = seasonal_multiplier - for month in 0..11 - seasonal_multiplier[month] = (monthly_kwh_per_day[month] / wtd_avg_monthly_kwh_per_day) - sumproduct_seasonal_multiplier += seasonal_multiplier[month] * days_m[month] - end - - for month in 0..11 - normalized_monthly_lighting[month] = seasonal_multiplier[month] * days_m[month] / sumproduct_seasonal_multiplier - end - - # Calculate schedule values - lighting_sch = [[], [], [], [], [], [], [], [], [], [], [], []] - for month in 0..11 - for hour in 0..23 - lighting_sch[month][hour] = normalized_monthly_lighting[month] * normalized_hourly_lighting[month][hour] / days_m[month] - end - end - - return lighting_sch - end end diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-non-stochastic.csv b/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-non-stochastic.csv index f18bf8d67..1921875f2 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-non-stochastic.csv +++ b/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-non-stochastic.csv @@ -1,8761 +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,permanent_spa_pump,permanent_spa_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 +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,permanent_spa_pump,permanent_spa_heater,hot_water_recirculation_pump,general_water_use +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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.986 +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,1,1 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,1,0.699 +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,1,0.877 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 +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,1,0.315 +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,1,0.288 +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,1,0.288 +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,1,0.342 +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,1,0.37 +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,1,0.521 +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,1,0.603 +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,1,0.534 +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,1,0.507 +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,1,0.507 +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,1,0.466 +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,1,0.479 +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,1,0.479 +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,1,0.479 +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,1,0.534 +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,1,0.589 +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,1,0.699 +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,1,0.877 +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,1,0.89 +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,1,0.986 +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,1,1 +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,1,0.863 +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,1,0.616 +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,1,0.466 diff --git a/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb b/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb index bc403c81e..902778b52 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb +++ b/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb @@ -826,32 +826,43 @@ def self.set_unavailable_period_values(out, day_schedule, begin_hour, end_hour, 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' + return '0.035, 0.035, 0.035, 0.035, 0.035, 0.059, 0.082, 0.055, 0.027, 0.014, 0.014, 0.014, 0.014, 0.014, 0.019, 0.027, 0.041, 0.055, 0.068, 0.082, 0.082, 0.070, 0.053, 0.035' end def self.OccupantsWeekendFractions - 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' + return '0.035, 0.035, 0.035, 0.035, 0.035, 0.059, 0.082, 0.055, 0.027, 0.014, 0.014, 0.014, 0.014, 0.014, 0.019, 0.027, 0.041, 0.055, 0.068, 0.082, 0.082, 0.070, 0.053, 0.035' end def self.OccupantsMonthlyMultipliers return '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 self.LightingInteriorMonthlyMultipliers - return '1.075, 1.064951905, 1.0375, 1.0, 0.9625, 0.935048095, 0.925, 0.935048095, 0.9625, 1.0, 1.0375, 1.064951905' + def self.LightingInteriorWeekdayFractions + return '0.012, 0.010, 0.010, 0.010, 0.011, 0.018, 0.030, 0.038, 0.041, 0.041, 0.039, 0.037, 0.036, 0.035, 0.037, 0.041, 0.050, 0.065, 0.086, 0.106, 0.110, 0.079, 0.040, 0.018' + end + + def self.LightingInteriorWeekendFractions + return '0.012, 0.010, 0.010, 0.010, 0.011, 0.018, 0.030, 0.038, 0.041, 0.041, 0.039, 0.037, 0.036, 0.035, 0.037, 0.041, 0.050, 0.065, 0.086, 0.106, 0.110, 0.079, 0.040, 0.018' end def self.LightingExteriorWeekdayFractions - # Schedules from T24 2016 Residential ACM Appendix C Table 8 Exterior Lighting Hourly Multiplier (Weekdays and weekends) - return '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' + return '0.040, 0.037, 0.037, 0.035, 0.035, 0.039, 0.044, 0.041, 0.031, 0.025, 0.024, 0.024, 0.025, 0.028, 0.030, 0.035, 0.044, 0.056, 0.064, 0.068, 0.070, 0.065, 0.056, 0.047' end def self.LightingExteriorWeekendFractions - return '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' + return '0.040, 0.037, 0.037, 0.035, 0.035, 0.039, 0.044, 0.041, 0.031, 0.025, 0.024, 0.024, 0.025, 0.028, 0.030, 0.035, 0.044, 0.056, 0.064, 0.068, 0.070, 0.065, 0.056, 0.047' end - def self.LightingExteriorMonthlyMultipliers - return '1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248' + def self.LightingGarageWeekdayFractions + return '0.023, 0.019, 0.015, 0.017, 0.021, 0.031, 0.042, 0.041, 0.034, 0.029, 0.027, 0.025, 0.021, 0.021, 0.021, 0.026, 0.031, 0.044, 0.084, 0.117, 0.113, 0.096, 0.063, 0.039' + end + + def self.LightingGarageWeekendFractions + return '0.023, 0.019, 0.015, 0.017, 0.021, 0.031, 0.042, 0.041, 0.034, 0.029, 0.027, 0.025, 0.021, 0.021, 0.021, 0.026, 0.031, 0.044, 0.084, 0.117, 0.113, 0.096, 0.063, 0.039' + end + + def self.LightingMonthlyMultipliers + return '1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20' end def self.LightingExteriorHolidayWeekdayFractions @@ -867,47 +878,47 @@ def self.LightingExteriorHolidayMonthlyMultipliers end def self.CookingRangeWeekdayFractions - return '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' + return '0.008, 0.008, 0.008, 0.008, 0.008, 0.015, 0.023, 0.039, 0.046, 0.046, 0.046, 0.054, 0.062, 0.046, 0.039, 0.054, 0.076, 0.134, 0.114, 0.058, 0.039, 0.031, 0.023, 0.015' end def self.CookingRangeWeekendFractions - return '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' + return '0.008, 0.008, 0.008, 0.008, 0.008, 0.015, 0.023, 0.039, 0.046, 0.046, 0.046, 0.054, 0.062, 0.046, 0.039, 0.054, 0.076, 0.134, 0.114, 0.058, 0.039, 0.031, 0.023, 0.015' end def self.CookingRangeMonthlyMultipliers - return '1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097' + return '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 self.DishwasherWeekdayFractions - return '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' + return '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.042, 0.046, 0.036, 0.038, 0.038, 0.049, 0.087, 0.111, 0.090, 0.067, 0.044, 0.031' end def self.DishwasherWeekendFractions - return '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' + return '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.042, 0.046, 0.036, 0.038, 0.038, 0.049, 0.087, 0.111, 0.090, 0.067, 0.044, 0.031' end def self.DishwasherMonthlyMultipliers - return '1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097' + return '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 self.ClothesWasherWeekdayFractions - return '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' + return '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.051, 0.050, 0.049, 0.049, 0.049, 0.049, 0.047, 0.032, 0.017' end def self.ClothesWasherWeekendFractions - return '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' + return '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.051, 0.050, 0.049, 0.049, 0.049, 0.049, 0.047, 0.032, 0.017' end def self.ClothesWasherMonthlyMultipliers - return '1.011, 1.002, 1.022, 1.020, 1.022, 0.996, 0.999, 0.999, 0.996, 0.964, 0.959, 1.011' + return '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 self.ClothesDryerWeekdayFractions - return '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' + return '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.058, 0.061, 0.055, 0.054, 0.051, 0.051, 0.052, 0.054, 0.044, 0.024' end def self.ClothesDryerWeekendFractions - return '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' + return '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.058, 0.061, 0.055, 0.054, 0.051, 0.051, 0.052, 0.054, 0.044, 0.024' end def self.ClothesDryerMonthlyMultipliers @@ -915,17 +926,57 @@ def self.ClothesDryerMonthlyMultipliers end def self.FixturesWeekdayFractions - return '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' + return '0.012, 0.006, 0.004, 0.005, 0.010, 0.034, 0.078, 0.086, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.038, 0.051, 0.060, 0.060, 0.055, 0.048, 0.038, 0.026' end def self.FixturesWeekendFractions - return '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' + return '0.012, 0.006, 0.004, 0.005, 0.010, 0.034, 0.078, 0.086, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.038, 0.051, 0.060, 0.060, 0.055, 0.048, 0.038, 0.026' end def self.FixturesMonthlyMultipliers return '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 self.GeneralWaterUseWeekdayFractions + return '0.023, 0.021, 0.021, 0.025, 0.027, 0.038, 0.044, 0.039, 0.037, 0.037, 0.034, 0.035, 0.035, 0.035, 0.039, 0.043, 0.051, 0.064, 0.065, 0.072, 0.073, 0.063, 0.045, 0.034' + end + + def self.GeneralWaterUseWeekendFractions + return '0.023, 0.021, 0.021, 0.025, 0.027, 0.038, 0.044, 0.039, 0.037, 0.037, 0.034, 0.035, 0.035, 0.035, 0.039, 0.043, 0.051, 0.064, 0.065, 0.072, 0.073, 0.063, 0.045, 0.034' + end + + def self.GeneralWaterUseMonthlyMultipliers + return '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 self.RecirculationPumpWithoutControlWeekdayFractions + return '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' + end + + def self.RecirculationPumpWithoutControlWeekendFractions + return '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' + end + + def self.RecirculationPumpDemandControlledWeekdayFractions + return '0.012, 0.006, 0.004, 0.005, 0.010, 0.034, 0.078, 0.086, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.038, 0.051, 0.060, 0.060, 0.055, 0.048, 0.038, 0.026' + end + + def self.RecirculationPumpDemandControlledWeekendFractions + return '0.012, 0.006, 0.004, 0.005, 0.010, 0.034, 0.078, 0.086, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.038, 0.051, 0.060, 0.060, 0.055, 0.048, 0.038, 0.026' + end + + def self.RecirculationPumpTemperatureControlledWeekdayFractions + return '0.067, 0.072, 0.074, 0.073, 0.069, 0.048, 0.011, 0.003, 0.009, 0.020, 0.030, 0.037, 0.043, 0.047, 0.050, 0.051, 0.044, 0.034, 0.026, 0.026, 0.030, 0.036, 0.045, 0.055' + end + + def self.RecirculationPumpTemperatureControlledWeekendFractions + return '0.067, 0.072, 0.074, 0.073, 0.069, 0.048, 0.011, 0.003, 0.009, 0.020, 0.030, 0.037, 0.043, 0.047, 0.050, 0.051, 0.044, 0.034, 0.026, 0.026, 0.030, 0.036, 0.045, 0.055' + end + + def self.RecirculationPumpMonthlyMultipliers + return '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 self.RefrigeratorWeekdayFractions return '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' end @@ -938,6 +989,14 @@ def self.RefrigeratorMonthlyMultipliers return '0.837, 0.835, 1.084, 1.084, 1.084, 1.096, 1.096, 1.096, 1.096, 0.931, 0.925, 0.837' end + def self.RefrigeratorConstantCoefficients + return '-0.487, -0.340, -0.370, -0.361, -0.515, -0.684, -0.471, -0.159, -0.079, -0.417, -0.411, -0.386, -0.240, -0.314, -0.160, -0.121, -0.469, -0.412, -0.091, 0.077, -0.118, -0.247, -0.445, -0.544' # Table C.3(2) Daily Refrigerator Coefficient Schedules + end + + def self.RefrigeratorTemperatureCoefficients + return '0.019, 0.016, 0.017, 0.016, 0.018, 0.021, 0.019, 0.015, 0.015, 0.019, 0.018, 0.018, 0.016, 0.017, 0.015, 0.015, 0.020, 0.020, 0.017, 0.014, 0.016, 0.017, 0.019, 0.020' # Table C.3(2) Daily Refrigerator Coefficient Schedules + end + def self.ExtraRefrigeratorWeekdayFractions return '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' end @@ -950,6 +1009,14 @@ def self.ExtraRefrigeratorMonthlyMultipliers return '0.837, 0.835, 1.084, 1.084, 1.084, 1.096, 1.096, 1.096, 1.096, 0.931, 0.925, 0.837' end + def self.ExtraRefrigeratorConstantCoefficients + return '-0.487, -0.340, -0.370, -0.361, -0.515, -0.684, -0.471, -0.159, -0.079, -0.417, -0.411, -0.386, -0.240, -0.314, -0.160, -0.121, -0.469, -0.412, -0.091, -0.077, -0.118, -0.247, -0.445, -0.544' + end + + def self.ExtraRefrigeratorTemperatureCoefficients + return '0.019, 0.016, 0.017, 0.016, 0.018, 0.021, 0.019, 0.015, 0.015, 0.019, 0.018, 0.018, 0.016, 0.017, 0.015, 0.015, 0.020, 0.020, 0.017, 0.014, 0.016, 0.017, 0.019, 0.020' + end + def self.FreezerWeekdayFractions return '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' end @@ -963,11 +1030,11 @@ def self.FreezerMonthlyMultipliers end def self.CeilingFanWeekdayFractions - return '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' + return '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.052, 0.057, 0.057, 0.057, 0.057, 0.057' end def self.CeilingFanWeekendFractions - return '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' + return '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.052, 0.057, 0.057, 0.057, 0.057, 0.057' end def self.CeilingFanMonthlyMultipliers(weather:) @@ -975,27 +1042,27 @@ def self.CeilingFanMonthlyMultipliers(weather:) end def self.PlugLoadsOtherWeekdayFractions - return '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' + return '0.036, 0.036, 0.036, 0.036, 0.036, 0.036, 0.038, 0.041, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.044, 0.047, 0.050, 0.051, 0.050, 0.048, 0.044, 0.040, 0.037' end def self.PlugLoadsOtherWeekendFractions - return '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' + return '0.036, 0.036, 0.036, 0.036, 0.036, 0.036, 0.038, 0.041, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.044, 0.047, 0.050, 0.051, 0.050, 0.048, 0.044, 0.040, 0.037' end def self.PlugLoadsOtherMonthlyMultipliers - return '1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248' + return '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 self.PlugLoadsTVWeekdayFractions - return '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' + return '0.014, 0.007, 0.004, 0.003, 0.004, 0.006, 0.010, 0.015, 0.020, 0.025, 0.028, 0.031, 0.033, 0.038, 0.042, 0.046, 0.054, 0.062, 0.080, 0.110, 0.132, 0.125, 0.077, 0.034' end def self.PlugLoadsTVWeekendFractions - return '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' + return '0.014, 0.007, 0.004, 0.003, 0.004, 0.006, 0.010, 0.015, 0.020, 0.025, 0.028, 0.031, 0.033, 0.038, 0.042, 0.046, 0.054, 0.062, 0.080, 0.110, 0.132, 0.125, 0.077, 0.034' end def self.PlugLoadsTVMonthlyMultipliers - return '1.137, 1.129, 0.961, 0.969, 0.961, 0.993, 0.996, 0.96, 0.993, 0.867, 0.86, 1.137' + return '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 self.PlugLoadsVehicleWeekdayFractions @@ -1019,7 +1086,7 @@ def self.PlugLoadsWellPumpWeekendFractions end def self.PlugLoadsWellPumpMonthlyMultipliers - return '1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154' + return '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 self.FuelLoadsGrillWeekdayFractions @@ -1031,7 +1098,7 @@ def self.FuelLoadsGrillWeekendFractions end def self.FuelLoadsGrillMonthlyMultipliers - return '1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097' + return '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 self.FuelLoadsLightingWeekdayFractions @@ -1043,7 +1110,7 @@ def self.FuelLoadsLightingWeekendFractions end def self.FuelLoadsLightingMonthlyMultipliers - return '1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154' + return '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 self.FuelLoadsFireplaceWeekdayFractions @@ -1055,7 +1122,7 @@ def self.FuelLoadsFireplaceWeekendFractions end def self.FuelLoadsFireplaceMonthlyMultipliers - return '1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154' + return '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 self.PoolPumpWeekdayFractions @@ -1342,6 +1409,8 @@ class SchedulesFile ColumnHotWaterDishwasher = 'hot_water_dishwasher' ColumnHotWaterClothesWasher = 'hot_water_clothes_washer' ColumnHotWaterFixtures = 'hot_water_fixtures' + ColumnGeneralWaterUse = 'general_water_use' + ColumnHotWaterRecirculationPump = 'hot_water_recirculation_pump' ColumnSleeping = 'sleeping' ColumnHeatingSetpoint = 'heating_setpoint' ColumnCoolingSetpoint = 'cooling_setpoint' @@ -1782,7 +1851,8 @@ def self.OccupancyColumnNames ColumnPermanentSpaHeater, ColumnHotWaterDishwasher, ColumnHotWaterClothesWasher, - ColumnHotWaterFixtures + ColumnHotWaterFixtures, + ColumnHotWaterRecirculationPump ] end diff --git a/hpxml-measures/HPXMLtoOpenStudio/tests/test_battery.rb b/hpxml-measures/HPXMLtoOpenStudio/tests/test_battery.rb index 172b04974..1f91200de 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/tests/test_battery.rb +++ b/hpxml-measures/HPXMLtoOpenStudio/tests/test_battery.rb @@ -36,7 +36,7 @@ def test_battery_default # Check object assert(!battery.thermalZone.is_initialized) assert_equal(0, battery.radiativeFraction) - assert_equal(0.95, battery.dctoDCChargingEfficiency) + assert_equal(0.925, battery.dctoDCChargingEfficiency) assert_equal(HPXML::BatteryLifetimeModelNone, battery.lifetimeModel) assert_in_epsilon(15, battery.numberofCellsinSeries, 0.01) assert_in_epsilon(62, battery.numberofStringsinParallel, 0.01) @@ -84,7 +84,7 @@ def test_battery_scheduled # Check object assert(!battery.thermalZone.is_initialized) assert_equal(0, battery.radiativeFraction) - assert_equal(0.95, battery.dctoDCChargingEfficiency) + assert_equal(0.925, battery.dctoDCChargingEfficiency) assert_equal(HPXML::BatteryLifetimeModelNone, battery.lifetimeModel) assert_in_epsilon(15, battery.numberofCellsinSeries, 0.01) assert_in_epsilon(125, battery.numberofStringsinParallel, 0.01) @@ -125,7 +125,43 @@ def test_pv_battery # Check object assert(!battery.thermalZone.is_initialized) assert_equal(0, battery.radiativeFraction) - assert_equal(0.95, battery.dctoDCChargingEfficiency) + assert_equal(0.925, battery.dctoDCChargingEfficiency) + assert_equal(HPXML::BatteryLifetimeModelNone, battery.lifetimeModel) + assert_in_epsilon(15, battery.numberofCellsinSeries, 0.01) + assert_in_epsilon(125, battery.numberofStringsinParallel, 0.01) + assert_in_epsilon(0.0, battery.initialFractionalStateofCharge, 0.01) + assert_in_epsilon(198.0, battery.batteryMass, 0.01) + assert_in_epsilon(2.25, battery.batterySurfaceArea, 0.01) + assert_in_epsilon(20000, calc_nom_capacity(battery), 0.01) + + elcds = model.getElectricLoadCenterDistributions + assert_equal(1, elcds.size) + elcd = elcds[0] + assert_equal('DirectCurrentWithInverterACStorage', elcd.electricalBussType) + assert_equal(0.075, elcd.minimumStorageStateofChargeFraction) + assert_equal(0.975, elcd.maximumStorageStateofChargeFraction) + assert_equal(6000.0, elcd.designStorageControlChargePower.get) + assert_equal(6000.0, elcd.designStorageControlDischargePower.get) + assert(!elcd.demandLimitSchemePurchasedElectricDemandLimit.is_initialized) + assert_equal('TrackFacilityElectricDemandStoreExcessOnSite', elcd.storageOperationScheme) + assert(!elcd.storageChargePowerFractionSchedule.is_initialized) + assert(!elcd.storageDischargePowerFractionSchedule.is_initialized) + assert(!elcd.storageConverter.is_initialized) + end + end + + def test_pv_battery_shared + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-bldgtype-mf-unit-shared-pv-battery.xml')) + model, _hpxml, hpxml_bldg = _test_measure(args_hash) + + hpxml_bldg.batteries.each do |hpxml_battery| + battery = get_battery(model, hpxml_battery.id) + + # Check object + assert(!battery.thermalZone.is_initialized) + assert_equal(0, battery.radiativeFraction) + assert_equal(0.925, battery.dctoDCChargingEfficiency) assert_equal(HPXML::BatteryLifetimeModelNone, battery.lifetimeModel) assert_in_epsilon(15, battery.numberofCellsinSeries, 0.01) assert_in_epsilon(125, battery.numberofStringsinParallel, 0.01) @@ -161,7 +197,7 @@ def test_pv_battery_scheduled # Check object assert(!battery.thermalZone.is_initialized) assert_equal(0, battery.radiativeFraction) - assert_equal(0.95, battery.dctoDCChargingEfficiency) + assert_equal(0.925, battery.dctoDCChargingEfficiency) assert_equal(HPXML::BatteryLifetimeModelNone, battery.lifetimeModel) assert_in_epsilon(15, battery.numberofCellsinSeries, 0.01) assert_in_epsilon(125, battery.numberofStringsinParallel, 0.01) @@ -202,7 +238,7 @@ def test_pv_battery_round_trip_efficiency # Check object assert(!battery.thermalZone.is_initialized) assert_equal(0, battery.radiativeFraction) - assert_equal(0.95, battery.dctoDCChargingEfficiency) + assert_equal(0.8, battery.dctoDCChargingEfficiency) assert_equal(HPXML::BatteryLifetimeModelNone, battery.lifetimeModel) assert_in_epsilon(15, battery.numberofCellsinSeries, 0.01) assert_in_epsilon(125, battery.numberofStringsinParallel, 0.01) @@ -239,7 +275,7 @@ def test_pv_battery_lifetime_model # Check object assert(!battery.thermalZone.is_initialized) assert_equal(0, battery.radiativeFraction) - assert_equal(0.95, battery.dctoDCChargingEfficiency) + assert_equal(0.925, battery.dctoDCChargingEfficiency) assert_equal(HPXML::BatteryLifetimeModelKandlerSmith, battery.lifetimeModel) assert_in_epsilon(15, battery.numberofCellsinSeries, 0.01) assert_in_epsilon(125, battery.numberofStringsinParallel, 0.01) @@ -273,7 +309,7 @@ def test_pv_battery_garage assert(battery.thermalZone.is_initialized) assert_equal(HPXML::LocationGarage, battery.thermalZone.get.name.to_s) assert_equal(0.9, battery.radiativeFraction) - assert_equal(0.95, battery.dctoDCChargingEfficiency) + assert_equal(0.925, battery.dctoDCChargingEfficiency) assert_equal(HPXML::BatteryLifetimeModelNone, battery.lifetimeModel) assert_in_epsilon(15, battery.numberofCellsinSeries, 0.01) assert_in_epsilon(125, battery.numberofStringsinParallel, 0.01) @@ -306,7 +342,7 @@ def test_pv_battery_ah # Check object assert(!battery.thermalZone.is_initialized) assert_equal(0, battery.radiativeFraction) - assert_equal(0.95, battery.dctoDCChargingEfficiency) + assert_equal(0.925, battery.dctoDCChargingEfficiency) assert_equal(HPXML::BatteryLifetimeModelNone, battery.lifetimeModel) assert_in_epsilon(15, battery.numberofCellsinSeries, 0.01) assert_in_epsilon(125, battery.numberofStringsinParallel, 0.01) diff --git a/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb b/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb index 2af0aa557..2c3d12119 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb +++ b/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb @@ -383,17 +383,27 @@ def test_occupancy hpxml_bldg.building_occupancy.weekday_fractions = ConstantDaySchedule hpxml_bldg.building_occupancy.weekend_fractions = ConstantDaySchedule hpxml_bldg.building_occupancy.monthly_multipliers = ConstantMonthSchedule + hpxml_bldg.building_occupancy.general_water_use_usage_multiplier = 2.0 + hpxml_bldg.building_occupancy.general_water_use_weekday_fractions = ConstantDaySchedule + hpxml_bldg.building_occupancy.general_water_use_weekend_fractions = ConstantDaySchedule + hpxml_bldg.building_occupancy.general_water_use_monthly_multipliers = ConstantMonthSchedule XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_occupancy_values(default_hpxml_bldg, ConstantDaySchedule, ConstantDaySchedule, ConstantMonthSchedule) + _test_default_occupancy_values(default_hpxml_bldg, ConstantDaySchedule, ConstantDaySchedule, ConstantMonthSchedule, + ConstantDaySchedule, ConstantDaySchedule, ConstantMonthSchedule, 2.0) # Test defaults hpxml_bldg.building_occupancy.weekday_fractions = nil hpxml_bldg.building_occupancy.weekend_fractions = nil hpxml_bldg.building_occupancy.monthly_multipliers = nil + hpxml_bldg.building_occupancy.general_water_use_usage_multiplier = nil + hpxml_bldg.building_occupancy.general_water_use_weekday_fractions = nil + hpxml_bldg.building_occupancy.general_water_use_weekend_fractions = nil + hpxml_bldg.building_occupancy.general_water_use_monthly_multipliers = nil XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_occupancy_values(default_hpxml_bldg, Schedule.OccupantsWeekdayFractions, Schedule.OccupantsWeekendFractions, Schedule.OccupantsMonthlyMultipliers) + _test_default_occupancy_values(default_hpxml_bldg, Schedule.OccupantsWeekdayFractions, Schedule.OccupantsWeekendFractions, Schedule.OccupantsMonthlyMultipliers, + Schedule.GeneralWaterUseWeekdayFractions, Schedule.GeneralWaterUseWeekendFractions, Schedule.GeneralWaterUseMonthlyMultipliers, 1.0) end def test_building_construction @@ -1362,7 +1372,7 @@ def test_floor_furnaces end def test_boilers - # Test inputs not overridden by defaults (in-unit boiler) + # Test inputs not overridden by defaults hpxml, hpxml_bldg = _create_hpxml('base-hvac-boiler-gas-only.xml') hpxml_bldg.heating_systems[0].electric_auxiliary_energy = 99.9 hpxml_bldg.heating_systems[0].heating_capacity = 12345 @@ -1372,21 +1382,13 @@ def test_boilers _default_hpxml, default_hpxml_bldg = _test_measure() _test_default_boiler_values(default_hpxml_bldg.heating_systems[0], 99.9, 12345, true, 999) - # Test defaults w/ in-unit boiler + # Test defaults hpxml_bldg.heating_systems[0].electric_auxiliary_energy = nil hpxml_bldg.heating_systems[0].heating_capacity = nil hpxml_bldg.heating_systems[0].pilot_light_btuh = nil XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() _test_default_boiler_values(default_hpxml_bldg.heating_systems[0], 170.0, nil, true, 500) - - # Test inputs not overridden by defaults (shared boiler) - hpxml, hpxml_bldg = _create_hpxml('base-bldgtype-mf-unit-shared-boiler-only-baseboard.xml') - hpxml_bldg.heating_systems[0].shared_loop_watts = nil - hpxml_bldg.heating_systems[0].electric_auxiliary_energy = 99.9 - XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) - _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_boiler_values(default_hpxml_bldg.heating_systems[0], 99.9, nil, false, nil) end def test_stoves @@ -2347,7 +2349,7 @@ def test_mech_ventilation_fans hpxml_bldg.air_infiltration_measurements[0].infiltration_type = HPXML::InfiltrationTypeUnitExterior XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_mech_vent_values(default_hpxml_bldg, false, 24.0, 27.2, 77.3) + _test_default_mech_vent_values(default_hpxml_bldg, false, 24.0, 27.1, 77.3) # Test defaults w/ MF building, compartmentalization test hpxml, hpxml_bldg = _create_hpxml('base-bldgtype-mf-unit.xml') @@ -2372,7 +2374,7 @@ def test_mech_ventilation_fans used_for_whole_building_ventilation: true) XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_mech_vent_values(default_hpxml_bldg, false, 24.0, 21.6, 61.7) + _test_default_mech_vent_values(default_hpxml_bldg, false, 24.0, 21.7, 61.9) # Test defaults w/ CFM50 infiltration hpxml, hpxml_bldg = _create_hpxml('base-enclosure-infil-cfm50.xml') @@ -2399,7 +2401,7 @@ def test_mech_ventilation_fans used_for_whole_building_ventilation: true) XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_mech_vent_values(default_hpxml_bldg, false, 24.0, 27.0, 77.1) + _test_default_mech_vent_values(default_hpxml_bldg, false, 24.0, 27.0, 77.2) # Test inputs not overridden by defaults w/ CFIS hpxml, hpxml_bldg = _create_hpxml('base-mechvent-cfis.xml') @@ -2440,7 +2442,7 @@ def test_mech_ventilation_fans vent_fan.cfis_addtl_runtime_operating_mode = nil XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_mech_vent_values(default_hpxml_bldg, false, 8.0, 149.4, 298.7, 1.0, HPXML::CFISModeAirHandler) + _test_default_mech_vent_values(default_hpxml_bldg, false, 8.0, 173.3, 298.8, 1.0, HPXML::CFISModeAirHandler) # Test inputs not overridden by defaults w/ ERV hpxml, hpxml_bldg = _create_hpxml('base-mechvent-erv.xml') @@ -2690,16 +2692,22 @@ def test_hot_water_distribution hpxml, hpxml_bldg = _create_hpxml('base-dhw-recirc-demand.xml') hpxml_bldg.hot_water_distributions[0].recirculation_pump_power = 65.0 hpxml_bldg.hot_water_distributions[0].pipe_r_value = 2.5 + hpxml_bldg.hot_water_distributions[0].recirculation_pump_weekday_fractions = ConstantDaySchedule + hpxml_bldg.hot_water_distributions[0].recirculation_pump_weekend_fractions = ConstantDaySchedule + hpxml_bldg.hot_water_distributions[0].recirculation_pump_monthly_multipliers = ConstantMonthSchedule XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_recirc_distribution_values(default_hpxml_bldg.hot_water_distributions[0], 50.0, 50.0, 65.0, 2.5) + _test_default_recirc_distribution_values(default_hpxml_bldg.hot_water_distributions[0], 50.0, 50.0, 65.0, 2.5, ConstantDaySchedule, ConstantDaySchedule, ConstantMonthSchedule) # Test inputs not overridden by defaults -- shared recirculation hpxml, hpxml_bldg = _create_hpxml('base-bldgtype-mf-unit-shared-water-heater-recirc.xml') hpxml_bldg.hot_water_distributions[0].shared_recirculation_pump_power = 333.0 + hpxml_bldg.hot_water_distributions[0].recirculation_pump_weekday_fractions = ConstantDaySchedule + hpxml_bldg.hot_water_distributions[0].recirculation_pump_weekend_fractions = ConstantDaySchedule + hpxml_bldg.hot_water_distributions[0].recirculation_pump_monthly_multipliers = ConstantMonthSchedule XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_shared_recirc_distribution_values(default_hpxml_bldg.hot_water_distributions[0], 333.0) + _test_default_shared_recirc_distribution_values(default_hpxml_bldg.hot_water_distributions[0], 333.0, ConstantDaySchedule, ConstantDaySchedule, ConstantMonthSchedule) # Test defaults w/ conditioned basement hpxml, hpxml_bldg = _create_hpxml('base.xml') @@ -2731,36 +2739,42 @@ def test_hot_water_distribution hpxml_bldg.hot_water_distributions[0].recirculation_branch_piping_length = nil hpxml_bldg.hot_water_distributions[0].recirculation_pump_power = nil hpxml_bldg.hot_water_distributions[0].pipe_r_value = nil + hpxml_bldg.hot_water_distributions[0].recirculation_pump_weekday_fractions = nil + hpxml_bldg.hot_water_distributions[0].recirculation_pump_weekend_fractions = nil + hpxml_bldg.hot_water_distributions[0].recirculation_pump_monthly_multipliers = nil XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_recirc_distribution_values(default_hpxml_bldg.hot_water_distributions[0], 166.96, 10.0, 50.0, 0.0) + _test_default_recirc_distribution_values(default_hpxml_bldg.hot_water_distributions[0], 166.96, 10.0, 50.0, 0.0, Schedule.RecirculationPumpDemandControlledWeekdayFractions, Schedule.RecirculationPumpDemandControlledWeekendFractions, Schedule.RecirculationPumpMonthlyMultipliers) # Test defaults w/ recirculation & unconditioned basement hpxml, hpxml_bldg = _create_hpxml('base-foundation-unconditioned-basement.xml') hpxml_bldg.hot_water_distributions.clear hpxml_bldg.hot_water_distributions.add(id: 'HotWaterDistribution', system_type: HPXML::DHWDistTypeRecirc, - recirculation_control_type: HPXML::DHWRecirControlTypeSensor) + recirculation_control_type: HPXML::DHWRecircControlTypeSensor) XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_recirc_distribution_values(default_hpxml_bldg.hot_water_distributions[0], 156.96, 10.0, 50.0, 0.0) + _test_default_recirc_distribution_values(default_hpxml_bldg.hot_water_distributions[0], 156.96, 10.0, 50.0, 0.0, Schedule.RecirculationPumpDemandControlledWeekdayFractions, Schedule.RecirculationPumpDemandControlledWeekendFractions, Schedule.RecirculationPumpMonthlyMultipliers) # Test defaults w/ recirculation & 2-story building hpxml, hpxml_bldg = _create_hpxml('base-enclosure-2stories.xml') hpxml_bldg.hot_water_distributions.clear hpxml_bldg.hot_water_distributions.add(id: 'HotWaterDistribution', system_type: HPXML::DHWDistTypeRecirc, - recirculation_control_type: HPXML::DHWRecirControlTypeSensor) + recirculation_control_type: HPXML::DHWRecircControlTypeSensor) XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_recirc_distribution_values(default_hpxml_bldg.hot_water_distributions[0], 186.96, 10.0, 50.0, 0.0) + _test_default_recirc_distribution_values(default_hpxml_bldg.hot_water_distributions[0], 186.96, 10.0, 50.0, 0.0, Schedule.RecirculationPumpDemandControlledWeekdayFractions, Schedule.RecirculationPumpDemandControlledWeekendFractions, Schedule.RecirculationPumpMonthlyMultipliers) # Test defaults w/ shared recirculation hpxml, hpxml_bldg = _create_hpxml('base-bldgtype-mf-unit-shared-water-heater-recirc.xml') hpxml_bldg.hot_water_distributions[0].shared_recirculation_pump_power = nil + hpxml_bldg.hot_water_distributions[0].recirculation_pump_weekday_fractions = nil + hpxml_bldg.hot_water_distributions[0].recirculation_pump_weekend_fractions = nil + hpxml_bldg.hot_water_distributions[0].recirculation_pump_monthly_multipliers = nil XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_shared_recirc_distribution_values(default_hpxml_bldg.hot_water_distributions[0], 220.0) + _test_default_shared_recirc_distribution_values(default_hpxml_bldg.hot_water_distributions[0], 220.0, Schedule.RecirculationPumpWithoutControlWeekdayFractions, Schedule.RecirculationPumpWithoutControlWeekendFractions, Schedule.RecirculationPumpMonthlyMultipliers) end def test_water_fixtures @@ -3154,41 +3168,87 @@ def test_refrigerators hpxml, hpxml_bldg = _create_hpxml('base.xml') hpxml_bldg.refrigerators[0].location = HPXML::LocationBasementConditioned hpxml_bldg.refrigerators[0].usage_multiplier = 1.2 + hpxml_bldg.refrigerators[0].weekday_fractions = nil + hpxml_bldg.refrigerators[0].weekend_fractions = nil + hpxml_bldg.refrigerators[0].monthly_multipliers = nil + hpxml_bldg.refrigerators[0].constant_coefficients = ConstantDaySchedule + hpxml_bldg.refrigerators[0].temperature_coefficients = ConstantDaySchedule + XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) + _default_hpxml, default_hpxml_bldg = _test_measure() + _test_default_refrigerator_values(default_hpxml_bldg, HPXML::LocationBasementConditioned, 650.0, 1.2, nil, nil, nil, ConstantDaySchedule, ConstantDaySchedule) + + # Test inputs not overridden by defaults 2 + hpxml, hpxml_bldg = _create_hpxml('base.xml') + hpxml_bldg.refrigerators[0].location = HPXML::LocationBasementConditioned + hpxml_bldg.refrigerators[0].usage_multiplier = 1.2 hpxml_bldg.refrigerators[0].weekday_fractions = ConstantDaySchedule hpxml_bldg.refrigerators[0].weekend_fractions = ConstantDaySchedule hpxml_bldg.refrigerators[0].monthly_multipliers = ConstantMonthSchedule + hpxml_bldg.refrigerators[0].constant_coefficients = nil + hpxml_bldg.refrigerators[0].temperature_coefficients = nil XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_refrigerator_values(default_hpxml_bldg, HPXML::LocationBasementConditioned, 650.0, 1.2, ConstantDaySchedule, ConstantDaySchedule, ConstantMonthSchedule) + _test_default_refrigerator_values(default_hpxml_bldg, HPXML::LocationBasementConditioned, 650.0, 1.2, ConstantDaySchedule, ConstantDaySchedule, ConstantMonthSchedule, nil, nil) # Test defaults hpxml_bldg.refrigerators[0].location = nil hpxml_bldg.refrigerators[0].rated_annual_kwh = nil hpxml_bldg.refrigerators[0].usage_multiplier = nil hpxml_bldg.refrigerators[0].weekday_fractions = nil + hpxml_bldg.refrigerators[0].weekend_fractions = ConstantDaySchedule + hpxml_bldg.refrigerators[0].monthly_multipliers = nil + hpxml_bldg.refrigerators[0].constant_coefficients = nil + hpxml_bldg.refrigerators[0].temperature_coefficients = nil + XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) + _default_hpxml, default_hpxml_bldg = _test_measure() + _test_default_refrigerator_values(default_hpxml_bldg, HPXML::LocationConditionedSpace, 691.0, 1.0, Schedule.RefrigeratorWeekdayFractions, ConstantDaySchedule, Schedule.RefrigeratorMonthlyMultipliers, nil, nil) + + # Test defaults 2 + hpxml_bldg.refrigerators[0].location = nil + hpxml_bldg.refrigerators[0].rated_annual_kwh = nil + hpxml_bldg.refrigerators[0].usage_multiplier = nil + hpxml_bldg.refrigerators[0].weekday_fractions = nil hpxml_bldg.refrigerators[0].weekend_fractions = nil hpxml_bldg.refrigerators[0].monthly_multipliers = nil + hpxml_bldg.refrigerators[0].constant_coefficients = nil + hpxml_bldg.refrigerators[0].temperature_coefficients = nil XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_refrigerator_values(default_hpxml_bldg, HPXML::LocationConditionedSpace, 691.0, 1.0, Schedule.RefrigeratorWeekdayFractions, Schedule.RefrigeratorWeekendFractions, Schedule.RefrigeratorMonthlyMultipliers) + _test_default_refrigerator_values(default_hpxml_bldg, HPXML::LocationConditionedSpace, 691.0, 1.0, nil, nil, nil, Schedule.RefrigeratorConstantCoefficients, Schedule.RefrigeratorTemperatureCoefficients) # Test defaults w/ refrigerator in 5-bedroom house hpxml_bldg.building_construction.number_of_bedrooms = 5 XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_refrigerator_values(default_hpxml_bldg, HPXML::LocationConditionedSpace, 727.0, 1.0, Schedule.RefrigeratorWeekdayFractions, Schedule.RefrigeratorWeekendFractions, Schedule.RefrigeratorMonthlyMultipliers) + _test_default_refrigerator_values(default_hpxml_bldg, HPXML::LocationConditionedSpace, 727.0, 1.0, nil, nil, nil, Schedule.RefrigeratorConstantCoefficients, Schedule.RefrigeratorTemperatureCoefficients) # Test defaults before 301-2019 Addendum A hpxml.header.eri_calculation_version = '2019' hpxml_bldg.building_construction.number_of_bedrooms = 3 XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_refrigerator_values(default_hpxml_bldg, HPXML::LocationConditionedSpace, 691.0, 1.0, Schedule.RefrigeratorWeekdayFractions, Schedule.RefrigeratorWeekendFractions, Schedule.RefrigeratorMonthlyMultipliers) + _test_default_refrigerator_values(default_hpxml_bldg, HPXML::LocationConditionedSpace, 691.0, 1.0, nil, nil, nil, Schedule.RefrigeratorConstantCoefficients, Schedule.RefrigeratorTemperatureCoefficients) end def test_extra_refrigerators # Test inputs not overridden by defaults hpxml, hpxml_bldg = _create_hpxml('base-misc-loads-large-uncommon.xml') + hpxml_bldg.refrigerators.each do |refrigerator| + refrigerator.location = HPXML::LocationConditionedSpace + refrigerator.rated_annual_kwh = 333.0 + refrigerator.usage_multiplier = 1.5 + refrigerator.weekday_fractions = nil + refrigerator.weekend_fractions = nil + refrigerator.monthly_multipliers = nil + refrigerator.constant_coefficients = ConstantDaySchedule + refrigerator.temperature_coefficients = ConstantDaySchedule + end + XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) + _default_hpxml, default_hpxml_bldg = _test_measure() + _test_default_extra_refrigerators_values(default_hpxml_bldg, HPXML::LocationConditionedSpace, 333.0, 1.5, nil, nil, nil, ConstantDaySchedule, ConstantDaySchedule) + + # Test inputs not overridden by defaults 2 + hpxml, hpxml_bldg = _create_hpxml('base-misc-loads-large-uncommon.xml') hpxml_bldg.refrigerators.each do |refrigerator| refrigerator.location = HPXML::LocationConditionedSpace refrigerator.rated_annual_kwh = 333.0 @@ -3196,10 +3256,12 @@ def test_extra_refrigerators refrigerator.weekday_fractions = ConstantDaySchedule refrigerator.weekend_fractions = ConstantDaySchedule refrigerator.monthly_multipliers = ConstantMonthSchedule + refrigerator.constant_coefficients = nil + refrigerator.temperature_coefficients = nil end XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_extra_refrigerators_values(default_hpxml_bldg, HPXML::LocationConditionedSpace, 333.0, 1.5, ConstantDaySchedule, ConstantDaySchedule, ConstantMonthSchedule) + _test_default_extra_refrigerators_values(default_hpxml_bldg, HPXML::LocationConditionedSpace, 333.0, 1.5, ConstantDaySchedule, ConstantDaySchedule, ConstantMonthSchedule, nil, nil) # Test defaults hpxml_bldg.refrigerators.each do |refrigerator| @@ -3209,10 +3271,12 @@ def test_extra_refrigerators refrigerator.weekday_fractions = nil refrigerator.weekend_fractions = nil refrigerator.monthly_multipliers = nil + refrigerator.constant_coefficients = nil + refrigerator.temperature_coefficients = nil end XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_extra_refrigerators_values(default_hpxml_bldg, HPXML::LocationBasementConditioned, 244.0, 1.0, Schedule.ExtraRefrigeratorWeekdayFractions, Schedule.ExtraRefrigeratorWeekendFractions, Schedule.ExtraRefrigeratorMonthlyMultipliers) + _test_default_extra_refrigerators_values(default_hpxml_bldg, HPXML::LocationBasementConditioned, 244.0, 1.0, nil, nil, nil, Schedule.ExtraRefrigeratorConstantCoefficients, Schedule.ExtraRefrigeratorTemperatureCoefficients) end def test_freezers @@ -3225,10 +3289,28 @@ def test_freezers freezer.weekday_fractions = ConstantDaySchedule freezer.weekend_fractions = ConstantDaySchedule freezer.monthly_multipliers = ConstantMonthSchedule + freezer.constant_coefficients = nil + freezer.temperature_coefficients = nil end XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_freezers_values(default_hpxml_bldg, HPXML::LocationConditionedSpace, 333.0, 1.5, ConstantDaySchedule, ConstantDaySchedule, ConstantMonthSchedule) + _test_default_freezers_values(default_hpxml_bldg, HPXML::LocationConditionedSpace, 333.0, 1.5, ConstantDaySchedule, ConstantDaySchedule, ConstantMonthSchedule, nil, nil) + + # Test inputs not overridden by defaults 2 + hpxml, hpxml_bldg = _create_hpxml('base-misc-loads-large-uncommon.xml') + hpxml_bldg.freezers.each do |freezer| + freezer.location = HPXML::LocationConditionedSpace + freezer.rated_annual_kwh = 333.0 + freezer.usage_multiplier = 1.5 + freezer.weekday_fractions = nil + freezer.weekend_fractions = nil + freezer.monthly_multipliers = nil + freezer.constant_coefficients = ConstantDaySchedule + freezer.temperature_coefficients = ConstantDaySchedule + end + XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) + _default_hpxml, default_hpxml_bldg = _test_measure() + _test_default_freezers_values(default_hpxml_bldg, HPXML::LocationConditionedSpace, 333.0, 1.5, nil, nil, nil, ConstantDaySchedule, ConstantDaySchedule) # Test defaults hpxml_bldg.freezers.each do |freezer| @@ -3238,10 +3320,12 @@ def test_freezers freezer.weekday_fractions = nil freezer.weekend_fractions = nil freezer.monthly_multipliers = nil + freezer.constant_coefficients = nil + freezer.temperature_coefficients = nil end XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() - _test_default_freezers_values(default_hpxml_bldg, HPXML::LocationBasementConditioned, 320.0, 1.0, Schedule.FreezerWeekdayFractions, Schedule.FreezerWeekendFractions, Schedule.FreezerMonthlyMultipliers) + _test_default_freezers_values(default_hpxml_bldg, HPXML::LocationBasementConditioned, 320.0, 1.0, Schedule.FreezerWeekdayFractions, Schedule.FreezerWeekendFractions, Schedule.FreezerMonthlyMultipliers, nil, nil) end def test_cooking_ranges @@ -3356,9 +3440,12 @@ def test_lighting XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() _test_default_lighting_values(default_hpxml_bldg, 1.0, 1.0, 1.0, - { ext_wk_sch: Schedule.LightingExteriorWeekdayFractions, + { int_wk_sch: Schedule.LightingInteriorWeekdayFractions, + int_wknd_sch: Schedule.LightingInteriorWeekendFractions, + int_month_mult: Schedule.LightingMonthlyMultipliers, + ext_wk_sch: Schedule.LightingExteriorWeekdayFractions, ext_wknd_sch: Schedule.LightingExteriorWeekendFractions, - ext_month_mult: Schedule.LightingExteriorMonthlyMultipliers }) + ext_month_mult: Schedule.LightingMonthlyMultipliers }) # Test defaults w/ holiday lighting hpxml_bldg.lighting.holiday_exists = true @@ -3372,9 +3459,12 @@ def test_lighting XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() _test_default_lighting_values(default_hpxml_bldg, 1.0, 1.0, 1.0, - { ext_wk_sch: Schedule.LightingExteriorWeekdayFractions, + { int_wk_sch: Schedule.LightingInteriorWeekdayFractions, + int_wknd_sch: Schedule.LightingInteriorWeekendFractions, + int_month_mult: Schedule.LightingMonthlyMultipliers, + ext_wk_sch: Schedule.LightingExteriorWeekdayFractions, ext_wknd_sch: Schedule.LightingExteriorWeekendFractions, - ext_month_mult: Schedule.LightingExteriorMonthlyMultipliers, + ext_month_mult: Schedule.LightingMonthlyMultipliers, hol_kwh_per_day: 1.1, hol_begin_month: 11, hol_begin_day: 24, @@ -3390,12 +3480,15 @@ def test_lighting XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) _default_hpxml, default_hpxml_bldg = _test_measure() _test_default_lighting_values(default_hpxml_bldg, 1.0, 1.0, 1.0, - { ext_wk_sch: Schedule.LightingExteriorWeekdayFractions, + { int_wk_sch: Schedule.LightingInteriorWeekdayFractions, + int_wknd_sch: Schedule.LightingInteriorWeekendFractions, + int_month_mult: Schedule.LightingMonthlyMultipliers, + ext_wk_sch: Schedule.LightingExteriorWeekdayFractions, ext_wknd_sch: Schedule.LightingExteriorWeekendFractions, - ext_month_mult: Schedule.LightingExteriorMonthlyMultipliers, - grg_wk_sch: Schedule.LightingExteriorWeekdayFractions, - grg_wknd_sch: Schedule.LightingExteriorWeekendFractions, - grg_month_mult: Schedule.LightingExteriorMonthlyMultipliers }) + ext_month_mult: Schedule.LightingMonthlyMultipliers, + grg_wk_sch: Schedule.LightingGarageWeekdayFractions, + grg_wknd_sch: Schedule.LightingGarageWeekendFractions, + grg_month_mult: Schedule.LightingMonthlyMultipliers }) end def test_ceiling_fans @@ -3920,22 +4013,15 @@ def _test_default_neighbor_building_values(hpxml_bldg, azimuths) end end - def _test_default_occupancy_values(hpxml_bldg, weekday_sch, weekend_sch, monthly_mults) - if weekday_sch.nil? - assert_nil(hpxml_bldg.building_occupancy.weekday_fractions) - else - assert_equal(weekday_sch, hpxml_bldg.building_occupancy.weekday_fractions) - end - if weekend_sch.nil? - assert_nil(hpxml_bldg.building_occupancy.weekend_fractions) - else - assert_equal(weekend_sch, hpxml_bldg.building_occupancy.weekend_fractions) - end - if monthly_mults.nil? - assert_nil(hpxml_bldg.building_occupancy.monthly_multipliers) - else - assert_equal(monthly_mults, hpxml_bldg.building_occupancy.monthly_multipliers) - end + def _test_default_occupancy_values(hpxml_bldg, weekday_sch, weekend_sch, monthly_mults, water_weekday_sch, water_weekend_sch, water_monthly_mults, + water_use_multiplier) + assert_equal(weekday_sch, hpxml_bldg.building_occupancy.weekday_fractions) + assert_equal(weekend_sch, hpxml_bldg.building_occupancy.weekend_fractions) + assert_equal(monthly_mults, hpxml_bldg.building_occupancy.monthly_multipliers) + assert_equal(water_weekday_sch, hpxml_bldg.building_occupancy.general_water_use_weekday_fractions) + assert_equal(water_weekend_sch, hpxml_bldg.building_occupancy.general_water_use_weekend_fractions) + assert_equal(water_monthly_mults, hpxml_bldg.building_occupancy.general_water_use_monthly_multipliers) + assert_equal(water_use_multiplier, hpxml_bldg.building_occupancy.general_water_use_usage_multiplier) end def _test_default_climate_and_risk_zones_values(hpxml_bldg, iecc_year, iecc_zone) @@ -4676,15 +4762,45 @@ def _test_default_standard_distribution_values(hot_water_distribution, piping_le assert_equal(pipe_r_value, hot_water_distribution.pipe_r_value) end - def _test_default_recirc_distribution_values(hot_water_distribution, piping_length, branch_piping_length, pump_power, pipe_r_value) + def _test_default_recirc_distribution_values(hot_water_distribution, piping_length, branch_piping_length, pump_power, pipe_r_value, weekday_sch, weekend_sch, monthly_mults) assert_in_epsilon(piping_length, hot_water_distribution.recirculation_piping_length, 0.01) assert_in_epsilon(branch_piping_length, hot_water_distribution.recirculation_branch_piping_length, 0.01) assert_in_epsilon(pump_power, hot_water_distribution.recirculation_pump_power, 0.01) assert_equal(pipe_r_value, hot_water_distribution.pipe_r_value) + if weekday_sch.nil? + assert_nil(hot_water_distribution.recirculation_pump_weekday_fractions) + else + assert_equal(weekday_sch, hot_water_distribution.recirculation_pump_weekday_fractions) + end + if weekend_sch.nil? + assert_nil(hot_water_distribution.recirculation_pump_weekend_fractions) + else + assert_equal(weekend_sch, hot_water_distribution.recirculation_pump_weekend_fractions) + end + if monthly_mults.nil? + assert_nil(hot_water_distribution.recirculation_pump_monthly_multipliers) + else + assert_equal(monthly_mults, hot_water_distribution.recirculation_pump_monthly_multipliers) + end end - def _test_default_shared_recirc_distribution_values(hot_water_distribution, pump_power) + def _test_default_shared_recirc_distribution_values(hot_water_distribution, pump_power, weekday_sch, weekend_sch, monthly_mults) assert_in_epsilon(pump_power, hot_water_distribution.shared_recirculation_pump_power, 0.01) + if weekday_sch.nil? + assert_nil(hot_water_distribution.recirculation_pump_weekday_fractions) + else + assert_equal(weekday_sch, hot_water_distribution.recirculation_pump_weekday_fractions) + end + if weekend_sch.nil? + assert_nil(hot_water_distribution.recirculation_pump_weekend_fractions) + else + assert_equal(weekend_sch, hot_water_distribution.recirculation_pump_weekend_fractions) + end + if monthly_mults.nil? + assert_nil(hot_water_distribution.recirculation_pump_monthly_multipliers) + else + assert_equal(monthly_mults, hot_water_distribution.recirculation_pump_monthly_multipliers) + end end def _test_default_water_fixture_values(hpxml_bldg, usage_multiplier, weekday_sch, weekend_sch, monthly_mults, low_flow1, low_flow2) @@ -4854,7 +4970,7 @@ def _test_default_dishwasher_values(dishwasher, is_shared, location, rated_annua end end - def _test_default_refrigerator_values(hpxml_bldg, location, rated_annual_kwh, usage_multiplier, weekday_sch, weekend_sch, monthly_mults) + def _test_default_refrigerator_values(hpxml_bldg, location, rated_annual_kwh, usage_multiplier, weekday_sch, weekend_sch, monthly_mults, constant_coeffs, temperature_coeffs) hpxml_bldg.refrigerators.each do |refrigerator| next unless refrigerator.primary_indicator @@ -4876,10 +4992,20 @@ def _test_default_refrigerator_values(hpxml_bldg, location, rated_annual_kwh, us else assert_equal(monthly_mults, refrigerator.monthly_multipliers) end + if constant_coeffs.nil? + assert_nil(refrigerator.constant_coefficients) + else + assert_equal(constant_coeffs, refrigerator.constant_coefficients) + end + if temperature_coeffs.nil? + assert_nil(refrigerator.temperature_coefficients) + else + assert_equal(temperature_coeffs, refrigerator.temperature_coefficients) + end end end - def _test_default_extra_refrigerators_values(hpxml_bldg, location, rated_annual_kwh, usage_multiplier, weekday_sch, weekend_sch, monthly_mults) + def _test_default_extra_refrigerators_values(hpxml_bldg, location, rated_annual_kwh, usage_multiplier, weekday_sch, weekend_sch, monthly_mults, constant_coeffs, temperature_coeffs) hpxml_bldg.refrigerators.each do |refrigerator| next if refrigerator.primary_indicator @@ -4901,10 +5027,20 @@ def _test_default_extra_refrigerators_values(hpxml_bldg, location, rated_annual_ else assert_equal(monthly_mults, refrigerator.monthly_multipliers) end + if constant_coeffs.nil? + assert_nil(refrigerator.constant_coefficients) + else + assert_equal(constant_coeffs, refrigerator.constant_coefficients) + end + if temperature_coeffs.nil? + assert_nil(refrigerator.temperature_coefficients) + else + assert_equal(temperature_coeffs, refrigerator.temperature_coefficients) + end end end - def _test_default_freezers_values(hpxml_bldg, location, rated_annual_kwh, usage_multiplier, weekday_sch, weekend_sch, monthly_mults) + def _test_default_freezers_values(hpxml_bldg, location, rated_annual_kwh, usage_multiplier, weekday_sch, weekend_sch, monthly_mults, constant_coeffs, temperature_coeffs) hpxml_bldg.freezers.each do |freezer| assert_equal(location, freezer.location) assert_in_epsilon(rated_annual_kwh, freezer.rated_annual_kwh, 0.01) @@ -4924,6 +5060,16 @@ def _test_default_freezers_values(hpxml_bldg, location, rated_annual_kwh, usage_ else assert_equal(monthly_mults, freezer.monthly_multipliers) end + if constant_coeffs.nil? + assert_nil(freezer.constant_coefficients) + else + assert_equal(constant_coeffs, freezer.constant_coefficients) + end + if temperature_coeffs.nil? + assert_nil(freezer.temperature_coefficients) + else + assert_equal(temperature_coeffs, freezer.temperature_coefficients) + end end end diff --git a/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb b/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb index cd16deceb..d83db1337 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb +++ b/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb @@ -138,10 +138,8 @@ def test_base assert_in_epsilon(cd_sens_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[0], 0.001) assert_in_epsilon(cd_lat_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[1], 0.001) - rf_ee_kwh_yr = 650.0 rf_sens_frac = 1.0 rf_lat_frac = 0.0 - assert_in_epsilon(rf_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameRefrigerator), 0.001) assert_in_epsilon(rf_sens_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[0], 0.001) assert_in_epsilon(rf_lat_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[1], 0.001) @@ -155,13 +153,13 @@ def test_base # other equipment water_sens = -262.507 water_lat = 266.358 - assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameWaterSensible), 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[0], 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[1], 0.001) + assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseSensible), 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[0], 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[1], 0.001) - assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameWaterLatent), 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[0], 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[1], 0.001) + assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseLatent), 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[0], 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[1], 0.001) # mains temperature avg_tmains = 57.58 @@ -205,10 +203,8 @@ def test_dhw_multiple assert_in_epsilon(cd_sens_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[0], 0.001) assert_in_epsilon(cd_lat_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[1], 0.001) - rf_ee_kwh_yr = 650.0 rf_sens_frac = 1.0 rf_lat_frac = 0.0 - assert_in_epsilon(rf_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameRefrigerator), 0.001) assert_in_epsilon(rf_sens_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[0], 0.001) assert_in_epsilon(rf_lat_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[1], 0.001) @@ -222,13 +218,13 @@ def test_dhw_multiple # other equipment water_sens = -262.507 water_lat = 266.358 - assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameWaterSensible), 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[0], 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[1], 0.001) + assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseSensible), 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[0], 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[1], 0.001) - assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameWaterLatent), 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[0], 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[1], 0.001) + assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseLatent), 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[0], 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[1], 0.001) end def test_dhw_shared_water_heater_recirc @@ -268,10 +264,8 @@ def test_dhw_shared_water_heater_recirc assert_in_epsilon(cd_sens_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[0], 0.001) assert_in_epsilon(cd_lat_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[1], 0.001) - rf_ee_kwh_yr = 650.0 rf_sens_frac = 1.0 rf_lat_frac = 0.0 - assert_in_epsilon(rf_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameRefrigerator), 0.001) assert_in_epsilon(rf_sens_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[0], 0.001) assert_in_epsilon(rf_lat_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[1], 0.001) @@ -285,13 +279,13 @@ def test_dhw_shared_water_heater_recirc # other equipment water_sens = -262.507 water_lat = 266.358 - assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameWaterSensible), 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[0], 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[1], 0.001) + assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseSensible), 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[0], 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[1], 0.001) - assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameWaterLatent), 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[0], 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[1], 0.001) + assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseLatent), 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[0], 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[1], 0.001) # recirc hot_water_distribution = hpxml_bldg.hot_water_distributions[0] @@ -336,10 +330,8 @@ def test_dhw_shared_laundry assert_in_epsilon(cd_sens_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[0], 0.001) assert_in_epsilon(cd_lat_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[1], 0.001) - rf_ee_kwh_yr = 650.0 rf_sens_frac = 1.0 rf_lat_frac = 0.0 - assert_in_epsilon(rf_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameRefrigerator), 0.001) assert_in_epsilon(rf_sens_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[0], 0.001) assert_in_epsilon(rf_lat_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[1], 0.001) @@ -353,13 +345,13 @@ def test_dhw_shared_laundry # other equipment water_sens = -262.507 water_lat = 266.358 - assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameWaterSensible), 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[0], 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[1], 0.001) + assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseSensible), 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[0], 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[1], 0.001) - assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameWaterLatent), 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[0], 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[1], 0.001) + assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseLatent), 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[0], 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[1], 0.001) end def test_dhw_low_flow_fixtures @@ -473,13 +465,13 @@ def test_appliances_none # other equipment water_sens = -262.507 water_lat = 266.358 - assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameWaterSensible), 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[0], 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[1], 0.001) + assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseSensible), 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[0], 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[1], 0.001) - assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameWaterLatent), 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[0], 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[1], 0.001) + assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseLatent), 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[0], 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[1], 0.001) end def test_appliances_modified @@ -515,10 +507,8 @@ def test_appliances_modified assert_in_epsilon(cd_sens_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[0], 0.001) assert_in_epsilon(cd_lat_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[1], 0.001) - rf_ee_kwh_yr = 650.0 rf_sens_frac = 1.0 rf_lat_frac = 0.0 - assert_in_epsilon(rf_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameRefrigerator), 0.001) assert_in_epsilon(rf_sens_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[0], 0.001) assert_in_epsilon(rf_lat_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[1], 0.001) @@ -532,13 +522,13 @@ def test_appliances_modified # other equipment water_sens = -262.507 water_lat = 266.358 - assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameWaterSensible), 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[0], 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[1], 0.001) + assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseSensible), 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[0], 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[1], 0.001) - assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameWaterLatent), 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[0], 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[1], 0.001) + assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseLatent), 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[0], 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[1], 0.001) end def test_appliances_oil @@ -568,22 +558,20 @@ def test_appliances_oil assert_in_epsilon(dw_lat_frac, get_ee_fractions(model, Constants.ObjectNameDishwasher)[1], 0.001) cd_ee_kwh_yr = 39.646 - cd_sens_frac = 0.1335 - cd_lat_frac = 0.01648 + cd_sens_frac = 0.135 + cd_lat_frac = 0.015 assert_in_epsilon(cd_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameClothesDryer), 0.001) assert_in_epsilon(cd_sens_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[0], 0.001) assert_in_epsilon(cd_lat_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[1], 0.001) - rf_ee_kwh_yr = 650.0 rf_sens_frac = 1.0 rf_lat_frac = 0.0 - assert_in_epsilon(rf_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameRefrigerator), 0.001) assert_in_epsilon(rf_sens_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[0], 0.001) assert_in_epsilon(rf_lat_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[1], 0.001) cook_ee_kwh_yr = 30.70 - cook_sens_frac = 0.6382 - cook_lat_frac = 0.1618 + cook_sens_frac = 0.64 + cook_lat_frac = 0.16 assert_in_epsilon(cook_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameCookingRange), 0.001) assert_in_epsilon(cook_sens_frac, get_ee_fractions(model, Constants.ObjectNameCookingRange)[0], 0.001) assert_in_epsilon(cook_lat_frac, get_ee_fractions(model, Constants.ObjectNameCookingRange)[1], 0.001) @@ -591,13 +579,13 @@ def test_appliances_oil # other equipment water_sens = -262.507 water_lat = 266.358 - assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameWaterSensible), 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[0], 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[1], 0.001) + assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseSensible), 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[0], 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[1], 0.001) - assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameWaterLatent), 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[0], 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[1], 0.001) + assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseLatent), 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[0], 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[1], 0.001) cd_fuel_kwh = UnitConversions.convert(17.972, 'therm', 'kWh') assert_in_epsilon(cd_fuel_kwh, get_oe_kwh(model, Constants.ObjectNameClothesDryer), 0.001) @@ -639,22 +627,20 @@ def test_appliances_gas assert_in_epsilon(dw_lat_frac, get_ee_fractions(model, Constants.ObjectNameDishwasher)[1], 0.001) cd_ee_kwh_yr = 39.646 - cd_sens_frac = 0.1335 - cd_lat_frac = 0.01648 + cd_sens_frac = 0.135 + cd_lat_frac = 0.015 assert_in_epsilon(cd_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameClothesDryer), 0.001) assert_in_epsilon(cd_sens_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[0], 0.001) assert_in_epsilon(cd_lat_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[1], 0.001) - rf_ee_kwh_yr = 650.0 rf_sens_frac = 1.0 rf_lat_frac = 0.0 - assert_in_epsilon(rf_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameRefrigerator), 0.001) assert_in_epsilon(rf_sens_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[0], 0.001) assert_in_epsilon(rf_lat_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[1], 0.001) cook_ee_kwh_yr = 30.70 - cook_sens_frac = 0.6382 - cook_lat_frac = 0.1618 + cook_sens_frac = 0.64 + cook_lat_frac = 0.16 assert_in_epsilon(cook_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameCookingRange), 0.001) assert_in_epsilon(cook_sens_frac, get_ee_fractions(model, Constants.ObjectNameCookingRange)[0], 0.001) assert_in_epsilon(cook_lat_frac, get_ee_fractions(model, Constants.ObjectNameCookingRange)[1], 0.001) @@ -662,13 +648,13 @@ def test_appliances_gas # other equipment water_sens = -262.507 water_lat = 266.358 - assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameWaterSensible), 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[0], 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[1], 0.001) + assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseSensible), 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[0], 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[1], 0.001) - assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameWaterLatent), 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[0], 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[1], 0.001) + assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseLatent), 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[0], 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[1], 0.001) cd_fuel_kwh = UnitConversions.convert(17.972, 'therm', 'kWh') assert_in_epsilon(cd_fuel_kwh, get_oe_kwh(model, Constants.ObjectNameClothesDryer), 0.001) @@ -710,22 +696,20 @@ def test_appliances_propane assert_in_epsilon(dw_lat_frac, get_ee_fractions(model, Constants.ObjectNameDishwasher)[1], 0.001) cd_ee_kwh_yr = 39.646 - cd_sens_frac = 0.1335 - cd_lat_frac = 0.01648 + cd_sens_frac = 0.135 + cd_lat_frac = 0.015 assert_in_epsilon(cd_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameClothesDryer), 0.001) assert_in_epsilon(cd_sens_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[0], 0.001) assert_in_epsilon(cd_lat_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[1], 0.001) - rf_ee_kwh_yr = 650.0 rf_sens_frac = 1.0 rf_lat_frac = 0.0 - assert_in_epsilon(rf_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameRefrigerator), 0.001) assert_in_epsilon(rf_sens_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[0], 0.001) assert_in_epsilon(rf_lat_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[1], 0.001) cook_ee_kwh_yr = 30.70 - cook_sens_frac = 0.6382 - cook_lat_frac = 0.1618 + cook_sens_frac = 0.64 + cook_lat_frac = 0.16 assert_in_epsilon(cook_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameCookingRange), 0.001) assert_in_epsilon(cook_sens_frac, get_ee_fractions(model, Constants.ObjectNameCookingRange)[0], 0.001) assert_in_epsilon(cook_lat_frac, get_ee_fractions(model, Constants.ObjectNameCookingRange)[1], 0.001) @@ -733,13 +717,13 @@ def test_appliances_propane # other equipment water_sens = -262.507 water_lat = 266.358 - assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameWaterSensible), 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[0], 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[1], 0.001) + assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseSensible), 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[0], 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[1], 0.001) - assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameWaterLatent), 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[0], 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[1], 0.001) + assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseLatent), 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[0], 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[1], 0.001) cd_fuel_kwh = UnitConversions.convert(17.972, 'therm', 'kWh') assert_in_epsilon(cd_fuel_kwh, get_oe_kwh(model, Constants.ObjectNameClothesDryer), 0.001) @@ -781,22 +765,20 @@ def test_appliances_wood assert_in_epsilon(dw_lat_frac, get_ee_fractions(model, Constants.ObjectNameDishwasher)[1], 0.001) cd_ee_kwh_yr = 39.646 - cd_sens_frac = 0.1335 - cd_lat_frac = 0.01648 + cd_sens_frac = 0.135 + cd_lat_frac = 0.015 assert_in_epsilon(cd_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameClothesDryer), 0.001) assert_in_epsilon(cd_sens_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[0], 0.001) assert_in_epsilon(cd_lat_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[1], 0.001) - rf_ee_kwh_yr = 650.0 rf_sens_frac = 1.0 rf_lat_frac = 0.0 - assert_in_epsilon(rf_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameRefrigerator), 0.001) assert_in_epsilon(rf_sens_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[0], 0.001) assert_in_epsilon(rf_lat_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[1], 0.001) cook_ee_kwh_yr = 30.70 - cook_sens_frac = 0.6382 - cook_lat_frac = 0.1618 + cook_sens_frac = 0.64 + cook_lat_frac = 0.16 assert_in_epsilon(cook_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameCookingRange), 0.001) assert_in_epsilon(cook_sens_frac, get_ee_fractions(model, Constants.ObjectNameCookingRange)[0], 0.001) assert_in_epsilon(cook_lat_frac, get_ee_fractions(model, Constants.ObjectNameCookingRange)[1], 0.001) @@ -804,13 +786,13 @@ def test_appliances_wood # other equipment water_sens = -262.507 water_lat = 266.358 - assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameWaterSensible), 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[0], 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[1], 0.001) + assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseSensible), 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[0], 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[1], 0.001) - assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameWaterLatent), 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[0], 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[1], 0.001) + assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseLatent), 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[0], 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[1], 0.001) cd_fuel_kwh = UnitConversions.convert(17.972, 'therm', 'kWh') assert_in_epsilon(cd_fuel_kwh, get_oe_kwh(model, Constants.ObjectNameClothesDryer), 0.001) @@ -852,22 +834,20 @@ def test_appliances_coal assert_in_epsilon(dw_lat_frac, get_ee_fractions(model, Constants.ObjectNameDishwasher)[1], 0.001) cd_ee_kwh_yr = 39.646 - cd_sens_frac = 0.1335 - cd_lat_frac = 0.01648 + cd_sens_frac = 0.135 + cd_lat_frac = 0.015 assert_in_epsilon(cd_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameClothesDryer), 0.001) assert_in_epsilon(cd_sens_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[0], 0.001) assert_in_epsilon(cd_lat_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[1], 0.001) - rf_ee_kwh_yr = 650.0 rf_sens_frac = 1.0 rf_lat_frac = 0.0 - assert_in_epsilon(rf_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameRefrigerator), 0.001) assert_in_epsilon(rf_sens_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[0], 0.001) assert_in_epsilon(rf_lat_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[1], 0.001) cook_ee_kwh_yr = 30.70 - cook_sens_frac = 0.6382 - cook_lat_frac = 0.1618 + cook_sens_frac = 0.64 + cook_lat_frac = 0.16 assert_in_epsilon(cook_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameCookingRange), 0.001) assert_in_epsilon(cook_sens_frac, get_ee_fractions(model, Constants.ObjectNameCookingRange)[0], 0.001) assert_in_epsilon(cook_lat_frac, get_ee_fractions(model, Constants.ObjectNameCookingRange)[1], 0.001) @@ -875,13 +855,13 @@ def test_appliances_coal # other equipment water_sens = -262.507 water_lat = 266.358 - assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameWaterSensible), 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[0], 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[1], 0.001) + assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseSensible), 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[0], 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[1], 0.001) - assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameWaterLatent), 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[0], 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[1], 0.001) + assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseLatent), 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[0], 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[1], 0.001) cd_fuel_kwh = UnitConversions.convert(17.972, 'therm', 'kWh') assert_in_epsilon(cd_fuel_kwh, get_oe_kwh(model, Constants.ObjectNameClothesDryer), 0.001) @@ -933,10 +913,8 @@ def test_usage_multiplier assert_in_epsilon(cd_sens_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[0], 0.001) assert_in_epsilon(cd_lat_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[1], 0.001) - rf_ee_kwh_yr = 650.0 * 0.9 rf_sens_frac = 1.0 rf_lat_frac = 0.0 - assert_in_epsilon(rf_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameRefrigerator), 0.001) assert_in_epsilon(rf_sens_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[0], 0.001) assert_in_epsilon(rf_lat_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[1], 0.001) @@ -950,13 +928,13 @@ def test_usage_multiplier # other equipment water_sens = -262.507 * 0.9 water_lat = 266.358 * 0.9 - assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameWaterSensible), 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[0], 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[1], 0.001) + assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseSensible), 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[0], 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[1], 0.001) - assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameWaterLatent), 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[0], 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[1], 0.001) + assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseLatent), 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[0], 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[1], 0.001) end def test_operational @@ -996,10 +974,8 @@ def test_operational assert_in_epsilon(cd_sens_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[0], 0.001) assert_in_epsilon(cd_lat_frac, get_ee_fractions(model, Constants.ObjectNameClothesDryer)[1], 0.001) - rf_ee_kwh_yr = 650.0 rf_sens_frac = 1.0 rf_lat_frac = 0.0 - assert_in_epsilon(rf_ee_kwh_yr, get_ee_kwh_per_year(model, Constants.ObjectNameRefrigerator), 0.001) assert_in_epsilon(rf_sens_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[0], 0.001) assert_in_epsilon(rf_lat_frac, get_ee_fractions(model, Constants.ObjectNameRefrigerator)[1], 0.001) @@ -1013,13 +989,13 @@ def test_operational # other equipment water_sens = -140.879 water_lat = 142.945 - assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameWaterSensible), 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[0], 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterSensible)[1], 0.001) + assert_in_epsilon(water_sens, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseSensible), 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[0], 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseSensible)[1], 0.001) - assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameWaterLatent), 0.001) - assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[0], 0.001) - assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameWaterLatent)[1], 0.001) + assert_in_epsilon(water_lat, get_oe_kwh(model, Constants.ObjectNameGeneralWaterUseLatent), 0.001) + assert_in_epsilon(0.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[0], 0.001) + assert_in_epsilon(1.0, get_oe_fractions(model, Constants.ObjectNameGeneralWaterUseLatent)[1], 0.001) end def _test_measure(args_hash) diff --git a/hpxml-measures/HPXMLtoOpenStudio/tests/test_lighting.rb b/hpxml-measures/HPXMLtoOpenStudio/tests/test_lighting.rb index d012cca07..9b64807ef 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/tests/test_lighting.rb +++ b/hpxml-measures/HPXMLtoOpenStudio/tests/test_lighting.rb @@ -36,7 +36,7 @@ def test_lighting model, _hpxml, _hpxml_bldg = _test_measure(args_hash) # Check interior lighting - assert_in_delta(1322, get_kwh_per_year(model, Constants.ObjectNameLightingInterior), 1.0) + assert_in_delta(1322, get_kwh_per_year(model, Constants.ObjectNameLightingInterior).round, 1.0) # Check exterior lighting assert_in_delta(98, get_kwh_per_year(model, Constants.ObjectNameLightingExterior), 1.0) @@ -82,7 +82,7 @@ def test_lighting_kwh_per_year # Check interior lighting int_kwh_yr = hpxml_bldg.lighting_groups.find { |lg| lg.location == HPXML::LocationInterior }.kwh_per_year int_kwh_yr *= hpxml_bldg.lighting.interior_usage_multiplier unless hpxml_bldg.lighting.interior_usage_multiplier.nil? - assert_in_delta(int_kwh_yr, get_kwh_per_year(model, Constants.ObjectNameLightingInterior), 1.0) + assert_in_delta(int_kwh_yr, get_kwh_per_year(model, Constants.ObjectNameLightingInterior).round, 1.0) # Check exterior lighting ext_kwh_yr = hpxml_bldg.lighting_groups.find { |lg| lg.location == HPXML::LocationExterior }.kwh_per_year diff --git a/hpxml-measures/HPXMLtoOpenStudio/tests/test_miscloads.rb b/hpxml-measures/HPXMLtoOpenStudio/tests/test_miscloads.rb index 2a3cff6f7..b70b05e41 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/tests/test_miscloads.rb +++ b/hpxml-measures/HPXMLtoOpenStudio/tests/test_miscloads.rb @@ -43,12 +43,12 @@ def test_misc_loads # Check misc plug loads kwh_yr, therm_yr = get_kwh_therm_per_year(model, Constants.ObjectNameMiscPlugLoads) - assert_in_delta(2454, kwh_yr, 1.0) + assert_in_delta(2457, kwh_yr, 1.0) assert_equal(0, therm_yr) # Check television kwh_yr, therm_yr = get_kwh_therm_per_year(model, Constants.ObjectNameMiscTelevision) - assert_in_delta(619, kwh_yr, 1.0) + assert_in_delta(620, kwh_yr, 1.0) assert_equal(0, therm_yr) # Check others @@ -75,12 +75,12 @@ def test_large_uncommon_loads # Check misc plug loads kwh_yr, therm_yr = get_kwh_therm_per_year(model, Constants.ObjectNameMiscPlugLoads) - assert_in_delta(2454, kwh_yr, 1.0) + assert_in_delta(2457, kwh_yr, 1.0) assert_equal(0, therm_yr) # Check television kwh_yr, therm_yr = get_kwh_therm_per_year(model, Constants.ObjectNameMiscTelevision) - assert_in_delta(619, kwh_yr, 1.0) + assert_in_delta(620, kwh_yr, 1.0) assert_equal(0, therm_yr) # Check vehicle @@ -136,12 +136,12 @@ def test_large_uncommon_loads2 # Check misc plug loads kwh_yr, therm_yr = get_kwh_therm_per_year(model, Constants.ObjectNameMiscPlugLoads) - assert_in_delta(2454, kwh_yr, 1.0) + assert_in_delta(2457, kwh_yr, 1.0) assert_equal(0, therm_yr) # Check television kwh_yr, therm_yr = get_kwh_therm_per_year(model, Constants.ObjectNameMiscTelevision) - assert_in_delta(619, kwh_yr, 1.0) + assert_in_delta(620, kwh_yr, 1.0) assert_equal(0, therm_yr) # Check vehicle @@ -197,7 +197,7 @@ def test_operational_defaults # Check misc plug loads kwh_yr, therm_yr = get_kwh_therm_per_year(model, Constants.ObjectNameMiscPlugLoads) - assert_in_delta(2454, kwh_yr, 1.0) + assert_in_delta(2457, kwh_yr, 1.0) assert_equal(0, therm_yr) # Check television @@ -258,7 +258,7 @@ def test_operational_large_uncommon_loads # Check misc plug loads kwh_yr, therm_yr = get_kwh_therm_per_year(model, Constants.ObjectNameMiscPlugLoads) - assert_in_delta(2454, kwh_yr, 1.0) + assert_in_delta(2457, kwh_yr, 1.0) assert_equal(0, therm_yr) # Check television @@ -319,7 +319,7 @@ def test_operational_large_uncommon_loads2 # Check misc plug loads kwh_yr, therm_yr = get_kwh_therm_per_year(model, Constants.ObjectNameMiscPlugLoads) - assert_in_delta(2454, kwh_yr, 1.0) + assert_in_delta(2457, kwh_yr, 1.0) assert_equal(0, therm_yr) # Check television diff --git a/hpxml-measures/HPXMLtoOpenStudio/tests/test_schedules.rb b/hpxml-measures/HPXMLtoOpenStudio/tests/test_schedules.rb index 28cb8e662..2633fcdd8 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/tests/test_schedules.rb +++ b/hpxml-measures/HPXMLtoOpenStudio/tests/test_schedules.rb @@ -51,7 +51,7 @@ def test_default_schedules args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base.xml')) model, _hpxml, _hpxml_bldg = _test_measure(args_hash) - schedule_constants = 11 + schedule_constants = 12 schedule_rulesets = 17 schedule_fixed_intervals = 1 schedule_files = 0 @@ -62,17 +62,16 @@ def test_default_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'), @tol) - assert_in_epsilon(3321, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingInterior + ' schedule'), @tol) - assert_in_epsilon(2763, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingExterior + ' schedule'), @tol) - assert_in_epsilon(6673, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator + ' schedule'), @tol) - assert_in_epsilon(2224, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameCookingRange + ' schedule'), @tol) - assert_in_epsilon(2994, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameDishwasher + ' schedule'), @tol) - assert_in_epsilon(4158, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesWasher + ' schedule'), @tol) + assert_in_epsilon(4451, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameOccupants + ' schedule'), @tol) + assert_in_epsilon(2764, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingInterior + ' schedule'), @tol) + assert_in_epsilon(4342, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingExterior + ' schedule'), @tol) + assert_in_epsilon(2724, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameCookingRange + ' schedule'), @tol) + assert_in_epsilon(3288, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameDishwasher + ' schedule'), @tol) + assert_in_epsilon(4244, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesWasher + ' schedule'), @tol) assert_in_epsilon(4502, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesDryer + ' schedule'), @tol) - assert_in_epsilon(5468, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscPlugLoads + ' schedule'), @tol) - assert_in_epsilon(2256, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscTelevision + ' schedule'), @tol) - assert_in_epsilon(4204, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameFixtures + ' schedule'), @tol) + assert_in_epsilon(7157, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscPlugLoads + ' schedule'), @tol) + assert_in_epsilon(2765, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscTelevision + ' schedule'), @tol) + assert_in_epsilon(4244, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameFixtures + ' schedule'), @tol) assert_in_epsilon(8760, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMechanicalVentilationHouseFan + ' schedule'), @tol) end @@ -82,7 +81,7 @@ def test_simple_schedules model, _hpxml, _hpxml_bldg = _test_measure(args_hash) schedule_constants = 11 - schedule_rulesets = 17 + schedule_rulesets = 18 schedule_fixed_intervals = 1 schedule_files = 0 @@ -93,15 +92,15 @@ def test_simple_schedules 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'), @tol) - assert_in_epsilon(3405, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingInterior + ' schedule'), @tol) - assert_in_epsilon(2763, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingExterior + ' schedule'), @tol) + assert_in_epsilon(3049, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingInterior + ' schedule'), @tol) + assert_in_epsilon(2895, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingExterior + ' schedule'), @tol) assert_in_epsilon(6673, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator + ' schedule'), @tol) - assert_in_epsilon(2224, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameCookingRange + ' schedule'), @tol) - assert_in_epsilon(2994, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameDishwasher + ' schedule'), @tol) - assert_in_epsilon(4158, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesWasher + ' schedule'), @tol) + assert_in_epsilon(2441, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameCookingRange + ' schedule'), @tol) + assert_in_epsilon(3285, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameDishwasher + ' schedule'), @tol) + assert_in_epsilon(4248, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesWasher + ' schedule'), @tol) assert_in_epsilon(4502, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesDryer + ' schedule'), @tol) - assert_in_epsilon(5468, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscPlugLoads + ' schedule'), @tol) - assert_in_epsilon(2956, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscTelevision + ' schedule'), @tol) + assert_in_epsilon(6880, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscPlugLoads + ' schedule'), @tol) + assert_in_epsilon(3373, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscTelevision + ' schedule'), @tol) assert_in_epsilon(4204, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameFixtures + ' schedule'), @tol) assert_in_epsilon(8760, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMechanicalVentilationHouseFan + ' schedule'), @tol) end @@ -114,15 +113,15 @@ def test_simple_vacancy_schedules unavailable_month_hrs = { 0 => 31.0 * 24.0, 11 => 31.0 * 24.0 } assert_in_epsilon(6020 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.OccupantsMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameOccupants + ' schedule'), @tol) - assert_in_epsilon(3405 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.LightingInteriorMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingInterior + ' schedule'), @tol) - assert_in_epsilon(2763 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.LightingExteriorMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingExterior + ' schedule'), @tol) + assert_in_epsilon(3049 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.LightingMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingInterior + ' schedule'), @tol) + assert_in_epsilon(2895 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.LightingMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingExterior + ' schedule'), @tol) assert_in_epsilon(6673, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator + ' schedule'), @tol) - assert_in_epsilon(2224 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.CookingRangeMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameCookingRange + ' schedule'), @tol) - assert_in_epsilon(2994 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.DishwasherMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameDishwasher + ' schedule'), @tol) - assert_in_epsilon(4158 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.ClothesWasherMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesWasher + ' schedule'), @tol) + assert_in_epsilon(2441 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.CookingRangeMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameCookingRange + ' schedule'), @tol) + assert_in_epsilon(3285 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.DishwasherMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameDishwasher + ' schedule'), @tol) + assert_in_epsilon(4248 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.ClothesWasherMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesWasher + ' schedule'), @tol) assert_in_epsilon(4502 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.ClothesDryerMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesDryer + ' schedule'), @tol) - assert_in_epsilon(5468 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.PlugLoadsOtherMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscPlugLoads + ' schedule'), @tol) - assert_in_epsilon(2956 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.PlugLoadsTVMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscTelevision + ' schedule'), @tol) + assert_in_epsilon(6880 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.PlugLoadsOtherMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscPlugLoads + ' schedule'), @tol) + assert_in_epsilon(3373 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.PlugLoadsTVMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscTelevision + ' schedule'), @tol) assert_in_epsilon(4204 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.FixturesMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameFixtures + ' schedule'), @tol) assert_in_epsilon(8760, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMechanicalVentilationHouseFan + ' schedule'), @tol) end @@ -161,15 +160,15 @@ def test_simple_power_outage_schedules unavailable_month_hrs = { 6 => 31.0 * 24.0 - 15.0 } assert_in_epsilon(6020, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameOccupants + ' schedule'), @tol) - assert_in_epsilon(3405 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.LightingInteriorMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingInterior + ' schedule'), @tol) - assert_in_epsilon(2763 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.LightingExteriorMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingExterior + ' schedule'), @tol) + assert_in_epsilon(3049 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.LightingMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingInterior + ' schedule'), @tol) + assert_in_epsilon(2895 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.LightingMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingExterior + ' schedule'), @tol) assert_in_epsilon(6673 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.RefrigeratorMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator + ' schedule'), @tol) - assert_in_epsilon(2224 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.CookingRangeMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameCookingRange + ' schedule'), @tol) - assert_in_epsilon(2994 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.DishwasherMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameDishwasher + ' schedule'), @tol) - assert_in_epsilon(4158 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.ClothesWasherMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesWasher + ' schedule'), @tol) + assert_in_epsilon(2441 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.CookingRangeMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameCookingRange + ' schedule'), @tol) + assert_in_epsilon(3285 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.DishwasherMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameDishwasher + ' schedule'), @tol) + assert_in_epsilon(4248 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.ClothesWasherMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesWasher + ' schedule'), @tol) assert_in_epsilon(4502 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.ClothesDryerMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesDryer + ' schedule'), @tol) - assert_in_epsilon(5468 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.PlugLoadsOtherMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscPlugLoads + ' schedule'), @tol) - assert_in_epsilon(2956 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.PlugLoadsTVMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscTelevision + ' schedule'), @tol) + assert_in_epsilon(6880 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.PlugLoadsOtherMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscPlugLoads + ' schedule'), @tol) + assert_in_epsilon(3373 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.PlugLoadsTVMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscTelevision + ' schedule'), @tol) assert_in_epsilon(4204 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.FixturesMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameFixtures + ' schedule'), @tol) assert_in_epsilon(8760 * get_available_hrs_ratio(unavailable_month_hrs), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMechanicalVentilationHouseFan + ' schedule'), @tol) end @@ -203,10 +202,9 @@ def test_stochastic_schedules assert(!schedule_file_names.include?(SchedulesFile::ColumnLightingGarage)) assert_in_epsilon(2086, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), @tol) assert(!schedule_file_names.include?(SchedulesFile::ColumnLightingExterior)) - assert_in_epsilon(2763, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingExterior + ' schedule'), @tol) + assert_in_epsilon(4342, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingExterior + ' schedule'), @tol) 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 + ' schedule'), @tol) assert(schedule_file_names.include?(SchedulesFile::ColumnCookingRange)) assert_in_epsilon(534, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), @tol) assert(schedule_file_names.include?(SchedulesFile::ColumnDishwasher)) @@ -257,8 +255,7 @@ def test_stochastic_vacancy_schedules assert_in_epsilon(6689 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, schedules: sf.tmp_schedules), @tol) assert_in_epsilon(2086 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules), @tol) assert_in_epsilon(2086 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), @tol) - assert_in_epsilon(2763 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.LightingExteriorMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingExterior + ' schedule'), @tol) - assert_in_epsilon(6673, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator + ' schedule'), @tol) + assert_in_epsilon(4342 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.LightingMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingExterior + ' schedule'), @tol) assert_in_epsilon(534 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), @tol) assert_in_epsilon(213 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules), @tol) assert_in_epsilon(134 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules), @tol) @@ -316,8 +313,7 @@ def test_stochastic_vacancy_schedules2 assert_in_epsilon(6689 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, schedules: sf.tmp_schedules), @tol) assert_in_epsilon(2086 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules), @tol) assert_in_epsilon(2086 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), @tol) - assert_in_epsilon(2763 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.LightingExteriorMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingExterior + ' schedule'), @tol) - assert_in_epsilon(6673, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator + ' schedule'), @tol) + assert_in_epsilon(4342 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.LightingMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingExterior + ' schedule'), @tol) assert_in_epsilon(534 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), @tol) assert_in_epsilon(213 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules), @tol) assert_in_epsilon(134 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules), @tol) @@ -362,7 +358,6 @@ def test_stochastic_vacancy_year_round_schedules assert_equal(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules)) assert_equal(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules)) assert_equal(0, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingExterior + ' schedule')) - assert_in_epsilon(6673, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator + ' schedule'), @tol) assert_equal(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules)) assert_equal(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules)) assert_equal(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules)) @@ -402,8 +397,7 @@ def test_stochastic_power_outage_schedules assert_in_epsilon(6689, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, schedules: sf.tmp_schedules), @tol) assert_in_epsilon(2086 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules), @tol) assert_in_epsilon(2086 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), @tol) - assert_in_epsilon(2763 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.LightingExteriorMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingExterior + ' schedule'), @tol) - assert_in_epsilon(6673 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.RefrigeratorMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator + ' schedule'), @tol) + assert_in_epsilon(4342 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.LightingMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingExterior + ' schedule'), @tol) assert_in_epsilon(534 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), @tol) assert_in_epsilon(213 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules), @tol) assert_in_epsilon(134 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules), @tol) @@ -463,8 +457,7 @@ def test_stochastic_power_outage_schedules2 assert_in_epsilon(6689, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, schedules: sf.tmp_schedules), @tol) assert_in_epsilon(2086 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules), @tol) assert_in_epsilon(2086 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), @tol) - assert_in_epsilon(2763 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.LightingExteriorMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingExterior + ' schedule'), @tol) - assert_in_epsilon(6673 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.RefrigeratorMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator + ' schedule'), @tol) + assert_in_epsilon(4342 * get_available_hrs_ratio(unavailable_month_hrs, Schedule.LightingMonthlyMultipliers), get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameLightingExterior + ' schedule'), @tol) assert_in_epsilon(534 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), @tol) assert_in_epsilon(213 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules), @tol) assert_in_epsilon(134 - sf.period_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, period: unavailable_period), sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules), @tol) @@ -480,7 +473,7 @@ def test_stochastic_power_outage_schedules2 assert_in_epsilon(unavailable_month_hrs.values.sum, sf.annual_equivalent_full_load_hrs(col_name: column_name, schedules: sf.tmp_schedules), 0.001) end - def test_set_unavailable_periods_refrigerator + def test_set_unavailable_periods_lighting args_hash = {} args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base.xml')) @@ -491,7 +484,7 @@ def test_set_unavailable_periods_refrigerator end_day = 31 end_hour = 24 - sch_name = Constants.ObjectNameRefrigerator + ' schedule' + sch_name = Constants.ObjectNameLightingInterior + ' schedule' # hours not specified model, hpxml, _hpxml_bldg = _test_measure(args_hash) @@ -675,7 +668,7 @@ def test_set_unavailable_periods_leap_year end_day = 30 end_hour = 24 - sch_name = Constants.ObjectNameRefrigerator + ' schedule' + sch_name = Constants.ObjectNameLightingInterior + ' schedule' model, hpxml, _hpxml_bldg = _test_measure(args_hash) year = model.getYearDescription.assumedYear diff --git a/hpxml-measures/HPXMLtoOpenStudio/tests/test_validation.rb b/hpxml-measures/HPXMLtoOpenStudio/tests/test_validation.rb index 22dd9d902..deb1a4af0 100644 --- a/hpxml-measures/HPXMLtoOpenStudio/tests/test_validation.rb +++ b/hpxml-measures/HPXMLtoOpenStudio/tests/test_validation.rb @@ -218,6 +218,7 @@ def test_schema_schematron_error_messages 'multifamily-reference-surface' => ['There are references to "other heated space" but ResidentialFacilityType is not "single-family attached" or "apartment unit".'], 'multifamily-reference-water-heater' => ['There are references to "other non-freezing space" but ResidentialFacilityType is not "single-family attached" or "apartment unit".'], 'refrigerator-location' => ['A location is specified as "garage" but no surfaces were found adjacent to this space type.'], + 'refrigerator-schedule' => ['Expected either schedule fractions/multipliers or schedule coefficients but not both.'], 'solar-fraction-one' => ['Expected SolarFraction to be less than 1 [context: /HPXML/Building/BuildingDetails/Systems/SolarThermal/SolarThermalSystem[SolarFraction], id: "SolarThermalSystem1"]'], 'water-heater-location' => ['A location is specified as "crawlspace - vented" but no surfaces were found adjacent to this space type.'], 'water-heater-location-other' => ["Expected Location to be 'conditioned 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'"], @@ -641,6 +642,10 @@ def test_schema_schematron_error_messages elsif ['refrigerator-location'].include? error_case hpxml, hpxml_bldg = _create_hpxml('base.xml') hpxml_bldg.refrigerators[0].location = HPXML::LocationGarage + elsif ['refrigerator-schedule'].include? error_case + hpxml, hpxml_bldg = _create_hpxml('base.xml') + hpxml_bldg.refrigerators[0].weekday_fractions = '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' + hpxml_bldg.refrigerators[0].constant_coefficients = '-0.487, -0.340, -0.370, -0.361, -0.515, -0.684, -0.471, -0.159, -0.079, -0.417, -0.411, -0.386, -0.240, -0.314, -0.160, -0.121, -0.469, -0.412, -0.091, 0.077, -0.118, -0.247, -0.445, -0.544' elsif ['solar-fraction-one'].include? error_case hpxml, hpxml_bldg = _create_hpxml('base-dhw-solar-fraction.xml') hpxml_bldg.solar_thermal_systems[0].solar_fraction = 1.0 @@ -1489,6 +1494,12 @@ def test_ruby_warning_messages "Both 'hot_water_fixtures' schedule file and weekday fractions provided; the latter will be ignored.", "Both 'hot_water_fixtures' schedule file and weekend fractions provided; the latter will be ignored.", "Both 'hot_water_fixtures' schedule file and monthly multipliers provided; the latter will be ignored.", + "Both 'general_water_use' schedule file and weekday fractions provided; the latter will be ignored.", + "Both 'general_water_use' schedule file and weekend fractions provided; the latter will be ignored.", + "Both 'general_water_use' schedule file and monthly multipliers provided; the latter will be ignored.", + "Both 'hot_water_recirculation_pump' schedule file and weekday fractions provided; the latter will be ignored.", + "Both 'hot_water_recirculation_pump' schedule file and weekend fractions provided; the latter will be ignored.", + "Both 'hot_water_recirculation_pump' schedule file and monthly multipliers provided; the latter will be ignored.", "Both 'plug_loads_tv' schedule file and weekday fractions provided; the latter will be ignored.", "Both 'plug_loads_tv' schedule file and weekend fractions provided; the latter will be ignored.", "Both 'plug_loads_tv' schedule file and monthly multipliers provided; the latter will be ignored.", @@ -1528,6 +1539,12 @@ def test_ruby_warning_messages "Both 'permanent_spa_heater' schedule file and weekday fractions provided; the latter will be ignored.", "Both 'permanent_spa_heater' schedule file and weekend fractions provided; the latter will be ignored.", "Both 'permanent_spa_heater' schedule file and monthly multipliers provided; the latter will be ignored."], + 'schedule-file-and-refrigerators-freezer-coefficients' => ["Both 'refrigerator' schedule file and constant coefficients provided; the latter will be ignored.", + "Both 'refrigerator' schedule file and temperature coefficients provided; the latter will be ignored.", + "Both 'extra_refrigerator' schedule file and constant coefficients provided; the latter will be ignored.", + "Both 'extra_refrigerator' schedule file and temperature coefficients provided; the latter will be ignored.", + "Both 'freezer' schedule file and constant coefficients provided; the latter will be ignored.", + "Both 'freezer' schedule file and temperature coefficients provided; the latter will be ignored."], 'schedule-file-and-setpoints' => ["Both 'heating_setpoint' schedule file and heating setpoint temperature provided; the latter will be ignored.", "Both 'cooling_setpoint' schedule file and cooling setpoint temperature provided; the latter will be ignored.", "Both 'water_heater_setpoint' schedule file and setpoint temperature provided; the latter will be ignored."], @@ -1595,6 +1612,23 @@ def test_ruby_warning_messages hpxml.header.utility_bill_scenarios.clear # we don't want the propane warning hpxml_bldg.header.schedules_filepaths << File.join(File.dirname(__FILE__), '../resources/schedule_files/occupancy-stochastic.csv') hpxml_bldg.header.schedules_filepaths << File.join(File.dirname(__FILE__), '../resources/schedule_files/occupancy-non-stochastic.csv') + hpxml_bldg.hot_water_distributions[0].system_type = HPXML::DHWDistTypeRecirc + hpxml_bldg.hot_water_distributions[0].recirculation_control_type = HPXML::DHWRecircControlTypeNone + hpxml_bldg.hot_water_distributions[0].recirculation_pump_weekday_fractions = Schedule.RecirculationPumpWithoutControlWeekdayFractions + hpxml_bldg.hot_water_distributions[0].recirculation_pump_weekend_fractions = Schedule.RecirculationPumpWithoutControlWeekendFractions + hpxml_bldg.hot_water_distributions[0].recirculation_pump_monthly_multipliers = Schedule.RecirculationPumpMonthlyMultipliers + elsif ['schedule-file-and-refrigerators-freezer-coefficients'].include? warning_case + hpxml, hpxml_bldg = _create_hpxml('base.xml') + hpxml_bldg.header.schedules_filepaths << File.join(File.dirname(__FILE__), '../resources/schedule_files/occupancy-stochastic.csv') + hpxml_bldg.header.schedules_filepaths << File.join(File.dirname(__FILE__), '../resources/schedule_files/occupancy-non-stochastic.csv') + hpxml_bldg.refrigerators[0].constant_coefficients = '-0.487, -0.340, -0.370, -0.361, -0.515, -0.684, -0.471, -0.159, -0.079, -0.417, -0.411, -0.386, -0.240, -0.314, -0.160, -0.121, -0.469, -0.412, -0.091, 0.077, -0.118, -0.247, -0.445, -0.544' + hpxml_bldg.refrigerators[0].temperature_coefficients = '0.019, 0.016, 0.017, 0.016, 0.018, 0.021, 0.019, 0.015, 0.015, 0.019, 0.018, 0.018, 0.016, 0.017, 0.015, 0.015, 0.020, 0.020, 0.017, 0.014, 0.016, 0.017, 0.019, 0.020' + hpxml_bldg.refrigerators.add(id: "Refrigerator#{hpxml_bldg.refrigerators.size + 1}", + constant_coefficients: '-0.487, -0.340, -0.370, -0.361, -0.515, -0.684, -0.471, -0.159, -0.079, -0.417, -0.411, -0.386, -0.240, -0.314, -0.160, -0.121, -0.469, -0.412, -0.091, 0.077, -0.118, -0.247, -0.445, -0.544', + temperature_coefficients: '0.019, 0.016, 0.017, 0.016, 0.018, 0.021, 0.019, 0.015, 0.015, 0.019, 0.018, 0.018, 0.016, 0.017, 0.015, 0.015, 0.020, 0.020, 0.017, 0.014, 0.016, 0.017, 0.019, 0.020') + hpxml_bldg.freezers.add(id: "Freezer#{hpxml_bldg.freezers.size + 1}", + constant_coefficients: '-0.487, -0.340, -0.370, -0.361, -0.515, -0.684, -0.471, -0.159, -0.079, -0.417, -0.411, -0.386, -0.240, -0.314, -0.160, -0.121, -0.469, -0.412, -0.091, 0.077, -0.118, -0.247, -0.445, -0.544', + temperature_coefficients: '0.019, 0.016, 0.017, 0.016, 0.018, 0.021, 0.019, 0.015, 0.015, 0.019, 0.018, 0.018, 0.016, 0.017, 0.015, 0.015, 0.020, 0.020, 0.017, 0.014, 0.016, 0.017, 0.019, 0.020') elsif ['schedule-file-and-setpoints'].include? warning_case hpxml, hpxml_bldg = _create_hpxml('base.xml') hpxml_bldg.header.schedules_filepaths << File.join(File.dirname(__FILE__), '../resources/schedule_files/setpoints.csv') diff --git a/hpxml-measures/ReportSimulationOutput/measure.rb b/hpxml-measures/ReportSimulationOutput/measure.rb index b699eaa4c..7955f5192 100644 --- a/hpxml-measures/ReportSimulationOutput/measure.rb +++ b/hpxml-measures/ReportSimulationOutput/measure.rb @@ -1019,6 +1019,8 @@ def get_outputs(runner, args) elcd = @model.getElectricLoadCenterDistributions.find { |elcd| elcd.additionalProperties.getFeatureAsString('HPXML_ID').to_s == battery.id } next if elcd.nil? + elcs = @model.getElectricLoadCenterStorageLiIonNMCBatterys.find { |elcs| elcs.additionalProperties.getFeatureAsString('HPXML_ID').to_s == battery.id } + resilience_frequency = 'timestep' ts_per_hr = @model.getTimestep.numberOfTimestepsPerHour if args[:timeseries_frequency] != 'timestep' @@ -1035,9 +1037,9 @@ def get_outputs(runner, args) batt_loss = get_report_variable_data_timeseries(keys, vars, UnitConversions.convert(1.0, 'J', 'kWh'), 0, resilience_frequency) min_soc = elcd.minimumStorageStateofChargeFraction - batt_kw = battery.rated_power_output / 1000.0 - batt_roundtrip_eff = battery.round_trip_efficiency - batt_kwh = Battery.get_usable_capacity_kWh(battery) + batt_kw = elcd.designStorageControlDischargePower.get / 1000.0 + batt_roundtrip_eff = elcs.dctoDCChargingEfficiency + batt_kwh = elcs.additionalProperties.getFeatureAsDouble('UsableCapacity_kWh').get batt_soc_kwh = batt_soc.map { |soc| soc - min_soc }.map { |soc| soc * batt_kwh } elec_prod = get_report_meter_data_timeseries(['ElectricityProduced:Facility'], UnitConversions.convert(1.0, 'J', 'kWh'), 0, resilience_frequency) diff --git a/hpxml-measures/ReportSimulationOutput/measure.xml b/hpxml-measures/ReportSimulationOutput/measure.xml index fcd2547d5..5ceec63bb 100644 --- a/hpxml-measures/ReportSimulationOutput/measure.xml +++ b/hpxml-measures/ReportSimulationOutput/measure.xml @@ -3,8 +3,8 @@ 3.1 report_simulation_output df9d170c-c21a-4130-866d-0d46b06073fd - 0d7ac76a-2f58-4799-8897-3f9489356f68 - 2024-01-25T16:08:21Z + 0f71215d-a222-485f-b614-630888e7db65 + 2024-01-25T22:35:16Z 9BF1E6AC ReportSimulationOutput HPXML Simulation Output Report @@ -1929,13 +1929,13 @@ measure.rb rb script - 318063A9 + 7E369171 test_report_sim_output.rb rb test - 54F83E1B + 3A0094A9 diff --git a/hpxml-measures/ReportSimulationOutput/tests/test_report_sim_output.rb b/hpxml-measures/ReportSimulationOutput/tests/test_report_sim_output.rb index e0f2c477c..817d63df5 100644 --- a/hpxml-measures/ReportSimulationOutput/tests/test_report_sim_output.rb +++ b/hpxml-measures/ReportSimulationOutput/tests/test_report_sim_output.rb @@ -602,6 +602,12 @@ def test_annual_only actual_annual_rows = _get_actual_annual_rows(annual_csv) assert_equal(expected_annual_rows.sort, actual_annual_rows.keys.sort) _check_runner_registered_values_and_measure_xml_outputs(actual_annual_rows) + + # Verify refrigerator energy use correctly impacted by ambient temperature + hpxml = HPXML.new(hpxml_path: args_hash['hpxml_path']) + actual_fridge_energy_use = actual_annual_rows["End Use: #{FT::Elec}: #{EUT::Refrigerator} (MBtu)"] + rated_fridge_energy_use = UnitConversions.convert(hpxml.buildings[0].refrigerators[0].rated_annual_kwh, 'kWh', 'MBtu') + assert_in_epsilon(0.93, actual_fridge_energy_use / rated_fridge_energy_use, 0.1) end def test_annual_only2 diff --git a/hpxml-measures/docs/source/workflow_inputs.rst b/hpxml-measures/docs/source/workflow_inputs.rst index abf05d8ac..722354832 100644 --- a/hpxml-measures/docs/source/workflow_inputs.rst +++ b/hpxml-measures/docs/source/workflow_inputs.rst @@ -176,7 +176,7 @@ If EmissionsType is "CO2e", "NOx" or "SO2" and a given fuel's emissions factor i wood pellets -- -- -- ============ ============== ============= ============= -Default values in lb/MBtu (million Btu) are from *Table 5.1.2(1) National Average Emission Factors for Household Fuels* from *ANSI/RESNET/ICC 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 ANSI/RESNET/ICC 301-2022 Addendum B 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. @@ -527,24 +527,31 @@ HPXML Building Occupancy Building occupancy is entered in ``/HPXML/Building/BuildingDetails/BuildingSummary/BuildingOccupancy``. - ======================================== ======== ===== =========== ======== ======== ======================== - 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 `_. + ======================================================= ======== ===== =========== ======== ======== ======================== + 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 + ``extension/GeneralWaterUseUsageMultiplier`` double >= 0 No 1.0 Multiplier on general water use internal gains [#]_ + ``extension/GeneralWaterUseWeekdayScheduleFractions`` array No See [#]_ 24 comma-separated weekday fractions + ``extension/GeneralWaterUseWeekendScheduleFractions`` array No 24 comma-separated weekend fractions + ``extension/GeneralWaterUseMonthlyScheduleMultipliers`` 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:`schedules_detailed` 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 WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`schedules_detailed` not used), default values from Table C.3(5) of ANSI/RESNET/ICC 301-2022 Addendum C are used: "0.035, 0.035, 0.035, 0.035, 0.035, 0.059, 0.082, 0.055, 0.027, 0.014, 0.014, 0.014, 0.014, 0.014, 0.019, 0.027, 0.041, 0.055, 0.068, 0.082, 0.082, 0.070, 0.053, 0.035". .. [#] If MonthlyScheduleMultipliers not provided (and :ref:`schedules_detailed` 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". + .. [#] Sensible and latent internal gains from general water use (floor mopping, shower evaporation, water films on showers, tubs & sinks surfaces, plant watering, etc.), as defined by `ANSI/RESNET/ICC 301-2019 `_. + .. [#] If GeneralWaterUseWeekdayScheduleFractions or GeneralWaterUseWeekendScheduleFractions not provided (and :ref:`schedules_detailed` not used), default values from Table C.3(5) of ANSI/RESNET/ICC 301-2022 Addendum C are used: "0.023, 0.021, 0.021, 0.025, 0.027, 0.038, 0.044, 0.039, 0.037, 0.037, 0.034, 0.035, 0.035, 0.035, 0.039, 0.043, 0.051, 0.064, 0.065, 0.072, 0.073, 0.063, 0.045, 0.034". + .. [#] If GeneralWaterUseMonthlyScheduleMultipliers not provided (and :ref:`schedules_detailed` 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". HPXML Building Construction *************************** @@ -602,44 +609,46 @@ 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/Building/BuildingDetails/BuildingSummary/extension/SchedulesFilePath`` elements. The column names available in the schedule CSV files are: - =============================== ======= ================================================================================= =============================== - 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 - ``permanent_spa_pump`` frac Permanent spa pump energy use schedule. No - ``permanent_spa_heater`` frac Permanent spa 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=hybrid/auto, 1=heat pump only. No - ``battery`` -1 to 1 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 - =============================== ======= ================================================================================= =============================== + ================================ ======= ================================================================================= =============================== + 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 + ``permanent_spa_pump`` frac Permanent spa pump energy use schedule. No + ``permanent_spa_heater`` frac Permanent spa 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 + ``hot_water_recirculation_pump`` frac Hot water recirculation pump schedule. No + ``general_water_use`` frac General water use internal gains. No + ``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=hybrid/auto, 1=heat pump only. No + ``battery`` -1 to 1 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. @@ -810,7 +819,7 @@ Building air leakage is entered in ``/HPXML/Building/BuildingDetails/Enclosure/A 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 `_. + .. [#] 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. @@ -910,7 +919,7 @@ If the dwelling unit has a vented attic, attic ventilation information can be op ================= ====== ===== =========== ======== ========== ========================== .. [#] UnitofMeasure choices are "SLA" (specific leakage area) or "ACHnatural" (natural air changes per hour). - .. [#] Value default based on `ANSI/RESNET/ICC 301-2019 `_. + .. [#] Value default based on `ANSI/RESNET/ICC 301-2019 `_. HPXML Foundations ***************** @@ -925,7 +934,7 @@ If the dwelling unit has a vented crawlspace, crawlspace ventilation information ================= ====== ===== =========== ======== ========== ========================== .. [#] UnitofMeasure only choice is "SLA" (specific leakage area). - .. [#] Value default based on `ANSI/RESNET/ICC 301-2019 `_. + .. [#] Value default based on `ANSI/RESNET/ICC 301-2019 `_. If the dwelling has a manufactured home belly-and-wing foundation, whether a skirt is present can be optionally entered in @@ -1253,8 +1262,8 @@ Each window or glass door area is entered as a ``/HPXML/Building/BuildingDetails .. [#] 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 `_. + .. [#] 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 @@ -1677,8 +1686,8 @@ Each shared boiler (serving multiple dwelling units) is entered as a ``/HPXML/Bu ``HeatingSystemFuel`` string See [#]_ Yes Fuel type ``AnnualHeatingEfficiency[Units="AFUE"]/Value`` double frac > 0, <= 1 Yes Rated efficiency ``FractionHeatLoadServed`` double frac >= 0, <= 1 [#]_ See [#]_ Fraction of heating load served - ``ElectricAuxiliaryEnergy`` or ``extension/SharedLoopWatts`` double kWh/yr or W >= 0 No See [#]_ Electric auxiliary energy or shared loop power - ``ElectricAuxiliaryEnergy`` or ``extension/FanCoilWatts`` double kWh/yr or W >= 0 No [#]_ Electric auxiliary energy or fan coil power + ``extension/SharedLoopWatts`` double W >= 0 Yes Shared loop power + ``extension/FanCoilWatts`` double W >= 0 See [#]_ Fan coil power ============================================================ ======= =========== =============== ======== ============== ========================================= .. [#] UnitLocation choices are "conditioned 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", "manufactured home belly", or "unconditioned space". @@ -1695,15 +1704,7 @@ Each shared boiler (serving multiple dwelling units) is entered as a ``/HPXML/Bu .. [#] 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. Heat pump backup will only operate during colder temperatures when the heat pump runs out of heating capacity or is disabled due to a switchover/lockout temperature. - .. [#] 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. + .. [#] FanCoilWatts only required if boiler connected to fan coil. .. _hvac_heating_stove: @@ -2028,7 +2029,7 @@ Each shared chiller (serving multiple dwelling units) is entered as a ``/HPXML/B .. note:: - Chillers are modeled as central air conditioners with a SEER equivalent using the equation from `ANSI/RESNET/ICC 301-2019 `_. + Chillers are modeled as central air conditioners with a SEER equivalent using the equation from `ANSI/RESNET/ICC 301-2019 `_. .. _hvac_cooling_shared_tower: @@ -2056,7 +2057,7 @@ Each shared cooling tower (serving multiple dwelling units) is entered as a ``/H .. note:: - Cooling towers w/ water loop heat pumps are modeled as central air conditioners with a SEER equivalent using the equation from `ANSI/RESNET/ICC 301-2019 `_. + Cooling towers w/ water loop heat pumps are modeled as central air conditioners with a SEER equivalent using the equation from `ANSI/RESNET/ICC 301-2019 `_. .. _hvac_heatpump: @@ -2351,7 +2352,7 @@ Each ground-to-air heat pump is entered as a ``/HPXML/Building/BuildingDetails/S .. [#] NumberofUnitsServed only required if IsSharedSystem is true, in which case it must be > 1. .. [#] AttachedToGeothermalLoop must reference a ``GeothermalLoop``. .. [#] If AttachedToGeothermalLoop not provided, the ground-to-air heat pump will be automatically attached to a geothermal loop that is entirely defaulted. - .. [#] If PumpPowerWattsPerTon not provided, defaults to 30 W/ton per `ANSI/RESNET/ICC 301-2019 `_ for a closed loop system. + .. [#] If PumpPowerWattsPerTon not provided, defaults to 30 W/ton per `ANSI/RESNET/ICC 301-2019 `_ for a closed loop system. .. [#] Pump power is calculated using PumpPowerWattsPerTon and the cooling capacity in tons, unless the system only provides heating, in which case the heating capacity in tons is used instead. Any pump power that is shared by multiple dwelling units should be included in SharedLoopWatts, *not* PumpPowerWattsPerTon, so that shared loop pump power attributed to the dwelling unit is calculated. .. [#] SharedLoopWatts only required if IsSharedSystem is true. @@ -2903,7 +2904,7 @@ Each exhaust only fan is entered as a ``/HPXML/Building/BuildingDetails/Systems/ 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` .. [#] HoursInOperation is optional unless the VentilationFan refers to the supplemental fan of a :ref:`vent_fan_cfis` system, in which case it is not allowed because the 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 to 0.35 W/cfm based on `ANSI/RESNET/ICC 301-2019 `_. + .. [#] If FanPower not provided, defaults to 0.35 W/cfm based on `ANSI/RESNET/ICC 301-2019 `_. .. _vent_fan_supply_only: @@ -2941,7 +2942,7 @@ Each supply only fan is entered as a ``/HPXML/Building/BuildingDetails/Systems/M 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` .. [#] HoursInOperation is optional unless the VentilationFan refers to the supplemental fan of a :ref:`vent_fan_cfis` system, in which case it is not allowed because the 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 to 0.35 W/cfm based on `ANSI/RESNET/ICC 301-2019 `_. + .. [#] If FanPower not provided, defaults to 0.35 W/cfm based on `ANSI/RESNET/ICC 301-2019 `_. .. _vent_fan_balanced: @@ -2978,7 +2979,7 @@ Each balanced (supply and exhaust) fan is entered as a ``/HPXML/Building/Buildin 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` - .. [#] If FanPower not provided, defaults to 0.7 W/cfm based on `ANSI/RESNET/ICC 301-2019 `_. + .. [#] If FanPower not provided, defaults to 0.7 W/cfm based on `ANSI/RESNET/ICC 301-2019 `_. .. _vent_fan_hrv: @@ -3017,7 +3018,7 @@ Each heat recovery ventilator (HRV) is entered as a ``/HPXML/Building/BuildingDe 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` .. [#] Providing AdjustedSensibleRecoveryEfficiency (ASRE) is preferable to SensibleRecoveryEfficiency (SRE). - .. [#] If FanPower not provided, defaults to 1.0 W/cfm based on `ANSI/RESNET/ICC 301-2019 `_. + .. [#] If FanPower not provided, defaults to 1.0 W/cfm based on `ANSI/RESNET/ICC 301-2019 `_. .. _vent_fan_erv: @@ -3058,7 +3059,7 @@ Each energy recovery ventilator (ERV) is entered as a ``/HPXML/Building/Building .. [#] Providing AdjustedTotalRecoveryEfficiency (ATRE) is preferable to TotalRecoveryEfficiency (TRE). .. [#] Providing AdjustedSensibleRecoveryEfficiency (ASRE) is preferable to SensibleRecoveryEfficiency (SRE). - .. [#] If FanPower not provided, defaults to 1.0 W/cfm based on `ANSI/RESNET/ICC 301-2019 `_. + .. [#] If FanPower not provided, defaults to 1.0 W/cfm based on `ANSI/RESNET/ICC 301-2019 `_. .. _vent_fan_cfis: @@ -3102,7 +3103,7 @@ Each central fan integrated supply (CFIS) system is entered as a ``/HPXML/Buildi .. [#] The flow rate should equal the amount of outdoor air provided to the distribution system, not the total airflow through the distribution 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). - .. [#] If FanPower not provided, defaults to 0.5 W/cfm based on `ANSI/RESNET/ICC 301-2019 `_. + .. [#] If FanPower not provided, defaults to 0.58 W/cfm based on ANSI/RESNET/ICC 301-2022 Addendum C. .. [#] HVACDistribution type cannot be :ref:`hvac_distribution_hydronic`. .. [#] Blower airflow rate when operating in ventilation only mode (i.e., not heating or cooling mode), as a fraction of the maximum blower airflow rate. This value will depend on whether the blower fan can operate at reduced airflow rates during ventilation only operation. @@ -3316,7 +3317,7 @@ Each instantaneous tankless water heater is entered as a ``/HPXML/Building/Build \- **IECC zones 3-8, unknown**: "basement - unconditioned", "basement - conditioned", "conditioned space" .. [#] NumberofUnitsServed only required if IsSharedSystem is true, in which case it must be > 1. - .. [#] If PerformanceAdjustment not provided, defaults to 0.94 (UEF) or 0.92 (EF) based on `ANSI/RESNET/ICC 301-2019 `_. + .. [#] If PerformanceAdjustment not provided, defaults to 0.94 (UEF) or 0.92 (EF) based on `ANSI/RESNET/ICC 301-2019 `_. .. [#] 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). @@ -3472,7 +3473,7 @@ If any water heating systems are provided, a single hot water distribution syste - :ref:`hot_water_dist_recirc` - :ref:`hot_water_dist_recirc_shared` -Hot water distribution systems are modeled according to the Energy Rating Rated Home in `ANSI/RESNET/ICC 301-2019 `_. +Hot water distribution systems are modeled according to the Energy Rating Rated Home in `ANSI/RESNET/ICC 301-2019 `_. .. note:: @@ -3496,7 +3497,7 @@ A standard hot water distribution system is entered as a ``/HPXML/Building/Build ``DrainWaterHeatRecovery`` element No Presence of drain water heat recovery device [#]_ ==================================== ======= ============ =========== ======== ======== ===================== - .. [#] If PipingLength not provided, calculated using the following equation from `ANSI/RESNET/ICC 301-2019 `_: + .. [#] If PipingLength not provided, calculated using the following equation from `ANSI/RESNET/ICC 301-2019 `_: PipeL = 2.0 * (CFA / NCfl)^0.5 + 10.0 * NCfl + 5.0 * Bsmnt @@ -3529,6 +3530,9 @@ An in-unit recirculation hot water distribution system is entered as a ``/HPXML/ ``SystemType/Recirculation/PumpPower`` double W >= 0 No 50 [#]_ Recirculation pump power ``PipeInsulation/PipeRValue`` double F-ft2-hr/Btu >= 0 Yes Pipe insulation R-value ``DrainWaterHeatRecovery`` element No Presence of drain water heat recovery device [#]_ + ``extension/RecirculationPumpWeekdayScheduleFractions`` array No See [#]_ 24 comma-separated recirculation pump weekday fractions + ``extension/RecirculationPumpWeekendScheduleFractions`` array No 24 comma-separated recirculation pump weekend fractions + ``extension/RecirculationPumpMonthlyScheduleMultipliers`` array No See [#]_ 12 comma-separated recirculation pump monthly multipliers ========================================================== ======= ============ =========== ======== ======== ===================================== .. [#] ControlType choices are "manual demand control", "presence sensor demand control", "temperature", "timer", or "no control". @@ -3543,7 +3547,7 @@ An in-unit recirculation hot water distribution system is entered as a ``/HPXML/ \- **no control**: The pump runs continuously. - .. [#] If RecirculationPipingLoopLength not provided, calculated using the following equation from `ANSI/RESNET/ICC 301-2019 `_: + .. [#] If RecirculationPipingLoopLength not provided, calculated using the following equation from `ANSI/RESNET/ICC 301-2019 `_: RecircPipeL = 2.0 * (2.0 * (CFA / NCfl)^0.5 + 10.0 * NCfl + 5.0 * Bsmnt) - 20.0 @@ -3557,8 +3561,17 @@ An in-unit recirculation hot water distribution system is entered as a ``/HPXML/ .. [#] RecirculationPipingLoopLength is the recirculation loop length including both supply and return sides, measured longitudinally from plans, assuming the 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. .. [#] BranchPipingLength is the 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. - .. [#] PumpPower default based on `ANSI/RESNET/ICC 301-2019 `_. + .. [#] PumpPower default based on `ANSI/RESNET/ICC 301-2019 `_. .. [#] Additional drain water heat recovery inputs are described in :ref:`water_heater_dwhr`. + .. [#] If RecirculationPumpWeekdayScheduleFractions or RecirculationPumpWeekendScheduleFractions not provided (and :ref:`schedules_detailed` not used), defaults as: + + \- **no control**, **timer**: "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" (based on Equation 4.2-43a of ANSI/RESNET/ICC 301-2022 Addendum C) + + \- **manual demand control**, **presence sensor demand control**: "0.012, 0.006, 0.004, 0.005, 0.010, 0.034, 0.078, 0.086, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.038, 0.051, 0.060, 0.060, 0.055, 0.048, 0.038, 0.026" (based on Table C.3(5) of ANSI/RESNET/ICC 301-2022 Addendum C) + + \- **temperature**: "0.067, 0.072, 0.074, 0.073, 0.069, 0.048, 0.011, 0.003, 0.009, 0.020, 0.030, 0.037, 0.043, 0.047, 0.050, 0.051, 0.044, 0.034, 0.026, 0.026, 0.030, 0.036, 0.045, 0.055" (based on Table C.3(5) of ANSI/RESNET/ICC 301-2022 Addendum C) + + .. [#] If RecirculationPumpMonthlyScheduleMultipliers not provided (and :ref:`schedules_detailed` 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". .. _hot_water_dist_recirc_shared: @@ -3567,20 +3580,23 @@ Recirculation (Shared) A shared recirculation hot water distribution system (serving multiple dwelling units) is entered as a ``/HPXML/Building/BuildingDetails/Systems/WaterHeating/HotWaterDistribution``. - ===================================================== ======= ============ =========== ======== ======== ===================== - Element Type Units Constraints Required Default Notes - ===================================================== ======= ============ =========== ======== ======== ===================== - ``SystemIdentifier`` id Yes Unique identifier - ``SystemType/Standard`` element Yes Type of distribution system - ``SystemType/Standard/PipingLength`` double ft > 0 No See [#]_ Length of piping [#]_ - ``PipeInsulation/PipeRValue`` double F-ft2-hr/Btu >= 0 No 0.0 Pipe insulation R-value - ``DrainWaterHeatRecovery`` element No Presence of drain water heat recovery device [#]_ - ``extension/SharedRecirculation/NumberofUnitsServed`` integer > 1 Yes Number of dwelling units served - ``extension/SharedRecirculation/PumpPower`` double W >= 0 No 220 [#]_ Shared recirculation pump power - ``extension/SharedRecirculation/ControlType`` string See [#]_ Yes Shared recirculation control type - ===================================================== ======= ============ =========== ======== ======== ===================== - - .. [#] If PipingLength not provided, calculated using the following equation from `ANSI/RESNET/ICC 301-2019 `_: + ========================================================= ======= ============ =========== ======== ======== ===================== + Element Type Units Constraints Required Default Notes + ========================================================= ======= ============ =========== ======== ======== ===================== + ``SystemIdentifier`` id Yes Unique identifier + ``SystemType/Standard`` element Yes Type of distribution system + ``SystemType/Standard/PipingLength`` double ft > 0 No See [#]_ Length of piping [#]_ + ``PipeInsulation/PipeRValue`` double F-ft2-hr/Btu >= 0 No 0.0 Pipe insulation R-value + ``DrainWaterHeatRecovery`` element No Presence of drain water heat recovery device [#]_ + ``extension/SharedRecirculation/NumberofUnitsServed`` integer > 1 Yes Number of dwelling units served + ``extension/SharedRecirculation/PumpPower`` double W >= 0 No 220 [#]_ Shared recirculation pump power + ``extension/SharedRecirculation/ControlType`` string See [#]_ Yes Shared recirculation control type + ``extension/RecirculationPumpWeekdayScheduleFractions`` array No See [#]_ 24 comma-separated recirculation pump weekday fractions + ``extension/RecirculationPumpWeekendScheduleFractions`` array No 24 comma-separated recirculation pump weekend fractions + ``extension/RecirculationPumpMonthlyScheduleMultipliers`` array No See [#]_ 12 comma-separated recirculation pump monthly multipliers + ========================================================= ======= ============ =========== ======== ======== ===================== + + .. [#] If PipingLength not provided, calculated using the following equation from `ANSI/RESNET/ICC 301-2019 `_: PipeL = 2.0 * (CFA / NCfl)^0.5 + 10.0 * NCfl + 5.0 * Bsmnt @@ -3594,8 +3610,28 @@ A shared recirculation hot water distribution system (serving multiple dwelling .. [#] PipingLength is the length of hot water piping from the shared recirculation loop 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 (if any). .. [#] Additional drain water heat recovery inputs are described in :ref:`water_heater_dwhr`. - .. [#] PumpPower default based on `ANSI/RESNET/ICC 301-2019 `_. + .. [#] PumpPower default based on `ANSI/RESNET/ICC 301-2019 `_. .. [#] ControlType choices are "manual demand control", "presence sensor demand control", "temperature", "timer", or "no control". + + \- **manual demand control**: The pump only runs when a user presses a button indicating they are about to use hot water. + + \- **presence sensor demand control**: The pump only runs when a sensor detects someone is present at the faucet. + + \- **temperature**: The pump runs based on monitoring temperature at some point in the system. + + \- **timer**: The pump is controlled by a timer. + + \- **no control**: The pump runs continuously. + + .. [#] If RecirculationPumpWeekdayScheduleFractions or RecirculationPumpWeekendScheduleFractions not provided (and :ref:`schedules_detailed` not used), defaults as: + + \- **no control**, **timer**: "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" (based on Equation 4.2-43a of ANSI/RESNET/ICC 301-2022 Addendum C) + + \- **manual demand control**, **presence sensor demand control**: "0.012, 0.006, 0.004, 0.005, 0.010, 0.034, 0.078, 0.086, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.038, 0.051, 0.060, 0.060, 0.055, 0.048, 0.038, 0.026" (based on Table C.3(5) of ANSI/RESNET/ICC 301-2022 Addendum C) + + \- **temperature**: "0.067, 0.072, 0.074, 0.073, 0.069, 0.048, 0.011, 0.003, 0.009, 0.020, 0.030, 0.037, 0.043, 0.047, 0.050, 0.051, 0.044, 0.034, 0.026, 0.026, 0.030, 0.036, 0.045, 0.055" (based on Table C.3(5) of ANSI/RESNET/ICC 301-2022 Addendum C) + + .. [#] If RecirculationPumpMonthlyScheduleMultipliers not provided (and :ref:`schedules_detailed` not used), defaults to: "1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0". .. note:: @@ -3622,7 +3658,7 @@ If a drain water heat recovery (DWHR) device is specified, additional informatio Use "all" if there is one shower and it's connected to the DWHR or there are two or more showers connected to the DWHR. .. [#] EqualFlow should be true if the DWHR supplies pre-heated water to both the fixture cold water piping *and* the hot water heater potable supply piping. -Drain water heat recovery is modeled according to the Energy Rating Rated Home in `ANSI/RESNET/ICC 301-2019 `_. +Drain water heat recovery is modeled according to the Energy Rating Rated Home in `ANSI/RESNET/ICC 301-2019 `_. HPXML Water Fixtures ******************** @@ -3655,10 +3691,10 @@ Additional information can be entered in ``/HPXML/Building/BuildingDetails/Syste ``extension/WaterFixturesMonthlyScheduleMultipliers`` array No See [#]_ 12 comma-separated monthly multipliers ===================================================== ======= ===== =========== ======== ======== =============================================== - .. [#] If WaterFixturesWeekdayScheduleFractions or WaterFixturesWeekendScheduleFractions not provided (and :ref:`schedules_detailed` not used), default values from Figures 9-11 of the `2010 BAHSP `_ are used: "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". + .. [#] If WaterFixturesWeekdayScheduleFractions or WaterFixturesWeekendScheduleFractions not provided (and :ref:`schedules_detailed` not used), default values from Table C.3(5) of ANSI/RESNET/ICC 301-2022 Addendum C are used: "0.012, 0.006, 0.004, 0.005, 0.010, 0.034, 0.078, 0.086, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.038, 0.051, 0.060, 0.060, 0.055, 0.048, 0.038, 0.026". .. [#] If WaterFixturesMonthlyScheduleMultipliers not provided (and :ref:`schedules_detailed` 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". -Water fixture hot water use is calculated per the Energy Rating Rated Home in `ANSI/RESNET/ICC 301-2019 `_. +Water fixture hot water use is calculated per the Energy Rating Rated Home in `ANSI/RESNET/ICC 301-2019 `_. HPXML Solar Thermal ******************* @@ -3749,7 +3785,7 @@ Many of the inputs are adopted from the `PVWatts model = 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 + ``extension/NumberofBedroomsServed`` integer > NumberofBedrooms See [#]_ Number of bedrooms served ======================================================= ================= ================ ======================== ======== ========= ============================================ .. [#] Location choices are "ground" or "roof" mounted. @@ -3785,8 +3821,8 @@ Many of the inputs are adopted from the `PVWatts model 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. + .. [#] NumberofBedroomsServed only required if IsSharedSystem is true. + 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 per `ANSI/RESNET/ICC 301-2019 `_. In addition, an inverter must be entered as a ``/HPXML/Building/BuildingDetails/Systems/Photovoltaics/Inverter``. @@ -3809,6 +3845,7 @@ If not entered, the simulation will not include batteries. 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 See [#]_ Location ``BatteryType`` string See [#]_ Yes Battery type ``NominalCapacity[Units="kWh" or Units="Ah"]/Value`` double kWh or Ah >= 0 No See [#]_ Nominal (total) capacity @@ -3816,6 +3853,7 @@ If not entered, the simulation will not include batteries. ``RatedPowerOutput`` double W >= 0 No See [#]_ Power output under non-peak conditions ``NominalVoltage`` double V >= 0 No 50 Nominal voltage ``RoundTripEfficiency`` double frac > 0, <= 1 No 0.925 Round trip efficiency + ``extension/NumberofBedroomsServed`` integer > NumberofBedrooms See [#]_ Number of bedrooms served ==================================================== ======= ========= ======================= ======== ======== ============================================ .. [#] Location choices are "conditioned space", "basement - conditioned", "basement - unconditioned", "crawlspace - vented", "crawlspace - unvented", "crawlspace - conditioned", "attic - vented", "attic - unvented", "garage", or "outside". @@ -3824,12 +3862,19 @@ If not entered, the simulation will not include batteries. .. [#] If NominalCapacity not provided, defaults to UsableCapacity / 0.9 if UsableCapacity provided, else (RatedPowerOutput / 1000) / 0.5 if RatedPowerOutput provided, else 10 kWh. .. [#] If UsableCapacity not provided, defaults to 0.9 * NominalCapacity. .. [#] If RatedPowerOutput not provided, defaults to 0.5 * NominalCapacity * 1000. + .. [#] NumberofBedroomsServed only required if IsSharedSystem is true. + Battery charging/discharging will be apportioned to the dwelling unit using its number of bedrooms divided by the total number of bedrooms served by the battery per ANSI/RESNET/ICC 301-2022 Addendum C. .. note:: - An unscheduled battery in a home with photovoltaics (PV) will be controlled using a simple control strategy designed to maximize on site consumption of energy. The battery will charge if PV production is greater than the building load and the battery is below its maximum capacity, while the battery will discharge if the building load is greater than PV production and the battery is above its minimum capacity. + An unscheduled battery in a home with photovoltaics (PV) will be controlled using a simple control strategy designed to maximize on site consumption of energy. + The battery will charge if PV production is greater than the building electrical load and the battery is below its maximum capacity, while the battery will discharge if the building electrical load is greater than PV production and the battery is above its minimum capacity. - A battery can alternatively be controlled using :ref:`schedules_detailed`, where charging and discharging schedules are defined. Positive schedule values control timing and magnitude of charging storage. Negative schedule values control timing and magnitude of discharging storage. Simultaneous charging and discharging of the battery is not allowed. The round trip efficiency affects charging and discharging; the reported charging and discharging rates will be larger than the schedule value by an amount equal to the losses due to the round trip efficiency. + A battery can alternatively be controlled using :ref:`schedules_detailed`, where charging and discharging schedules are defined. + Positive schedule values control timing and magnitude of charging storage. + Negative schedule values control timing and magnitude of discharging storage. + Simultaneous charging and discharging of the battery is not allowed. + The round trip efficiency affects charging and discharging; the reported charging and discharging rates will be larger than the schedule value by an amount equal to the losses due to the round trip efficiency. A battery in a home without PV or charging/discharging schedules is assumed to operate as backup and is not modeled. @@ -3839,21 +3884,21 @@ HPXML Generators Each generator that provides on-site power is entered as a ``/HPXML/Building/BuildingDetails/Systems/extension/Generators/Generator``. If not entered, the simulation will not include generators. - ========================== ======= ======= =========== ======== ======= ============================================ - Element Type Units Constraints Required Default Notes - ========================== ======= ======= =========== ======== ======= ============================================ - ``SystemIdentifier`` id Yes Unique identifier - ``IsSharedSystem`` boolean No false Whether it serves multiple dwelling units - ``FuelType`` string See [#]_ Yes Fuel type - ``AnnualConsumptionkBtu`` double kBtu/yr > 0 Yes Annual fuel consumed - ``AnnualOutputkWh`` double kWh/yr > 0 [#]_ Yes Annual electricity produced - ``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 + ``FuelType`` string See [#]_ Yes Fuel type + ``AnnualConsumptionkBtu`` double kBtu/yr > 0 Yes Annual fuel consumed + ``AnnualOutputkWh`` double kWh/yr > 0 [#]_ Yes Annual electricity produced + ``NumberofBedroomsServed`` integer > NumberofBedrooms See [#]_ Number of bedrooms served + ========================== ======= ======= ================== ======== ======= ============================================ .. [#] 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". .. [#] AnnualOutputkWh must also be < AnnualConsumptionkBtu*3.412 (i.e., the generator must consume more energy than it produces). - .. [#] NumberofBedroomsServed only required if IsSharedSystem is true, in which case it must be > NumberofBedrooms. - Annual consumption and annual production will be apportioned to the dwelling unit using its number of bedrooms divided by the total number of bedrooms served by the generator. + .. [#] NumberofBedroomsServed only required if IsSharedSystem is true. + Annual consumption and annual production will be apportioned to the dwelling unit using its number of bedrooms divided by the total number of bedrooms served by the generator per `ANSI/RESNET/ICC 301-2019 `_. .. note:: @@ -3900,8 +3945,8 @@ If not entered, the simulation will not include a clothes washer. IMEF may be found using the manufacturer’s data sheet, the `California Energy Commission Appliance Database `_, the `EPA ENERGY STAR website `_, or another reputable source. .. [#] AttachedToWaterHeatingSystem must reference a ``WaterHeatingSystem``; AttachedToHotWaterDistribution must reference a ``HotWaterDistribution``. .. [#] AttachedToWaterHeatingSystem (or AttachedToHotWaterDistribution) only required if IsSharedAppliance is true. - .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`schedules_detailed` not used), default values from Figure 17 of the `2010 BAHSP `_ are used: "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". - .. [#] If MonthlyScheduleMultipliers not provided (and :ref:`schedules_detailed` not used), default values from Figure 24 of the `2010 BAHSP `_ are used: "1.011, 1.002, 1.022, 1.020, 1.022, 0.996, 0.999, 0.999, 0.996, 0.964, 0.959, 1.011". + .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`schedules_detailed` not used), default values from Table C.3(1) of ANSI/RESNET/ICC 301-2022 Addendum C are used: "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.051, 0.050, 0.049, 0.049, 0.049, 0.049, 0.047, 0.032, 0.017". + .. [#] If MonthlyScheduleMultipliers not provided (and :ref:`schedules_detailed` 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". If IntegratedModifiedEnergyFactor or ModifiedEnergyFactor is provided, a complete set of EnergyGuide label information is entered in ``ClothesWasher``. @@ -3950,7 +3995,7 @@ If not entered, the simulation will not include a clothes dryer. CEF = EF / 1.15. CEF may be found using the manufacturer’s data sheet, the `California Energy Commission Appliance Database `_, the `EPA ENERGY STAR website `_, or another reputable source. .. [#] VentedFlowRate default based on the `2010 BAHSP `_. - .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`schedules_detailed` not used), default values from Figure 18 of the `2010 BAHSP `_ are used: "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". + .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`schedules_detailed` not used), default values from Table C.3(1) of ANSI/RESNET/ICC 301-2022 Addendum C are used: "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.058, 0.061, 0.055, 0.054, 0.051, 0.051, 0.052, 0.054, 0.044, 0.024". .. [#] If MonthlyScheduleMultipliers not provided (and :ref:`schedules_detailed` 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". Clothes dryer energy use is calculated per the Energy Rating Rated Home in `ANSI/RESNET/ICC 301-2019 Addendum A `_. @@ -3989,8 +4034,8 @@ If not entered, the simulation will not include a dishwasher. RatedAnnualkWh = 215.0 / EF. .. [#] AttachedToWaterHeatingSystem must reference a ``WaterHeatingSystem``; AttachedToHotWaterDistribution must reference a ``HotWaterDistribution``. .. [#] AttachedToWaterHeatingSystem (or AttachedToHotWaterDistribution) only required if IsSharedAppliance is true. - .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`schedules_detailed` not used), default values from Figure 21 of the `2010 BAHSP `_ are used: "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". - .. [#] If MonthlyScheduleMultipliers not provided (and :ref:`schedules_detailed` not used), default values from Figure 24 of the `2010 BAHSP `_ are used: "1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097". + .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`schedules_detailed` not used), default values from Table C.3(1) of ANSI/RESNET/ICC 301-2022 Addendum C are used: "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.042, 0.046, 0.036, 0.038, 0.038, 0.049, 0.087, 0.111, 0.090, 0.067, 0.044, 0.031". + .. [#] If MonthlyScheduleMultipliers not provided (and :ref:`schedules_detailed` 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". If the RatedAnnualkWh or EnergyFactor is provided, a complete set of EnergyGuide label information is entered in ``Dishwasher``. @@ -4020,24 +4065,33 @@ If not entered, the simulation will not include a refrigerator. ``RatedAnnualkWh`` double kWh/yr > 0 No See [#]_ Annual consumption ``PrimaryIndicator`` boolean See [#]_ Primary refrigerator? ``extension/UsageMultiplier`` double >= 0 No 1.0 Multiplier on energy use - ``extension/WeekdayScheduleFractions`` array No See [#]_ 24 comma-separated weekday fractions + ``extension/WeekdayScheduleFractions`` array See [#]_ 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 + ``extension/ConstantScheduleCoefficients`` array No See [#]_ 24 comma-separated constant coefficients + ``extension/TemperatureScheduleCoefficients`` array No See [#]_ 24 comma-separated temperature coefficients ===================================================== ======= ====== =========== ======== ======== ====================================== .. [#] Location choices are "conditioned space", "basement - conditioned", "basement - unconditioned", "garage", "other housing unit", "other heated space", "other multifamily buffer space", or "other non-freezing space". See :ref:`hpxmllocations` for descriptions. .. [#] If Location not provided and is the *primary* refrigerator, defaults to "conditioned space". If Location not provided and is a *secondary* refrigerator, defaults to the first present space type: "garage", "basement - unconditioned", "basement - conditioned", or "conditioned space". - .. [#] If RatedAnnualkWh not provided, it will be defaulted to represent a standard refrigerator from 2006 using the following equation based on `ANSI/RESNET/ICC 301-2019 `_: + .. [#] If RatedAnnualkWh not provided, it will be defaulted to represent a standard refrigerator from 2006 using the following equation based on `ANSI/RESNET/ICC 301-2019 `_: RatedAnnualkWh = 637.0 + 18.0 * NumberofBedrooms. .. [#] If multiple refrigerators are specified, there must be exactly one refrigerator described with PrimaryIndicator=true. - .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`schedules_detailed` 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:`schedules_detailed` 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". + .. [#] Either schedule fraction inputs (WeekdayScheduleFractions/WeekendScheduleFractions/MonthlyScheduleMultipliers) or schedule coefficient inputs (ConstantScheduleCoefficients/TemperatureScheduleCoefficients) may be used, but not both. + .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`schedules_detailed` or schedule coefficients 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:`schedules_detailed` or schedule coefficients 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". + .. [#] If ConstantScheduleCoefficients not provided (and :ref:`schedules_detailed` or schedule fractions not used), default values from Table C.3(2) of ANSI/RESNET/ICC 301-2022 Addendum C are used: "-0.487, -0.340, -0.370, -0.361, -0.515, -0.684, -0.471, -0.159, -0.079, -0.417, -0.411, -0.386, -0.240, -0.314, -0.160, -0.121, -0.469, -0.412, -0.091, 0.077, -0.118, -0.247, -0.445, -0.544". + .. [#] If TemperatureScheduleCoefficients not provided (and :ref:`schedules_detailed` or schedule fractions not used), default values from Table C.3(2) of ANSI/RESNET/ICC 301-2022 Addendum C are used: "0.019, 0.016, 0.017, 0.016, 0.018, 0.021, 0.019, 0.015, 0.015, 0.019, 0.018, 0.018, 0.016, 0.017, 0.015, 0.015, 0.020, 0.020, 0.017, 0.014, 0.016, 0.017, 0.019, 0.020". .. note:: - Refrigerator energy use is not currently affected by the ambient temperature where it is located. + Refrigerator energy use is affected by its ambient temperature when ConstantScheduleCoefficients and TemperatureScheduleCoefficients are used, in which case hourly energy for refrigerators is determined following Equation 4.2-X2 of ANSI/RESNET/ICC 301-2022 Addendum C: + + ((RatedAnnualkWh / 8760) * (ConstantScheduleCoefficients[hr] + TemperatureScheduleCoefficients[hr] * T_space) + + where T_space is the ambient temperature (F) where the refrigerator is located and hr is the hour of the day. HPXML Freezers ************** @@ -4052,21 +4106,28 @@ If not entered, the simulation will not include a standalone freezer. ``Location`` string See [#]_ No See [#]_ Location ``RatedAnnualkWh`` double kWh/yr > 0 No 319.8 [#]_ Annual consumption ``extension/UsageMultiplier`` double >= 0 No 1.0 Multiplier on energy use - ``extension/WeekdayScheduleFractions`` array No See [#]_ 24 comma-separated weekday fractions + ``extension/WeekdayScheduleFractions`` array See [#]_ 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 + ``extension/ConstantScheduleCoefficients`` array No 24 comma-separated constant coefficients + ``extension/TemperatureScheduleCoefficients`` array No 24 comma-separated temperature coefficients ===================================================== ====== ====== =========== ======== ========== ====================================== .. [#] Location choices are "conditioned space", "basement - conditioned", "basement - unconditioned", "garage", "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 "garage" if present, otherwise "basement - unconditioned" if present, otherwise "basement - conditioned" if present, otherwise "conditioned space". .. [#] RatedAnnualkWh default based on the `2010 BAHSP `_. - .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`schedules_detailed` 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:`schedules_detailed` 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". + .. [#] Either schedule fraction inputs (WeekdayScheduleFractions/WeekendScheduleFractions/MonthlyScheduleMultipliers) or schedule coefficient inputs (ConstantScheduleCoefficients/TemperatureScheduleCoefficients) may be used, but not both. + .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`schedules_detailed` or schedule coefficients 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:`schedules_detailed` or schedule coefficients 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. + Freezer energy use is affected by its ambient temperature when ConstantScheduleCoefficients and TemperatureScheduleCoefficients are used, in which case hourly energy for freezers is determined following Equation 4.2-X2 of ANSI/RESNET/ICC 301-2022 Addendum C: + + ((RatedAnnualkWh / 8760) * (ConstantScheduleCoefficients[hr] + TemperatureScheduleCoefficients[hr] * T_space) + + where T_space is the ambient temperature (F) where the freezer is located and hr is the hour of the day. HPXML Dehumidifier ****************** @@ -4118,8 +4179,8 @@ If not entered, the simulation will not include a cooking range/oven. .. [#] Location choices are "conditioned space", "basement - conditioned", "basement - unconditioned", "garage", "other housing unit", "other heated space", "other multifamily buffer space", or "other non-freezing space". See :ref:`hpxmllocations` for descriptions. .. [#] 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", "electricity", "wood", or "wood pellets". - .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`schedules_detailed` not used), default values from Figure 22 of the `2010 BAHSP `_ are used: "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". - .. [#] If MonthlyScheduleMultipliers not provided (and :ref:`schedules_detailed` not used), default values from Figure 24 of the `2010 BAHSP `_ are used: "1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097". + .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`schedules_detailed` not used), default values from Table C.3(1) of ANSI/RESNET/ICC 301-2022 Addendum C are used: "0.008, 0.008, 0.008, 0.008, 0.008, 0.015, 0.023, 0.039, 0.046, 0.046, 0.046, 0.054, 0.062, 0.046, 0.039, 0.054, 0.076, 0.134, 0.114, 0.058, 0.039, 0.031, 0.023, 0.015". + .. [#] If MonthlyScheduleMultipliers not provided (and :ref:`schedules_detailed` 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". If a cooking range is specified, a single oven is also entered as a ``/HPXML/Building/BuildingDetails/Appliances/Oven``. @@ -4130,7 +4191,7 @@ If a cooking range is specified, a single oven is also entered as a ``/HPXML/Bui ``IsConvection`` boolean No false Convection oven? ==================== ======= ====== =========== ======== ======= ================ -Cooking range/oven energy use is calculated per the Energy Rating Rated Home in `ANSI/RESNET/ICC 301-2019 `_. +Cooking range/oven energy use is calculated per the Energy Rating Rated Home in `ANSI/RESNET/ICC 301-2019 `_. HPXML Lighting & Ceiling Fans ----------------------------- @@ -4161,7 +4222,7 @@ If specifying **lighting type fractions**, three ``/HPXML/Building/BuildingDetai .. [#] 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. - Interior, exterior, and garage lighting energy use is calculated per the Energy Rating Rated Home in `ANSI/RESNET/ICC 301-2019 `_. + 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: @@ -4186,18 +4247,21 @@ With either lighting specification, additional information can be entered in ``/ ``extension/ExteriorUsageMultiplier`` double >= 0 No 1.0 Multiplier on exterior lighting use ``extension/InteriorWeekdayScheduleFractions`` array No See [#]_ 24 comma-separated interior weekday fractions ``extension/InteriorWeekendScheduleFractions`` array No 24 comma-separated interior weekend fractions - ``extension/InteriorMonthlyScheduleMultipliers`` array No 12 comma-separated interior monthly multipliers + ``extension/InteriorMonthlyScheduleMultipliers`` array No See [#]_ 12 comma-separated interior monthly multipliers ``extension/GarageWeekdayScheduleFractions`` array No See [#]_ 24 comma-separated garage weekday fractions ``extension/GarageWeekendScheduleFractions`` array No 24 comma-separated garage weekend fractions - ``extension/GarageMonthlyScheduleMultipliers`` array No 12 comma-separated garage monthly multipliers + ``extension/GarageMonthlyScheduleMultipliers`` array No See [#]_ 12 comma-separated garage monthly multipliers ``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/ExteriorMonthlyScheduleMultipliers`` array No See [#]_ 12 comma-separated exterior monthly multipliers ================================================ ======= ====== =========== ======== ======== =============================================== - .. [#] If *interior* schedule values not provided (and :ref:`schedules_detailed` 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:`schedules_detailed` 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:`schedules_detailed` not used), they will be defaulted using Appendix C Table 8 of the `Title 24 2016 Res. ACM Manual `_. + .. [#] If InteriorWeekdayScheduleFractions or InteriorWeekendScheduleFractions not provided (and :ref:`schedules_detailed` not used), default values from Table C.3(3) of ANSI/RESNET/ICC 301-2022 Addendum C are used: "0.012, 0.010, 0.010, 0.010, 0.011, 0.018, 0.030, 0.038, 0.041, 0.041, 0.039, 0.037, 0.036, 0.035, 0.037, 0.041, 0.050, 0.065, 0.086, 0.106, 0.110, 0.079, 0.040, 0.018". + .. [#] If InteriorMonthlyScheduleMultipliers not provided (or :ref:`schedules_detailed` not used), default values from Table C.3(4) of ANSI/RESNET/ICC 301-2022 Addendum C are used: "1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20". + .. [#] If GarageWeekdayScheduleFractions or GarageWeekendScheduleFractions not provided (and :ref:`schedules_detailed` not used), default values from Table C.3(3) of ANSI/RESNET/ICC 301-2022 Addendum C are used: "0.023, 0.019, 0.015, 0.017, 0.021, 0.031, 0.042, 0.041, 0.034, 0.029, 0.027, 0.025, 0.021, 0.021, 0.021, 0.026, 0.031, 0.044, 0.084, 0.117, 0.113, 0.096, 0.063, 0.039". + .. [#] If GarageMonthlyScheduleMultipliers not provided (or :ref:`schedules_detailed` not used), default values from Table C.3(4) of ANSI/RESNET/ICC 301-2022 Addendum C are used: "1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20". + .. [#] If ExteriorWeekdayScheduleFractions or ExteriorWeekendScheduleFractions not provided (and :ref:`schedules_detailed` not used), default values from Table C.3(3) of ANSI/RESNET/ICC 301-2022 Addendum C are used: "0.040, 0.037, 0.037, 0.035, 0.035, 0.039, 0.044, 0.041, 0.031, 0.025, 0.024, 0.024, 0.025, 0.028, 0.030, 0.035, 0.044, 0.056, 0.064, 0.068, 0.070, 0.065, 0.056, 0.047". + .. [#] If ExteriorMonthlyScheduleMultipliers not provided (or :ref:`schedules_detailed` not used), default values from Table C.3(4) of ANSI/RESNET/ICC 301-2022 Addendum C are used: "1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20". If exterior holiday lighting is specified, additional information is entered in ``/HPXML/Building/BuildingDetails/Lighting/extension/ExteriorHolidayLighting``. @@ -4233,12 +4297,12 @@ If not entered, the simulation will not include a ceiling fan. ``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 Count not provided, defaults to NumberofBedrooms + 1 based on `ANSI/RESNET/ICC 301-2019 `_. - .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`schedules_detailed` 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:`schedules_detailed` not used), defaults based on monthly average outdoor temperatures per `ANSI/RESNET/ICC 301-2019 `_ + .. [#] If Efficiency not provided, defaults to 3000 / 42.6 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:`schedules_detailed` not used), default values from Table C.3(5) of ANSI/RESNET/ICC 301-2022 Addendum C 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.052, 0.057, 0.057, 0.057, 0.057, 0.057". + .. [#] If MonthlyScheduleMultipliers not provided (and :ref:`schedules_detailed` not used), defaults based on monthly average outdoor temperatures per `ANSI/RESNET/ICC 301-2019 `_ -Ceiling fan energy use is calculated per the Energy Rating Rated Home in `ANSI/RESNET/ICC 301-2019 `_. +Ceiling fan energy use is calculated per the Energy Rating Rated Home in `ANSI/RESNET/ICC 301-2019 `_. .. note:: @@ -4423,16 +4487,16 @@ If not entered, the simulation will not include that type of plug load. ``extension/FracLatent`` double >= 0, <= 1 No See [#]_ Fraction that is latent heat gain to conditioned space ``extension/UsageMultiplier`` double >= 0 No 1.0 Multiplier on electricity use ``extension/WeekdayScheduleFractions`` array No See [#]_ 24 comma-separated weekday fractions - ``extension/WeekendScheduleFractions`` array No See [#]_ 24 comma-separated weekend fractions + ``extension/WeekendScheduleFractions`` array No 24 comma-separated weekend fractions ``extension/MonthlyScheduleMultipliers`` array No See [#]_ 12 comma-separated monthly multipliers ======================================== ======= ====== =========== ======== ======== ============================================================= .. [#] 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 `_) + \- **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 `_) + \- **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 `_) @@ -4461,35 +4525,17 @@ If not entered, the simulation will not include that type of plug load. \- **electric vehicle charging**: 0.0 - .. [#] If WeekdayScheduleFractions not provided (and :ref:`schedules_detailed` not used), defaults as: + .. [#] If WeekdayScheduleFractions or WeekdendScheduleFractions not provided (and :ref:`schedules_detailed` 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 `_) + \- **other**: "0.036, 0.036, 0.036, 0.036, 0.036, 0.036, 0.038, 0.041, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.044, 0.047, 0.050, 0.051, 0.050, 0.048, 0.044, 0.040, 0.037" (based on Table C.3(1) of ANSI/RESNET/ICC 301-2022 Addendum C) - \- **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 `_) + \- **TV other**: "0.014, 0.007, 0.004, 0.003, 0.004, 0.006, 0.010, 0.015, 0.020, 0.025, 0.028, 0.031, 0.033, 0.038, 0.042, 0.046, 0.054, 0.062, 0.080, 0.110, 0.132, 0.125, 0.077, 0.034" (based on Table C.3(1) of ANSI/RESNET/ICC 301-2022 Addendum C) \- **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:`schedules_detailed` 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:`schedules_detailed` 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 MonthlyScheduleMultipliers not provided (and :ref:`schedules_detailed` 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". .. _fuel_loads: @@ -4539,13 +4585,7 @@ If not entered, the simulation will not include that type of fuel load. \- **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:`schedules_detailed` 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 MonthlyScheduleMultipliers not provided (and :ref:`schedules_detailed` 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". .. _hpxmllocations: diff --git a/hpxml-measures/tasks.rb b/hpxml-measures/tasks.rb index fd9536e29..ff31ffe97 100644 --- a/hpxml-measures/tasks.rb +++ b/hpxml-measures/tasks.rb @@ -281,6 +281,9 @@ def apply_hpxml_modification(hpxml_file, hpxml) hpxml_bldg.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' hpxml_bldg.building_occupancy.weekend_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' hpxml_bldg.building_occupancy.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' + hpxml_bldg.building_occupancy.general_water_use_weekday_fractions = '0.023, 0.021, 0.021, 0.025, 0.027, 0.038, 0.044, 0.039, 0.037, 0.037, 0.034, 0.035, 0.035, 0.035, 0.039, 0.043, 0.051, 0.064, 0.065, 0.072, 0.073, 0.063, 0.045, 0.034' + hpxml_bldg.building_occupancy.general_water_use_weekend_fractions = '0.023, 0.021, 0.021, 0.025, 0.027, 0.038, 0.044, 0.039, 0.037, 0.037, 0.034, 0.035, 0.035, 0.035, 0.039, 0.043, 0.051, 0.064, 0.065, 0.072, 0.073, 0.063, 0.045, 0.034' + hpxml_bldg.building_occupancy.general_water_use_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' elsif ['base-misc-defaults.xml'].include? hpxml_file hpxml_bldg.building_construction.average_ceiling_height = nil hpxml_bldg.building_construction.conditioned_building_volume = nil @@ -1322,25 +1325,21 @@ def apply_hpxml_modification(hpxml_file, hpxml) hpxml_bldg.heat_pumps[0].number_of_units_served = 6 hpxml_bldg.heat_pumps[0].pump_watts_per_ton = 0.0 end - if hpxml_file.include? 'eae' - hpxml_bldg.heating_systems[0].electric_auxiliary_energy = 500.0 - else - if hpxml_file.include? 'shared-boiler' - hpxml_bldg.heating_systems[0].shared_loop_watts = 600 - end - if hpxml_file.include?('chiller') || hpxml_file.include?('cooling-tower') - hpxml_bldg.cooling_systems[0].shared_loop_watts = 600 - end - if hpxml_file.include? 'shared-ground-loop' - hpxml_bldg.heat_pumps[0].shared_loop_watts = 600 + if hpxml_file.include? 'shared-boiler' + hpxml_bldg.heating_systems[0].shared_loop_watts = 600 + end + if hpxml_file.include?('chiller') || hpxml_file.include?('cooling-tower') + hpxml_bldg.cooling_systems[0].shared_loop_watts = 600 + end + if hpxml_file.include? 'shared-ground-loop' + hpxml_bldg.heat_pumps[0].shared_loop_watts = 600 + end + if hpxml_file.include? 'fan-coil' + if hpxml_file.include? 'boiler' + hpxml_bldg.heating_systems[0].fan_coil_watts = 150 end - if hpxml_file.include? 'fan-coil' - if hpxml_file.include? 'boiler' - hpxml_bldg.heating_systems[0].fan_coil_watts = 150 - end - if hpxml_file.include? 'chiller' - hpxml_bldg.cooling_systems[0].fan_coil_watts = 150 - end + if hpxml_file.include? 'chiller' + hpxml_bldg.cooling_systems[0].fan_coil_watts = 150 end end if hpxml_file.include? 'install-quality' @@ -1691,11 +1690,12 @@ def apply_hpxml_modification(hpxml_file, hpxml) hpxml_bldg.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' hpxml_bldg.water_heating.water_fixtures_weekend_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' hpxml_bldg.water_heating.water_fixtures_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' - elsif ['base-bldgtype-mf-unit-shared-water-heater-recirc.xml'].include? hpxml_file + elsif ['base-bldgtype-mf-unit-shared-water-heater-recirc.xml', + 'base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml'].include? hpxml_file hpxml_bldg.hot_water_distributions[0].has_shared_recirculation = true hpxml_bldg.hot_water_distributions[0].shared_recirculation_number_of_units_served = 6 hpxml_bldg.hot_water_distributions[0].shared_recirculation_pump_power = 220 - hpxml_bldg.hot_water_distributions[0].shared_recirculation_control_type = HPXML::DHWRecirControlTypeTimer + hpxml_bldg.hot_water_distributions[0].shared_recirculation_control_type = HPXML::DHWRecircControlTypeTimer elsif ['base-bldgtype-mf-unit-shared-laundry-room.xml', 'base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml'].include? hpxml_file hpxml_bldg.water_heating_systems.reverse_each do |water_heating_system| @@ -1777,6 +1777,15 @@ def apply_hpxml_modification(hpxml_file, hpxml) hpxml_bldg.water_fixtures[1].flow_rate = 2.0 hpxml_bldg.water_fixtures[1].count = 3 end + if ['base-dhw-recirc-demand-scheduled.xml'].include? hpxml_file + hpxml_bldg.hot_water_distributions[0].recirculation_pump_weekday_fractions = Schedule.RecirculationPumpDemandControlledWeekdayFractions + hpxml_bldg.hot_water_distributions[0].recirculation_pump_weekend_fractions = Schedule.RecirculationPumpDemandControlledWeekendFractions + hpxml_bldg.hot_water_distributions[0].recirculation_pump_monthly_multipliers = Schedule.RecirculationPumpMonthlyMultipliers + elsif ['base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml'].include? hpxml_file + hpxml_bldg.hot_water_distributions[0].recirculation_pump_weekday_fractions = Schedule.RecirculationPumpWithoutControlWeekdayFractions + hpxml_bldg.hot_water_distributions[0].recirculation_pump_weekend_fractions = Schedule.RecirculationPumpWithoutControlWeekendFractions + hpxml_bldg.hot_water_distributions[0].recirculation_pump_monthly_multipliers = Schedule.RecirculationPumpMonthlyMultipliers + end # -------------------- # # HPXML VentilationFan # @@ -2022,19 +2031,19 @@ def apply_hpxml_modification(hpxml_file, hpxml) 'base-misc-loads-large-uncommon2.xml'].include? hpxml_file hpxml_bldg.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' hpxml_bldg.clothes_washers[0].weekend_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' - hpxml_bldg.clothes_washers[0].monthly_multipliers = '1.011, 1.002, 1.022, 1.020, 1.022, 0.996, 0.999, 0.999, 0.996, 0.964, 0.959, 1.011' + hpxml_bldg.clothes_washers[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' hpxml_bldg.clothes_dryers[0].weekday_fractions = '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' hpxml_bldg.clothes_dryers[0].weekend_fractions = '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' hpxml_bldg.clothes_dryers[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' hpxml_bldg.dishwashers[0].weekday_fractions = '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' hpxml_bldg.dishwashers[0].weekend_fractions = '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' - hpxml_bldg.dishwashers[0].monthly_multipliers = '1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097' + hpxml_bldg.dishwashers[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' hpxml_bldg.refrigerators[0].weekday_fractions = '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' hpxml_bldg.refrigerators[0].weekend_fractions = '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' hpxml_bldg.refrigerators[0].monthly_multipliers = '0.837, 0.835, 1.084, 1.084, 1.084, 1.096, 1.096, 1.096, 1.096, 0.931, 0.925, 0.837' hpxml_bldg.cooking_ranges[0].weekday_fractions = '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' hpxml_bldg.cooking_ranges[0].weekend_fractions = '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' - hpxml_bldg.cooking_ranges[0].monthly_multipliers = '1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097' + hpxml_bldg.cooking_ranges[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 if ['base-misc-loads-large-uncommon.xml', 'base-misc-loads-large-uncommon2.xml', @@ -2088,6 +2097,17 @@ def apply_hpxml_modification(hpxml_file, hpxml) elsif ['base-misc-defaults.xml'].include? hpxml_file hpxml_bldg.refrigerators[0].primary_indicator = nil end + if ['base-appliances-refrigerator-temperature-dependent-schedule.xml'].include? hpxml_file + hpxml_bldg.refrigerators[0].constant_coefficients = '-0.487, -0.340, -0.370, -0.361, -0.515, -0.684, -0.471, -0.159, -0.079, -0.417, -0.411, -0.386, -0.240, -0.314, -0.160, -0.121, -0.469, -0.412, -0.091, 0.077, -0.118, -0.247, -0.445, -0.544' + hpxml_bldg.refrigerators[0].temperature_coefficients = '0.019, 0.016, 0.017, 0.016, 0.018, 0.021, 0.019, 0.015, 0.015, 0.019, 0.018, 0.018, 0.016, 0.017, 0.015, 0.015, 0.020, 0.020, 0.017, 0.014, 0.016, 0.017, 0.019, 0.020' + end + if ['base-appliances-freezer-temperature-dependent-schedule.xml'].include? hpxml_file + hpxml_bldg.freezers.add(id: "Freezer#{hpxml_bldg.freezers.size + 1}", + location: HPXML::LocationConditionedSpace, + rated_annual_kwh: 400, + constant_coefficients: '-0.487, -0.340, -0.370, -0.361, -0.515, -0.684, -0.471, -0.159, -0.079, -0.417, -0.411, -0.386, -0.240, -0.314, -0.160, -0.121, -0.469, -0.412, -0.091, 0.077, -0.118, -0.247, -0.445, -0.544', + temperature_coefficients: '0.019, 0.016, 0.017, 0.016, 0.018, 0.021, 0.019, 0.015, 0.015, 0.019, 0.018, 0.018, 0.016, 0.017, 0.015, 0.015, 0.020, 0.020, 0.017, 0.014, 0.016, 0.017, 0.019, 0.020') + end # -------------- # # HPXML Lighting # @@ -2108,13 +2128,13 @@ def apply_hpxml_modification(hpxml_file, hpxml) 'base-misc-loads-large-uncommon2.xml'].include? hpxml_file hpxml_bldg.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' hpxml_bldg.lighting.interior_weekend_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' - hpxml_bldg.lighting.interior_monthly_multipliers = '1.075, 1.064951905, 1.0375, 1.0, 0.9625, 0.935048095, 0.925, 0.935048095, 0.9625, 1.0, 1.0375, 1.064951905' + hpxml_bldg.lighting.interior_monthly_multipliers = '1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20' hpxml_bldg.lighting.exterior_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_bldg.lighting.exterior_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_bldg.lighting.exterior_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' + hpxml_bldg.lighting.exterior_monthly_multipliers = '1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20' hpxml_bldg.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_bldg.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_bldg.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' + hpxml_bldg.lighting.garage_monthly_multipliers = '1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20' elsif ['base-lighting-kwh-per-year.xml'].include? hpxml_file ltg_kwhs_per_year = { HPXML::LocationInterior => 1500, HPXML::LocationExterior => 150, @@ -2158,10 +2178,10 @@ def apply_hpxml_modification(hpxml_file, hpxml) 'base-misc-loads-large-uncommon2.xml'].include? hpxml_file hpxml_bldg.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' hpxml_bldg.plug_loads[0].weekend_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' - hpxml_bldg.plug_loads[0].monthly_multipliers = '1.137, 1.129, 0.961, 0.969, 0.961, 0.993, 0.996, 0.96, 0.993, 0.867, 0.86, 1.137' + hpxml_bldg.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' hpxml_bldg.plug_loads[1].weekday_fractions = '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' hpxml_bldg.plug_loads[1].weekend_fractions = '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' - hpxml_bldg.plug_loads[1].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' + hpxml_bldg.plug_loads[1].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 next unless ['base-misc-loads-large-uncommon.xml', 'base-misc-loads-large-uncommon2.xml', @@ -2170,20 +2190,20 @@ def apply_hpxml_modification(hpxml_file, hpxml) if hpxml_file != 'base-misc-usage-multiplier.xml' hpxml_bldg.plug_loads[2].weekday_fractions = '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' hpxml_bldg.plug_loads[2].weekend_fractions = '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' - hpxml_bldg.plug_loads[2].monthly_multipliers = '1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1' + hpxml_bldg.plug_loads[2].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' hpxml_bldg.plug_loads[3].weekday_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_bldg.plug_loads[3].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_bldg.plug_loads[3].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' + hpxml_bldg.plug_loads[3].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 hpxml_bldg.fuel_loads[0].weekday_fractions = '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' hpxml_bldg.fuel_loads[0].weekend_fractions = '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' - hpxml_bldg.fuel_loads[0].monthly_multipliers = '1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097' + hpxml_bldg.fuel_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' hpxml_bldg.fuel_loads[1].weekday_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_bldg.fuel_loads[1].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_bldg.fuel_loads[1].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' + hpxml_bldg.fuel_loads[1].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' hpxml_bldg.fuel_loads[2].weekday_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_bldg.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_bldg.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' + hpxml_bldg.fuel_loads[2].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 diff --git a/hpxml-measures/workflow/hpxml_inputs.json b/hpxml-measures/workflow/hpxml_inputs.json index d107d1f90..ce2656c92 100644 --- a/hpxml-measures/workflow/hpxml_inputs.json +++ b/hpxml-measures/workflow/hpxml_inputs.json @@ -680,6 +680,12 @@ "refrigerator_present": false, "cooking_range_oven_present": false }, + "sample_files/base-appliances-freezer-temperature-dependent-schedule.xml": { + "parent_hpxml": "sample_files/base.xml" + }, + "sample_files/base-appliances-refrigerator-temperature-dependent-schedule.xml": { + "parent_hpxml": "sample_files/base.xml" + }, "sample_files/base-atticroof-cathedral.xml": { "parent_hpxml": "sample_files/base.xml", "geometry_unit_num_floors_above_grade": 2, @@ -891,9 +897,6 @@ "sample_files/base-bldgtype-mf-unit-shared-boiler-only-fan-coil-ducted.xml": { "parent_hpxml": "sample_files/base-bldgtype-mf-unit-shared-boiler-only-fan-coil.xml" }, - "sample_files/base-bldgtype-mf-unit-shared-boiler-only-fan-coil-eae.xml": { - "parent_hpxml": "sample_files/base-bldgtype-mf-unit-shared-boiler-only-fan-coil.xml" - }, "sample_files/base-bldgtype-mf-unit-shared-boiler-only-water-loop-heat-pump.xml": { "parent_hpxml": "sample_files/base-bldgtype-mf-unit-shared-boiler-only-baseboard.xml" }, @@ -991,6 +994,14 @@ "pv_system_system_losses_fraction": 0.14, "pv_system_num_bedrooms_served": 18 }, + "sample_files/base-bldgtype-mf-unit-shared-pv-battery.xml": { + "parent_hpxml": "sample_files/base-bldgtype-mf-unit-shared-pv.xml", + "battery_present": true, + "battery_power": 36000, + "battery_capacity": 120, + "battery_usable_capacity": 108, + "battery_num_bedrooms_served": 18 + }, "sample_files/base-bldgtype-mf-unit-shared-water-heater.xml": { "parent_hpxml": "sample_files/base-bldgtype-mf-unit.xml", "water_heater_fuel_type": "natural gas", @@ -1003,6 +1014,9 @@ "sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc.xml": { "parent_hpxml": "sample_files/base-bldgtype-mf-unit-shared-water-heater.xml" }, + "sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml": { + "parent_hpxml": "sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc.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" @@ -1102,6 +1116,9 @@ "hot_water_distribution_recirc_control_type": "presence sensor demand control", "hot_water_distribution_pipe_r": 3 }, + "sample_files/base-dhw-recirc-demand-scheduled.xml": { + "parent_hpxml": "sample_files/base-dhw-recirc-demand.xml" + }, "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", @@ -2919,6 +2936,7 @@ }, "sample_files/base-misc-usage-multiplier.xml": { "parent_hpxml": "sample_files/base.xml", + "general_water_use_usage_multiplier": 0.9, "water_fixtures_usage_multiplier": 0.9, "lighting_interior_usage_multiplier": 0.9, "lighting_exterior_usage_multiplier": 0.9, diff --git a/hpxml-measures/workflow/sample_files/base-appliances-freezer-temperature-dependent-schedule.xml b/hpxml-measures/workflow/sample_files/base-appliances-freezer-temperature-dependent-schedule.xml new file mode 100644 index 000000000..9deaf74d2 --- /dev/null +++ b/hpxml-measures/workflow/sample_files/base-appliances-freezer-temperature-dependent-schedule.xml @@ -0,0 +1,561 @@ + + + + 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 + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + conditioned 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 + conditioned 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 + conditioned space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + conditioned space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + conditioned space + electricity + 3.73 + true + 150.0 + + + + conditioned space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + conditioned space + 650.0 + true + + + + conditioned space + 400.0 + + -0.487, -0.340, -0.370, -0.361, -0.515, -0.684, -0.471, -0.159, -0.079, -0.417, -0.411, -0.386, -0.240, -0.314, -0.160, -0.121, -0.469, -0.412, -0.091, 0.077, -0.118, -0.247, -0.445, -0.544 + 0.019, 0.016, 0.017, 0.016, 0.018, 0.021, 0.019, 0.015, 0.015, 0.019, 0.018, 0.018, 0.016, 0.017, 0.015, 0.015, 0.020, 0.020, 0.017, 0.014, 0.016, 0.017, 0.019, 0.020 + + + + + conditioned 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/hpxml-measures/workflow/sample_files/base-appliances-refrigerator-temperature-dependent-schedule.xml b/hpxml-measures/workflow/sample_files/base-appliances-refrigerator-temperature-dependent-schedule.xml new file mode 100644 index 000000000..342bd740a --- /dev/null +++ b/hpxml-measures/workflow/sample_files/base-appliances-refrigerator-temperature-dependent-schedule.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 + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + conditioned 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 + conditioned 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 + conditioned space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + conditioned space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + conditioned space + electricity + 3.73 + true + 150.0 + + + + conditioned space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + conditioned space + 650.0 + true + + -0.487, -0.340, -0.370, -0.361, -0.515, -0.684, -0.471, -0.159, -0.079, -0.417, -0.411, -0.386, -0.240, -0.314, -0.160, -0.121, -0.469, -0.412, -0.091, 0.077, -0.118, -0.247, -0.445, -0.544 + 0.019, 0.016, 0.017, 0.016, 0.018, 0.021, 0.019, 0.015, 0.015, 0.019, 0.018, 0.018, 0.016, 0.017, 0.015, 0.015, 0.020, 0.020, 0.017, 0.014, 0.016, 0.017, 0.019, 0.020 + + + + + conditioned 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/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-pv-battery.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-pv-battery.xml new file mode 100644 index 000000000..48460f394 --- /dev/null +++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-pv-battery.xml @@ -0,0 +1,500 @@ + + + + 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 + 6 + 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 + conditioned space + + + + 685.9 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + other housing unit + conditioned space + + + + 293.9 + 0.7 + 0.92 + + gypsum board + + + + 4.0 + + + + + + + other housing unit + conditioned space + floor + + + + 900.0 + + + 2.1 + + + + + other housing unit + conditioned 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 + conditioned space + 150.0 + + + + return + 0.0 + conditioned space + 50.0 + + + + + + + + + electricity + storage water heater + conditioned space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + true + ground + standard + fixed + 225 + 30.0 + 30000.0 + 0.14 + + + 18 + + + + + 0.96 + + + + + + true + Li-ion + + kWh + 120.0 + + + kWh + 108.0 + + 36000.0 + + 18 + + + + + + + + conditioned space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + conditioned space + electricity + 3.73 + true + 150.0 + + + + conditioned space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + conditioned space + 650.0 + true + + + + conditioned 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/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-boiler-only-fan-coil-eae.xml b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml similarity index 80% rename from hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-boiler-only-fan-coil-eae.xml rename to hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml index 681c3ce55..78dac12c1 100644 --- a/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-boiler-only-fan-coil-eae.xml +++ b/hpxml-measures/workflow/sample_files/base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml @@ -226,33 +226,77 @@ + - true - 6 - + natural gas + 12000.0 AFUE 0.92 1.0 - 500.0 + + + + central air conditioner + electricity + 12000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + 68.0 + 78.0 - fan coil + regular velocity + + supply + + CFM25 + 0.0 + to outside + + + + return + + CFM25 + 0.0 + to outside + + + + + supply + 0.0 + conditioned space + 150.0 + + + + return + 0.0 + conditioned space + 50.0 + @@ -260,13 +304,16 @@ - electricity + natural gas storage water heater conditioned space - 40.0 + true + 6 + 120.0 1.0 - 18767.0 - 0.95 + 40000.0 + 0.59 + 0.76 125.0 @@ -279,6 +326,16 @@ 0.0 + + + 6 + 220.0 + timer + + 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 + 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 + 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/hpxml-measures/workflow/sample_files/base-dhw-recirc-demand-scheduled.xml b/hpxml-measures/workflow/sample_files/base-dhw-recirc-demand-scheduled.xml new file mode 100644 index 000000000..410668d7b --- /dev/null +++ b/hpxml-measures/workflow/sample_files/base-dhw-recirc-demand-scheduled.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 + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + conditioned 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 + conditioned 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 + conditioned space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + presence sensor demand control + 50.0 + 50.0 + 50.0 + + + + 3.0 + + + 0.012, 0.006, 0.004, 0.005, 0.010, 0.034, 0.078, 0.086, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.038, 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.086, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.038, 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 + + + + + shower head + true + + + + faucet + false + + + + + + + conditioned space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + conditioned space + electricity + 3.73 + true + 150.0 + + + + conditioned space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + conditioned space + 650.0 + true + + + + conditioned 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/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml b/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml index 30a933aa1..c77881723 100644 --- a/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml +++ b/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml @@ -46,6 +46,9 @@ 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 + 0.023, 0.021, 0.021, 0.025, 0.027, 0.038, 0.044, 0.039, 0.037, 0.037, 0.034, 0.035, 0.035, 0.035, 0.039, 0.043, 0.051, 0.064, 0.065, 0.072, 0.073, 0.063, 0.045, 0.034 + 0.023, 0.021, 0.021, 0.025, 0.027, 0.038, 0.044, 0.039, 0.037, 0.037, 0.034, 0.035, 0.035, 0.035, 0.039, 0.043, 0.051, 0.064, 0.065, 0.072, 0.073, 0.063, 0.045, 0.034 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -454,7 +457,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -482,7 +485,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -544,7 +547,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -604,13 +607,13 @@ 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 + 1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20 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 + 1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20 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 + 1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20 @@ -692,7 +695,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -707,7 +710,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -720,7 +723,7 @@ 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 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 - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -733,7 +736,7 @@ 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 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 - 1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -747,7 +750,7 @@ 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 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 - 1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -761,7 +764,7 @@ 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 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 - 1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -777,7 +780,7 @@ 0.1 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 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 - 1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154 + 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/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml b/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml index 285b8e962..21a4890cc 100644 --- a/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml +++ b/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml @@ -46,6 +46,9 @@ 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 + 0.023, 0.021, 0.021, 0.025, 0.027, 0.038, 0.044, 0.039, 0.037, 0.037, 0.034, 0.035, 0.035, 0.035, 0.039, 0.043, 0.051, 0.064, 0.065, 0.072, 0.073, 0.063, 0.045, 0.034 + 0.023, 0.021, 0.021, 0.025, 0.027, 0.038, 0.044, 0.039, 0.037, 0.037, 0.034, 0.035, 0.035, 0.035, 0.039, 0.043, 0.051, 0.064, 0.065, 0.072, 0.073, 0.063, 0.045, 0.034 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -454,7 +457,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -482,7 +485,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -544,7 +547,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -604,13 +607,13 @@ 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 + 1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20 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 + 1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20 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 + 1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20 @@ -683,7 +686,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -698,7 +701,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -711,7 +714,7 @@ 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 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 - 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -724,7 +727,7 @@ 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 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 - 1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -738,7 +741,7 @@ 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 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 - 1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -752,7 +755,7 @@ 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 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 - 1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -768,7 +771,7 @@ 0.1 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 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 - 1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154 + 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/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml b/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml index 8c7b8d62a..340cf4fdf 100644 --- a/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml +++ b/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml @@ -41,6 +41,11 @@ natural gas + + + 0.9 + + single-family detached 2.0 @@ -678,7 +683,7 @@ 0.9 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 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 - 1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -693,7 +698,7 @@ 0.9 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 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 - 1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -710,7 +715,7 @@ 0.9 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 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 - 1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154 + 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/hpxml-measures/workflow/sample_files/base-schedules-simple-power-outage.xml b/hpxml-measures/workflow/sample_files/base-schedules-simple-power-outage.xml index 847487261..c22f4be06 100644 --- a/hpxml-measures/workflow/sample_files/base-schedules-simple-power-outage.xml +++ b/hpxml-measures/workflow/sample_files/base-schedules-simple-power-outage.xml @@ -57,6 +57,9 @@ 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 + 0.023, 0.021, 0.021, 0.025, 0.027, 0.038, 0.044, 0.039, 0.037, 0.037, 0.034, 0.035, 0.035, 0.035, 0.039, 0.043, 0.051, 0.064, 0.065, 0.072, 0.073, 0.063, 0.045, 0.034 + 0.023, 0.021, 0.021, 0.025, 0.027, 0.038, 0.044, 0.039, 0.037, 0.037, 0.034, 0.035, 0.035, 0.035, 0.039, 0.043, 0.051, 0.064, 0.065, 0.072, 0.073, 0.063, 0.045, 0.034 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -465,7 +468,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -493,7 +496,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -515,7 +518,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -575,13 +578,13 @@ 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 + 1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20 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 + 1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20 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 + 1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20 @@ -595,7 +598,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -610,7 +613,7 @@ 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 + 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/hpxml-measures/workflow/sample_files/base-schedules-simple-vacancy.xml b/hpxml-measures/workflow/sample_files/base-schedules-simple-vacancy.xml index 0cbed2dea..742a9e647 100644 --- a/hpxml-measures/workflow/sample_files/base-schedules-simple-vacancy.xml +++ b/hpxml-measures/workflow/sample_files/base-schedules-simple-vacancy.xml @@ -56,6 +56,9 @@ 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 + 0.023, 0.021, 0.021, 0.025, 0.027, 0.038, 0.044, 0.039, 0.037, 0.037, 0.034, 0.035, 0.035, 0.035, 0.039, 0.043, 0.051, 0.064, 0.065, 0.072, 0.073, 0.063, 0.045, 0.034 + 0.023, 0.021, 0.021, 0.025, 0.027, 0.038, 0.044, 0.039, 0.037, 0.037, 0.034, 0.035, 0.035, 0.035, 0.039, 0.043, 0.051, 0.064, 0.065, 0.072, 0.073, 0.063, 0.045, 0.034 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -464,7 +467,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -492,7 +495,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -514,7 +517,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -574,13 +577,13 @@ 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 + 1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20 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 + 1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20 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 + 1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20 @@ -594,7 +597,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -609,7 +612,7 @@ 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 + 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/hpxml-measures/workflow/sample_files/base-schedules-simple.xml b/hpxml-measures/workflow/sample_files/base-schedules-simple.xml index 974aa04a6..cf5532808 100644 --- a/hpxml-measures/workflow/sample_files/base-schedules-simple.xml +++ b/hpxml-measures/workflow/sample_files/base-schedules-simple.xml @@ -46,6 +46,9 @@ 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 + 0.023, 0.021, 0.021, 0.025, 0.027, 0.038, 0.044, 0.039, 0.037, 0.037, 0.034, 0.035, 0.035, 0.035, 0.039, 0.043, 0.051, 0.064, 0.065, 0.072, 0.073, 0.063, 0.045, 0.034 + 0.023, 0.021, 0.021, 0.025, 0.027, 0.038, 0.044, 0.039, 0.037, 0.037, 0.034, 0.035, 0.035, 0.035, 0.039, 0.043, 0.051, 0.064, 0.065, 0.072, 0.073, 0.063, 0.045, 0.034 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -454,7 +457,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -482,7 +485,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -504,7 +507,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -564,13 +567,13 @@ 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 + 1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20 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 + 1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20 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 + 1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20 @@ -584,7 +587,7 @@ 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 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 @@ -599,7 +602,7 @@ 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 + 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/hpxml-measures/workflow/tests/base_results/results_workflow_simulations1.csv b/hpxml-measures/workflow/tests/base_results/results_workflow_simulations1.csv index 7bf390c96..aab0a8fe2 100644 --- a/hpxml-measures/workflow/tests/base_results/results_workflow_simulations1.csv +++ b/hpxml-measures/workflow/tests/base_results/results_workflow_simulations1.csv @@ -1,291 +1,295 @@ 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: Permanent Spa Heater (MBtu),End Use: Electricity: Permanent Spa 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: Permanent Spa 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 Electricity: Annual 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),Resilience: Battery (hr),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,59.618,59.618,33.14,33.14,21.613,0.0,0.0,0.0,0.0,4.866,0.0,0.357,0.0,0.0,4.443,0.849,9.016,0.0,0.0,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,21.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.24,0.0,14.751,9.075,0.613,0.0,0.0,0.0,0.0,1992.2,3346.9,3346.9,22.969,19.235,0.0,3.565,3.65,0.514,7.547,0.632,10.117,-12.669,0.0,0.0,0.0,8.333,-0.067,4.985,0.0,0.487,0.0,4.708,-9.415,-2.497,0.0,-0.069,-0.476,-0.054,2.654,-0.029,-1.441,11.744,0.0,0.0,0.0,-6.402,-0.063,-1.221,-3.152,-0.112,0.0,3.21,8.341,2.013,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.535,34.535,33.252,33.252,1.284,0.0,0.0,0.0,0.0,0.0,0.0,0.006,0.0,0.0,8.943,1.876,6.707,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.59,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.284,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.133,0.0,31.411,6.562,0.571,0.0,0.0,0.0,0.0,2082.6,2832.6,2832.6,9.452,15.099,0.0,1.741,1.624,0.0,0.0,0.393,4.909,-4.778,0.0,0.0,0.0,1.255,-0.399,1.048,0.077,0.392,0.0,0.032,-4.653,-0.755,0.0,0.498,-0.057,0.0,0.0,0.202,2.738,17.393,0.0,0.0,0.0,1.73,-0.394,-0.346,-1.931,-0.099,0.0,0.358,9.611,1.892,1354.8,997.6,9789.2,2412.1,0.0,24000.0,24000.0,0.0,25.88,98.42,20378.0,1386.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,1630.0,438.0,393.0,800.0 -base-appliances-dehumidifier-ief-whole-home.xml,34.564,34.564,33.301,33.301,1.263,0.0,0.0,0.0,0.0,0.0,0.0,0.005,0.0,0.0,8.942,1.876,6.707,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.64,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.263,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.121,0.0,31.402,6.562,0.571,0.0,0.0,0.0,0.0,2101.2,2832.6,2832.6,9.474,15.099,0.0,1.746,1.629,0.0,0.0,0.394,4.93,-4.783,0.0,0.0,0.0,1.261,-0.399,1.053,0.078,0.394,0.0,0.031,-4.697,-0.758,0.0,0.502,-0.053,0.0,0.0,0.204,2.757,17.387,0.0,0.0,0.0,1.734,-0.394,-0.342,-1.926,-0.097,0.0,0.358,9.588,1.889,1354.8,997.6,9789.2,2412.1,0.0,24000.0,24000.0,0.0,25.88,98.42,20378.0,1386.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,1630.0,438.0,393.0,800.0 -base-appliances-dehumidifier-multiple.xml,34.533,34.533,33.18,33.18,1.352,0.0,0.0,0.0,0.0,0.0,0.0,0.006,0.0,0.0,8.932,1.874,6.707,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.531,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.352,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,31.373,6.562,0.571,0.0,0.0,0.0,0.0,1986.8,2832.6,2832.6,9.538,15.099,0.0,1.749,1.629,0.0,0.0,0.392,4.889,-4.85,0.0,0.0,0.0,1.269,-0.389,1.046,0.076,0.393,0.0,0.034,-4.524,-0.759,0.0,0.511,-0.047,0.0,0.0,0.203,2.736,17.321,0.0,0.0,0.0,1.763,-0.384,-0.345,-1.922,-0.097,0.0,0.358,9.577,1.888,1354.8,997.6,9789.2,2412.1,0.0,24000.0,24000.0,0.0,25.88,98.42,20378.0,1386.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,1630.0,438.0,393.0,800.0 -base-appliances-dehumidifier.xml,34.502,34.502,33.233,33.233,1.269,0.0,0.0,0.0,0.0,0.0,0.0,0.005,0.0,0.0,8.935,1.874,6.707,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.58,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.269,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.134,0.0,31.369,6.562,0.571,0.0,0.0,0.0,0.0,1974.6,2832.6,2832.6,9.517,15.099,0.0,1.761,1.641,0.0,0.0,0.395,4.941,-4.857,0.0,0.0,0.0,1.272,-0.396,1.056,0.078,0.397,0.0,0.031,-4.672,-0.765,0.0,0.522,-0.036,0.0,0.0,0.206,2.78,17.314,0.0,0.0,0.0,1.759,-0.391,-0.336,-1.924,-0.093,0.0,0.358,9.545,1.882,1354.8,997.6,9789.2,2412.1,0.0,24000.0,24000.0,0.0,25.88,98.42,20378.0,1386.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,1630.0,438.0,393.0,800.0 -base-appliances-gas.xml,59.618,59.618,33.14,33.14,26.479,0.0,0.0,0.0,0.0,0.0,0.0,0.357,0.0,0.0,4.443,0.849,9.016,0.0,0.0,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,21.613,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.24,0.0,14.751,9.075,0.613,0.0,0.0,0.0,0.0,1992.2,3346.9,3346.9,22.969,19.235,0.0,3.565,3.65,0.514,7.547,0.632,10.117,-12.669,0.0,0.0,0.0,8.333,-0.067,4.985,0.0,0.487,0.0,4.708,-9.415,-2.497,0.0,-0.069,-0.476,-0.054,2.654,-0.029,-1.441,11.744,0.0,0.0,0.0,-6.402,-0.063,-1.221,-3.152,-0.112,0.0,3.21,8.341,2.013,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.236,58.236,36.823,36.823,21.414,0.0,0.0,0.0,0.0,0.0,0.0,0.353,0.0,0.0,4.472,0.856,9.541,0.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.414,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.053,0.0,14.889,9.641,0.613,0.0,0.0,0.0,0.0,2160.4,3418.6,3418.6,22.968,19.151,0.0,3.567,3.65,0.514,7.552,0.632,10.119,-12.663,0.0,0.0,0.0,8.335,-0.066,5.409,0.0,0.0,0.0,4.671,-9.525,-2.496,0.0,-0.075,-0.48,-0.054,2.643,-0.03,-1.454,11.75,0.0,0.0,0.0,-6.421,-0.063,-1.323,-3.168,0.0,0.0,3.234,8.51,2.014,1354.8,1997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,52.471,52.471,28.283,28.283,24.188,0.0,0.0,0.0,0.0,0.0,0.0,0.399,0.0,0.0,4.021,0.748,7.784,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.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.653,0.0,12.992,7.75,0.615,0.0,0.0,0.0,0.0,1855.8,2941.1,2941.1,23.37,17.934,0.0,3.528,3.626,0.51,7.473,0.627,10.055,-12.698,0.0,0.0,0.0,8.25,-0.062,5.397,0.0,0.0,0.0,5.202,-7.087,-2.503,0.0,-0.005,-0.425,-0.046,2.794,-0.016,-1.285,11.715,0.0,0.0,0.0,-6.168,-0.058,-1.269,-2.935,0.0,0.0,2.899,5.974,2.006,0.0,0.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.xml,59.618,59.618,33.14,33.14,21.613,4.866,0.0,0.0,0.0,0.0,0.0,0.357,0.0,0.0,4.443,0.849,9.016,0.0,0.0,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,21.613,0.0,0.0,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.24,0.0,14.751,9.075,0.613,0.0,0.0,0.0,0.0,1992.2,3346.9,3346.9,22.969,19.235,0.0,3.565,3.65,0.514,7.547,0.632,10.117,-12.669,0.0,0.0,0.0,8.333,-0.067,4.985,0.0,0.487,0.0,4.708,-9.415,-2.497,0.0,-0.069,-0.476,-0.054,2.654,-0.029,-1.441,11.744,0.0,0.0,0.0,-6.402,-0.063,-1.221,-3.152,-0.112,0.0,3.21,8.341,2.013,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.xml,59.618,59.618,33.14,33.14,21.613,0.0,4.866,0.0,0.0,0.0,0.0,0.357,0.0,0.0,4.443,0.849,9.016,0.0,0.0,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,21.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.24,0.0,14.751,9.075,0.613,0.0,0.0,0.0,0.0,1992.2,3346.9,3346.9,22.969,19.235,0.0,3.565,3.65,0.514,7.547,0.632,10.117,-12.669,0.0,0.0,0.0,8.333,-0.067,4.985,0.0,0.487,0.0,4.708,-9.415,-2.497,0.0,-0.069,-0.476,-0.054,2.654,-0.029,-1.441,11.744,0.0,0.0,0.0,-6.402,-0.063,-1.221,-3.152,-0.112,0.0,3.21,8.341,2.013,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.618,59.618,33.14,33.14,21.613,0.0,0.0,4.866,0.0,0.0,0.0,0.357,0.0,0.0,4.443,0.849,9.016,0.0,0.0,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,21.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.24,0.0,14.751,9.075,0.613,0.0,0.0,0.0,0.0,1992.2,3346.9,3346.9,22.969,19.235,0.0,3.565,3.65,0.514,7.547,0.632,10.117,-12.669,0.0,0.0,0.0,8.333,-0.067,4.985,0.0,0.487,0.0,4.708,-9.415,-2.497,0.0,-0.069,-0.476,-0.054,2.654,-0.029,-1.441,11.744,0.0,0.0,0.0,-6.402,-0.063,-1.221,-3.152,-0.112,0.0,3.21,8.341,2.013,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,61.345,61.345,35.725,35.725,25.62,0.0,0.0,0.0,0.0,0.0,0.0,0.423,0.0,0.0,4.212,0.796,9.018,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,23.973,0.0,13.668,9.075,0.615,0.0,0.0,0.0,0.0,2143.4,3112.0,3112.0,22.717,16.559,6.771,0.0,4.231,0.513,7.508,0.633,12.688,-15.638,0.0,0.0,0.0,8.371,-0.086,9.316,0.0,0.729,0.0,0.0,-8.932,-2.503,0.124,0.0,-0.517,-0.049,2.739,-0.02,-1.228,15.662,0.0,0.0,0.0,-6.364,-0.061,-2.102,-3.934,-0.159,0.0,0.0,7.847,2.006,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,29821.0,0.0,9510.0,0.0,575.0,7194.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,63.091,63.091,40.489,40.489,22.603,0.0,0.0,0.0,0.0,0.0,0.0,0.373,0.0,0.0,4.868,0.953,8.922,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,22.603,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.151,0.0,16.414,9.023,0.613,0.0,0.0,0.0,0.0,2374.2,3660.6,3660.6,22.528,19.797,4.57,1.168,5.569,0.52,7.699,0.639,14.497,-17.149,0.0,0.0,0.0,8.589,-0.089,7.111,0.0,0.733,0.0,0.273,-10.225,-3.182,-0.013,0.016,-0.589,-0.055,2.657,-0.033,-1.932,17.689,0.0,0.0,0.0,-6.404,-0.083,-1.707,-4.231,-0.168,0.0,0.093,8.938,2.569,1354.8,997.6,11171.6,2471.3,0.0,36000.0,24000.0,0.0,6.8,91.76,31468.0,778.0,10436.0,0.0,575.0,7982.0,2464.0,0.0,1949.0,724.0,6561.0,18531.0,0.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,54.457,54.457,35.005,35.005,19.452,0.0,0.0,0.0,0.0,0.0,0.0,0.321,0.0,0.0,3.708,0.682,9.017,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,18.203,0.0,11.696,9.075,0.614,0.0,0.0,0.0,0.0,2104.8,2704.0,2704.0,17.648,12.83,6.045,0.0,3.619,0.509,7.464,0.625,10.031,-12.687,0.0,0.0,0.0,8.217,-0.076,4.799,0.0,0.728,0.0,0.0,-8.908,-2.5,0.291,0.0,-0.456,-0.051,2.711,-0.025,-1.387,11.721,0.0,0.0,0.0,-6.302,-0.051,-1.158,-3.067,-0.164,0.0,0.0,7.87,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,24776.0,0.0,7508.0,0.0,575.0,6840.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-ceiling.xml,38.324,38.324,33.559,33.559,4.764,0.0,0.0,0.0,0.0,0.0,0.0,0.021,0.0,0.0,9.672,2.02,6.716,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.764,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.4,0.0,33.765,6.562,0.58,0.0,0.0,0.0,0.0,2084.5,3439.0,3439.0,14.269,20.47,0.0,7.066,1.548,0.0,0.0,0.336,4.349,-5.952,0.0,0.0,0.0,0.661,-0.417,0.994,0.0,0.4,0.0,0.117,-4.051,-0.857,0.0,3.679,0.137,0.0,0.0,0.211,2.951,16.245,0.0,0.0,0.0,1.975,-0.409,-0.262,-1.694,-0.044,0.0,0.392,9.113,1.79,1354.8,997.6,9789.2,2412.1,0.0,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,25263.0,63.0,7662.0,0.0,313.0,637.0,0.0,0.0,0.0,12699.0,568.0,3320.0,1630.0,438.0,393.0,800.0 -base-atticroof-radiant-barrier.xml,37.175,37.175,33.122,33.122,4.053,0.0,0.0,0.0,0.0,0.0,0.0,0.017,0.0,0.0,9.316,1.945,6.714,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.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,3.742,0.0,32.49,6.562,0.579,0.0,0.0,0.0,0.0,1884.8,3231.7,3231.7,13.389,18.802,0.0,5.961,1.573,0.0,0.0,0.336,4.356,-5.864,0.0,0.0,0.0,0.842,-0.36,0.991,0.0,0.396,0.0,0.1,-3.98,-0.839,0.0,2.287,0.128,0.0,0.0,0.203,2.872,16.307,0.0,0.0,0.0,2.055,-0.353,-0.284,-1.739,-0.054,0.0,0.377,9.183,1.808,1354.8,997.6,9789.3,2412.1,0.0,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,22161.0,65.0,7662.0,0.0,313.0,637.0,0.0,0.0,0.0,9596.0,568.0,3320.0,1630.0,438.0,393.0,800.0 -base-atticroof-unvented-insulated-roof.xml,56.972,56.972,35.161,35.161,21.812,0.0,0.0,0.0,0.0,0.0,0.0,0.36,0.0,0.0,3.807,0.7,9.017,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,20.413,0.0,11.97,9.075,0.615,0.0,0.0,0.0,0.0,2127.6,2844.3,2844.3,19.246,14.108,0.0,5.475,3.627,0.51,7.484,0.627,10.053,-12.69,0.0,0.0,0.0,8.285,-0.062,4.803,0.0,0.729,0.0,2.654,-8.912,-2.5,0.0,-1.478,-0.423,-0.046,2.812,-0.016,-1.287,11.723,0.0,0.0,0.0,-6.128,-0.053,-1.135,-2.92,-0.161,0.0,1.442,7.867,2.009,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,30482.0,4823.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,4190.0,4597.0,19417.0,1772.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,57.589,57.589,35.509,35.509,22.08,0.0,0.0,0.0,0.0,0.0,0.0,0.364,0.0,0.0,3.943,0.733,9.193,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,20.675,0.0,12.646,9.075,0.803,0.0,0.0,0.0,0.0,2132.8,2982.7,2982.7,21.537,15.351,0.0,3.899,3.639,0.512,7.515,0.63,10.087,-12.691,0.0,0.0,0.0,8.3,-0.062,4.804,0.0,0.729,0.0,4.066,-8.579,-2.5,0.0,-0.528,-0.448,-0.05,2.73,-0.022,-1.358,11.723,0.0,0.0,0.0,-6.278,-0.058,-1.157,-3.029,-0.164,0.0,1.937,7.585,2.009,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,16425.0,3714.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,59.84,59.84,37.574,37.574,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,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.735,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2224.6,3486.6,3486.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,1.303,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.105,58.105,35.839,35.839,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2119.4,3372.6,3372.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-mf-unit-adjacent-to-multifamily-buffer-space.xml,36.297,36.297,24.672,24.672,11.625,0.0,0.0,0.0,0.0,0.0,0.0,0.085,0.0,0.0,1.623,0.207,9.675,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.777,0.0,3.158,9.374,0.73,0.0,0.0,0.0,0.0,1571.2,2029.1,2029.1,7.666,6.063,0.0,2.942,3.651,0.0,0.0,0.583,1.31,-1.593,0.0,0.0,2.978,0.0,-0.037,1.669,0.0,0.0,0.0,4.662,-4.243,-1.184,0.0,-0.933,-0.243,0.0,0.0,-0.056,-0.113,1.309,0.0,0.0,-0.947,0.0,-0.033,-0.288,-0.351,0.0,0.0,0.578,3.429,0.842,1354.8,997.6,11171.5,3093.4,0.0,12000.0,12000.0,0.0,6.8,91.76,12345.0,5658.0,903.0,0.0,378.0,1949.0,0.0,963.0,0.0,963.0,1532.0,8173.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-mf-unit-adjacent-to-multiple.xml,31.507,31.507,25.157,25.157,6.35,0.0,0.0,0.0,0.0,0.0,0.0,0.047,0.0,0.0,2.148,0.321,9.559,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.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,5.89,0.0,5.253,9.374,0.609,0.0,0.0,0.0,0.0,1559.2,2235.7,2235.7,9.392,10.995,0.0,-0.004,3.304,0.0,0.0,1.394,3.736,-4.206,0.0,0.0,4.616,0.0,-0.071,1.253,0.0,0.793,0.0,2.37,-6.264,-1.136,0.0,-0.0,-0.473,0.0,0.0,-0.429,-0.211,4.0,0.0,0.0,-3.092,0.0,-0.066,-0.251,-1.127,-0.133,0.0,0.503,5.735,0.89,1354.8,997.6,11171.6,3093.4,0.0,12000.0,12000.0,0.0,6.8,91.76,12328.0,5013.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-mf-unit-adjacent-to-non-freezing-space.xml,49.412,49.412,24.675,24.675,24.737,0.0,0.0,0.0,0.0,0.0,0.0,0.181,0.0,0.0,1.479,0.172,9.76,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.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.939,0.0,2.588,9.374,0.818,0.0,0.0,0.0,0.0,1572.9,2202.9,2202.9,11.077,8.634,0.0,5.361,4.203,0.0,0.0,0.789,1.288,-1.709,0.0,0.0,5.413,0.0,-0.062,1.7,0.0,0.0,0.0,11.645,-4.474,-1.246,0.0,-1.205,-0.066,0.0,0.0,-0.056,-0.008,1.194,0.0,0.0,-1.212,0.0,-0.057,-0.194,-0.279,0.0,0.0,0.544,3.198,0.781,1354.8,997.6,11171.5,3093.4,0.0,12000.0,12000.0,0.0,6.8,91.76,14592.0,6778.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-mf-unit-adjacent-to-other-heated-space.xml,25.855,25.855,24.538,24.538,1.317,0.0,0.0,0.0,0.0,0.0,0.0,0.01,0.0,0.0,1.648,0.213,9.585,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.317,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.22,0.0,3.264,9.374,0.636,0.0,0.0,0.0,0.0,1558.6,1857.9,1857.9,3.415,6.065,0.0,0.378,3.172,0.0,0.0,0.381,1.385,-1.507,0.0,0.0,0.401,0.0,-0.006,1.706,0.0,0.0,0.0,0.374,-4.015,-1.12,0.0,-0.84,-0.474,0.0,0.0,-0.078,-0.221,1.396,0.0,0.0,-0.856,0.0,-0.002,-0.396,-0.392,0.0,0.0,0.597,3.657,0.907,1354.8,997.6,11171.5,3093.4,0.0,12000.0,12000.0,0.0,6.8,91.76,8331.0,3673.0,903.0,0.0,296.0,1735.0,0.0,96.0,0.0,96.0,1532.0,8173.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-mf-unit-adjacent-to-other-housing-unit.xml,26.155,26.155,25.093,25.093,1.062,0.0,0.0,0.0,0.0,0.0,0.0,0.008,0.0,0.0,2.134,0.333,9.537,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.062,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.984,0.0,5.308,9.374,0.586,0.0,0.0,0.0,0.0,1577.8,1735.0,1735.0,3.705,4.57,0.0,-0.004,3.199,0.0,0.0,0.372,1.434,-1.384,0.0,0.0,-0.004,0.0,-0.074,1.765,0.0,0.0,0.0,0.306,-3.658,-1.009,0.0,-0.001,-0.583,0.0,0.0,-0.044,-0.373,1.518,0.0,0.0,-0.001,0.0,-0.071,-0.543,-0.515,0.0,0.0,0.944,4.015,1.017,1354.8,997.6,11171.5,3093.4,0.0,12000.0,12000.0,0.0,6.8,91.76,7886.0,3453.0,903.0,0.0,287.0,1711.0,0.0,0.0,0.0,0.0,1532.0,6279.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-mf-unit-infil-compartmentalization-test.xml,26.755,26.755,26.238,26.238,0.517,0.0,0.0,0.0,0.0,0.0,0.0,0.004,0.0,0.0,3.065,0.562,9.526,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.517,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.477,0.0,9.42,9.374,0.574,0.0,0.0,0.0,0.0,1666.2,1943.7,1943.7,3.251,7.677,0.0,-0.015,2.451,0.0,0.0,0.424,3.906,-2.465,0.0,0.0,-0.01,0.0,-0.396,0.991,0.0,0.666,0.0,0.0,-4.45,-0.746,0.0,-0.01,-1.157,0.0,0.0,-0.049,-1.212,5.738,0.0,0.0,-0.005,0.0,-0.386,-0.414,-1.343,-0.41,0.0,0.0,7.514,1.28,1354.8,997.6,11171.5,3093.4,0.0,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-mf-unit-residents-1.xml,19.849,19.849,18.628,18.628,1.221,0.0,0.0,0.0,0.0,0.0,0.0,0.009,0.0,0.0,2.45,0.409,4.527,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.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,1.129,0.0,7.202,4.144,0.584,0.0,0.0,0.0,0.0,1141.0,1661.2,1661.2,3.916,7.195,0.0,-0.018,2.578,0.0,0.0,0.425,4.087,-3.005,0.0,0.0,-0.017,0.0,-0.365,1.302,0.0,0.742,0.0,0.0,-3.753,-0.915,0.0,-0.013,-0.841,0.0,0.0,-0.013,-0.739,5.197,0.0,0.0,-0.012,0.0,-0.356,-0.408,-1.204,-0.286,0.0,0.0,4.875,1.111,817.2,530.6,4684.1,1314.5,0.0,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-mf-unit-shared-boiler-chiller-baseboard.xml,27.426,27.426,26.776,26.776,0.65,0.0,0.0,0.0,0.0,0.0,0.0,0.031,0.0,0.0,3.302,0.833,9.527,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.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.581,0.0,9.235,9.374,0.576,0.0,0.0,0.0,4.0,1681.2,2028.6,2028.6,3.451,7.024,0.0,-0.016,2.473,0.0,0.0,0.424,3.936,-2.552,0.0,0.0,-0.012,0.0,-0.395,1.279,0.0,0.677,0.0,0.0,-4.566,-0.771,0.0,-0.011,-1.11,0.0,0.0,-0.044,-1.143,5.65,0.0,0.0,-0.007,0.0,-0.385,-0.518,-1.333,-0.391,0.0,0.0,7.4,1.255,1354.8,997.6,11171.5,3093.4,0.0,5886.0,8029.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-mf-unit-shared-boiler-chiller-fan-coil-ducted.xml,28.224,28.224,27.531,27.531,0.694,0.0,0.0,0.0,0.0,0.0,0.0,0.055,0.0,0.0,3.923,0.943,9.527,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.694,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.616,0.0,10.479,9.374,0.576,0.0,0.0,0.0,10.0,1710.3,2227.6,2227.6,3.597,8.162,0.0,-0.015,2.472,0.0,0.0,0.423,3.919,-2.555,0.0,0.0,-0.011,0.0,-0.392,1.275,0.0,0.675,0.0,0.036,-4.548,-0.767,0.0,-0.01,-1.111,0.0,0.0,-0.046,-1.16,5.647,0.0,0.0,-0.005,0.0,-0.382,-0.522,-1.34,-0.394,0.0,1.253,7.418,1.259,1354.8,997.6,11171.5,3093.4,0.0,8647.0,8994.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-mf-unit-shared-boiler-chiller-fan-coil.xml,27.68,27.68,27.064,27.064,0.616,0.0,0.0,0.0,0.0,0.0,0.0,0.074,0.0,0.0,3.547,0.833,9.527,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.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,0.581,0.0,9.235,9.374,0.576,0.0,0.0,0.0,4.0,1690.5,2083.3,2083.3,3.449,7.024,0.0,-0.016,2.473,0.0,0.0,0.424,3.936,-2.552,0.0,0.0,-0.012,0.0,-0.395,1.279,0.0,0.677,0.0,0.0,-4.566,-0.771,0.0,-0.011,-1.11,0.0,0.0,-0.044,-1.143,5.65,0.0,0.0,-0.007,0.0,-0.385,-0.518,-1.333,-0.391,0.0,0.0,7.4,1.255,1354.8,997.6,11171.5,3093.4,0.0,5886.0,8029.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-mf-unit-shared-boiler-chiller-water-loop-heat-pump.xml,31.93,31.93,31.424,31.424,0.506,0.0,0.0,0.0,0.0,0.0,0.032,0.032,0.0,0.0,7.808,0.943,9.527,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.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,0.594,0.0,10.479,9.374,0.576,0.0,0.0,0.0,10.0,2071.4,3136.2,3136.2,3.53,8.162,0.0,-0.015,2.47,0.0,0.0,0.423,3.92,-2.551,0.0,0.0,-0.011,0.0,-0.394,1.275,0.0,0.674,0.0,0.014,-4.546,-0.767,0.0,-0.01,-1.113,0.0,0.0,-0.045,-1.16,5.651,0.0,0.0,-0.006,0.0,-0.383,-0.522,-1.34,-0.394,0.0,1.253,7.42,1.259,1354.8,997.6,11171.5,3093.4,0.0,28548.0,8994.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-mf-unit-shared-boiler-cooling-tower-water-loop-heat-pump.xml,27.874,27.874,27.368,27.368,0.506,0.0,0.0,0.0,0.0,0.0,0.032,0.032,0.0,0.0,3.752,0.943,9.527,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.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,0.594,0.0,10.479,9.374,0.576,0.0,0.0,0.0,10.0,1703.8,2187.5,2187.5,3.53,8.162,0.0,-0.015,2.47,0.0,0.0,0.423,3.92,-2.551,0.0,0.0,-0.011,0.0,-0.394,1.275,0.0,0.674,0.0,0.014,-4.546,-0.767,0.0,-0.01,-1.113,0.0,0.0,-0.045,-1.16,5.651,0.0,0.0,-0.006,0.0,-0.383,-0.522,-1.34,-0.394,0.0,1.253,7.42,1.259,1354.8,997.6,11171.5,3093.4,0.0,28548.0,8994.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-mf-unit-shared-boiler-only-baseboard.xml,23.068,23.068,22.546,22.546,0.522,0.0,0.0,0.0,0.0,0.0,0.0,0.025,0.0,0.0,0.0,0.0,9.438,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.522,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.467,0.0,0.0,9.374,0.483,0.0,0.0,0.0,0.0,1508.8,1332.5,1508.8,3.443,0.0,0.0,-0.004,3.517,0.0,0.0,0.501,5.01,-4.242,0.0,0.0,-0.004,0.0,-0.009,1.703,0.0,0.982,0.0,0.0,-6.075,-1.113,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,11171.6,3093.4,0.0,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-mf-unit-shared-boiler-only-fan-coil-ducted.xml,23.122,23.122,22.564,22.564,0.558,0.0,0.0,0.0,0.0,0.0,0.0,0.044,0.0,0.0,0.0,0.0,9.438,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.558,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.495,0.0,0.0,9.374,0.483,0.0,0.0,0.0,0.0,1527.5,1332.5,1527.5,3.595,0.0,0.0,-0.004,3.518,0.0,0.0,0.501,5.01,-4.243,0.0,0.0,-0.004,0.0,-0.009,1.703,0.0,0.982,0.0,0.029,-6.076,-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,11171.6,3093.4,0.0,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-mf-unit-shared-boiler-only-fan-coil-eae.xml,23.075,23.075,22.577,22.577,0.498,0.0,0.0,0.0,0.0,0.0,0.0,0.057,0.0,0.0,0.0,0.0,9.438,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.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.467,0.0,0.0,9.374,0.483,0.0,0.0,0.0,0.0,1538.6,1332.5,1538.6,3.447,0.0,0.0,-0.004,3.517,0.0,0.0,0.501,5.01,-4.242,0.0,0.0,-0.004,0.0,-0.009,1.703,0.0,0.982,0.0,0.0,-6.075,-1.113,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,11171.6,3093.4,0.0,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-mf-unit-shared-boiler-only-fan-coil-fireplace-elec.xml,23.054,23.054,22.693,22.693,0.361,0.0,0.0,0.0,0.0,0.0,0.116,0.057,0.0,0.0,0.0,0.0,9.438,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.361,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.466,0.0,0.0,9.374,0.483,0.0,0.0,0.0,0.0,1647.2,1332.5,1647.2,3.447,0.0,0.0,-0.004,3.518,0.0,0.0,0.501,5.01,-4.243,0.0,0.0,-0.004,0.0,-0.009,1.703,0.0,0.982,0.0,0.0,-6.076,-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,11171.6,3093.4,0.0,5885.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-mf-unit-shared-boiler-only-fan-coil.xml,23.075,23.075,22.579,22.579,0.496,0.0,0.0,0.0,0.0,0.0,0.0,0.059,0.0,0.0,0.0,0.0,9.438,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.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.467,0.0,0.0,9.374,0.483,0.0,0.0,0.0,0.0,1540.5,1332.5,1540.5,3.447,0.0,0.0,-0.004,3.517,0.0,0.0,0.501,5.01,-4.242,0.0,0.0,-0.004,0.0,-0.009,1.703,0.0,0.982,0.0,0.0,-6.075,-1.113,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,11171.6,3093.4,0.0,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-mf-unit-shared-boiler-only-water-loop-heat-pump.xml,22.978,22.978,22.571,22.571,0.407,0.0,0.0,0.0,0.0,0.0,0.026,0.025,0.0,0.0,0.0,0.0,9.438,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.407,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.477,0.0,0.0,9.374,0.483,0.0,0.0,0.0,0.0,1532.9,1332.5,1532.9,3.527,0.0,0.0,-0.004,3.518,0.0,0.0,0.501,5.01,-4.243,0.0,0.0,-0.004,0.0,-0.009,1.703,0.0,0.982,0.0,0.011,-6.076,-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,11171.6,3093.4,0.0,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-mf-unit-shared-chiller-only-baseboard.xml,26.726,26.726,26.726,26.726,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.283,0.826,9.535,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.148,9.374,0.584,0.0,0.0,0.0,4.0,1683.2,2012.7,2012.7,0.0,7.024,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.009,-1.064,0.0,0.0,-0.047,-1.131,5.524,0.0,0.0,-0.005,0.0,-0.345,-0.51,-1.331,-0.379,0.0,0.0,7.329,1.237,1354.8,997.6,11171.6,3093.4,0.0,0.0,8029.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-mf-unit-shared-chiller-only-fan-coil-ducted.xml,27.453,27.453,27.453,27.453,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.901,0.935,9.535,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,10.386,9.374,0.584,0.0,0.0,0.0,10.0,1735.4,2201.2,2201.2,0.0,8.161,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.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,-1.068,0.0,0.0,-0.049,-1.148,5.527,0.0,0.0,-0.004,0.0,-0.343,-0.514,-1.338,-0.381,0.0,1.247,7.349,1.24,1354.8,997.6,11171.6,3093.4,0.0,0.0,8994.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-mf-unit-shared-chiller-only-fan-coil.xml,26.97,26.97,26.97,26.97,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.527,0.826,9.535,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.148,9.374,0.584,0.0,0.0,0.0,4.0,1699.2,2065.5,2065.5,0.0,7.024,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.009,-1.064,0.0,0.0,-0.047,-1.131,5.524,0.0,0.0,-0.005,0.0,-0.345,-0.51,-1.331,-0.379,0.0,0.0,7.329,1.237,1354.8,997.6,11171.6,3093.4,0.0,0.0,8029.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-mf-unit-shared-chiller-only-water-loop-heat-pump.xml,31.309,31.309,31.309,31.309,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.758,0.935,9.535,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,10.386,9.374,0.584,0.0,0.0,0.0,10.0,1991.4,3070.5,3070.5,0.0,8.161,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.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,-1.068,0.0,0.0,-0.049,-1.148,5.527,0.0,0.0,-0.004,0.0,-0.343,-0.514,-1.338,-0.381,0.0,1.247,7.349,1.24,1354.8,997.6,11171.6,3093.4,0.0,0.0,8994.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-mf-unit-shared-cooling-tower-only-water-loop-heat-pump.xml,27.283,27.283,27.283,27.283,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.731,0.935,9.535,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,10.386,9.374,0.584,0.0,0.0,0.0,10.0,1724.1,2162.9,2162.9,0.0,8.161,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.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,-1.068,0.0,0.0,-0.049,-1.148,5.527,0.0,0.0,-0.004,0.0,-0.343,-0.514,-1.338,-0.381,0.0,1.247,7.349,1.24,1354.8,997.6,11171.6,3093.4,0.0,0.0,8994.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-mf-unit-shared-generator.xml,40.97,34.146,26.175,19.35,0.629,0.0,14.167,0.0,0.0,0.0,0.0,0.005,0.0,0.0,3.012,0.548,9.527,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.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,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.581,0.0,9.236,9.374,0.576,0.0,0.0,0.0,0.0,1655.4,2001.6,2001.6,3.449,7.707,0.0,-0.016,2.473,0.0,0.0,0.424,3.936,-2.551,0.0,0.0,-0.012,0.0,-0.395,1.279,0.0,0.677,0.0,0.0,-4.566,-0.771,0.0,-0.011,-1.11,0.0,0.0,-0.044,-1.142,5.651,0.0,0.0,-0.007,0.0,-0.385,-0.518,-1.333,-0.392,0.0,0.0,7.4,1.256,1354.8,997.6,11171.5,3093.4,0.0,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-mf-unit-shared-ground-loop-ground-to-air-heat-pump.xml,28.47,28.47,28.47,28.47,0.0,0.0,0.0,0.0,0.0,0.0,0.169,0.317,0.0,0.0,2.491,2.884,9.527,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.581,0.0,9.235,9.374,0.576,0.0,0.0,0.0,0.0,1731.7,1991.1,1991.1,3.449,7.707,0.0,-0.016,2.484,0.0,0.0,0.426,3.955,-2.568,0.0,0.0,-0.012,0.0,-0.391,1.284,0.0,0.682,0.0,0.0,-4.596,-0.776,0.0,-0.011,-1.099,0.0,0.0,-0.042,-1.124,5.635,0.0,0.0,-0.007,0.0,-0.381,-0.513,-1.333,-0.388,0.0,0.0,7.37,1.25,1354.8,997.6,11171.5,3093.4,0.0,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-mf-unit-shared-laundry-room-multiple-water-heaters.xml,31.695,31.695,16.716,16.716,14.979,0.0,0.0,0.0,0.0,0.0,0.0,0.004,0.0,0.0,3.066,0.563,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.572,0.0,14.407,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.527,0.0,9.528,9.374,2.261,0.0,0.0,0.0,0.0,1020.3,1539.8,1539.8,3.498,7.734,0.0,-0.017,2.437,0.0,0.0,0.425,3.915,-2.473,0.0,0.0,-0.013,0.0,-0.417,2.025,0.0,0.0,0.0,0.0,-4.705,-0.753,0.0,-0.012,-1.156,0.0,0.0,-0.045,-1.18,5.73,0.0,0.0,-0.007,0.0,-0.407,-0.941,-1.35,0.0,0.0,0.0,7.748,1.273,1354.8,997.6,11171.8,3093.4,0.0,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-mf-unit-shared-laundry-room.xml,29.58,29.58,16.526,16.526,13.054,0.0,0.0,0.0,0.0,0.0,0.0,0.005,0.0,0.0,2.915,0.523,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.742,0.0,12.313,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.685,0.0,8.806,9.374,0.568,0.0,0.0,0.0,0.0,1011.4,1528.4,1528.4,3.655,7.615,0.0,-0.017,2.498,0.0,0.0,0.426,3.976,-2.663,0.0,0.0,-0.014,0.0,-0.395,2.062,0.0,0.0,0.0,0.0,-4.478,-0.8,0.0,-0.012,-1.052,0.0,0.0,-0.036,-1.051,5.54,0.0,0.0,-0.009,0.0,-0.386,-0.862,-1.313,0.0,0.0,0.0,6.883,1.227,1354.8,997.6,11171.7,3093.4,0.0,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-mf-unit-shared-mechvent-multiple.xml,50.689,50.689,30.64,30.64,20.049,0.0,0.0,0.0,0.0,0.0,0.0,0.057,0.0,0.0,2.791,0.303,9.565,0.0,0.0,2.026,0.0,0.206,3.73,0.946,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,7.888,0.0,0.0,0.0,0.0,12.161,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.308,0.0,5.091,9.374,0.615,0.0,0.0,0.0,0.0,1867.2,2259.4,2259.4,7.584,8.979,0.0,-0.017,2.791,0.0,0.0,0.407,4.196,-4.234,0.0,0.0,-0.021,0.0,-0.264,0.076,0.0,12.34,0.0,0.0,-6.693,-1.194,0.0,-0.013,-0.143,0.0,0.0,0.06,0.126,3.968,0.0,0.0,-0.017,0.0,-0.258,-0.006,-0.698,-4.225,0.0,0.0,5.312,0.832,1354.8,997.6,11171.5,3093.4,0.0,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-mf-unit-shared-mechvent-preconditioning.xml,32.574,32.574,27.282,27.282,5.293,0.0,0.0,0.0,0.0,0.0,0.0,0.01,0.0,0.0,2.66,0.452,9.537,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.335,0.0,0.0,0.0,0.0,3.958,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,7.541,9.374,0.586,0.0,0.0,0.0,0.0,1656.4,2020.9,2020.9,4.163,7.879,0.0,-0.018,2.638,0.0,0.0,0.432,4.149,-3.079,0.0,0.0,-0.017,0.0,-0.36,1.775,0.0,1.925,0.0,0.0,-5.318,-0.929,0.0,-0.013,-0.774,0.0,0.0,-0.004,-0.66,5.123,0.0,0.0,-0.012,0.0,-0.352,-0.53,-1.154,-1.781,0.0,0.0,6.659,1.097,1354.8,997.6,11171.5,3093.4,0.0,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-mf-unit-shared-mechvent.xml,30.797,30.797,27.136,27.136,3.661,0.0,0.0,0.0,0.0,0.0,0.0,0.027,0.0,0.0,2.56,0.426,9.546,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.661,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.389,0.0,7.249,9.374,0.596,0.0,0.0,0.0,0.0,1646.4,2099.9,2099.9,5.987,8.5,0.0,-0.016,2.683,0.0,0.0,0.398,4.039,-3.61,0.0,0.0,-0.018,0.0,-0.253,1.739,0.0,5.306,0.0,0.0,-5.803,-1.04,0.0,-0.011,-0.57,0.0,0.0,-0.008,-0.517,4.592,0.0,0.0,-0.014,0.0,-0.246,-0.44,-1.153,-1.512,0.0,0.0,6.184,0.986,1354.8,997.6,11171.5,3093.4,0.0,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-mf-unit-shared-pv.xml,26.804,2.356,26.175,1.727,0.629,0.0,0.0,0.0,0.0,0.0,0.0,0.005,0.0,0.0,3.012,0.548,9.527,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.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,0.581,0.0,9.236,9.374,0.576,0.0,0.0,0.0,0.0,1655.4,2001.6,2001.6,3.449,7.707,0.0,-0.016,2.473,0.0,0.0,0.424,3.936,-2.551,0.0,0.0,-0.012,0.0,-0.395,1.279,0.0,0.677,0.0,0.0,-4.566,-0.771,0.0,-0.011,-1.11,0.0,0.0,-0.044,-1.142,5.651,0.0,0.0,-0.007,0.0,-0.385,-0.518,-1.333,-0.392,0.0,0.0,7.4,1.256,1354.8,997.6,11171.5,3093.4,0.0,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-mf-unit-shared-water-heater-recirc.xml,30.742,30.742,17.637,17.637,13.105,0.0,0.0,0.0,0.0,0.0,0.0,0.006,0.0,0.0,2.927,0.526,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.793,0.0,12.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.732,0.0,8.892,9.374,0.569,0.0,0.0,0.0,0.0,1056.9,1589.1,1589.1,3.648,7.73,0.0,-0.017,2.512,0.0,0.0,0.426,3.986,-2.697,0.0,0.0,-0.014,0.0,-0.386,1.61,0.0,0.696,0.0,0.0,-4.663,-0.809,0.0,-0.012,-1.035,0.0,0.0,-0.036,-1.036,5.505,0.0,0.0,-0.009,0.0,-0.376,-0.624,-1.314,-0.362,0.0,0.0,7.097,1.218,1354.8,997.6,11171.6,3093.4,0.0,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-mf-unit-shared-water-heater.xml,29.646,29.646,16.541,16.541,13.105,0.0,0.0,0.0,0.0,0.0,0.0,0.006,0.0,0.0,2.927,0.526,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.793,0.0,12.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.732,0.0,8.892,9.374,0.569,0.0,0.0,0.0,0.0,1004.2,1536.4,1536.4,3.648,7.73,0.0,-0.017,2.512,0.0,0.0,0.426,3.986,-2.697,0.0,0.0,-0.014,0.0,-0.386,1.61,0.0,0.696,0.0,0.0,-4.663,-0.809,0.0,-0.012,-1.035,0.0,0.0,-0.036,-1.036,5.505,0.0,0.0,-0.009,0.0,-0.376,-0.624,-1.314,-0.362,0.0,0.0,7.097,1.218,1354.8,997.6,11171.6,3093.4,0.0,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-mf-unit.xml,26.804,26.804,26.175,26.175,0.629,0.0,0.0,0.0,0.0,0.0,0.0,0.005,0.0,0.0,3.012,0.548,9.527,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.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,0.581,0.0,9.236,9.374,0.576,0.0,0.0,0.0,0.0,1655.4,2001.6,2001.6,3.449,7.707,0.0,-0.016,2.473,0.0,0.0,0.424,3.936,-2.551,0.0,0.0,-0.012,0.0,-0.395,1.279,0.0,0.677,0.0,0.0,-4.566,-0.771,0.0,-0.011,-1.11,0.0,0.0,-0.044,-1.142,5.651,0.0,0.0,-0.007,0.0,-0.385,-0.518,-1.333,-0.392,0.0,0.0,7.4,1.256,1354.8,997.6,11171.5,3093.4,0.0,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-mf-whole-building.xml,219.072,219.072,219.072,219.072,0.0,0.0,0.0,0.0,0.0,0.0,34.933,0.0,0.0,0.0,22.982,0.0,55.565,0.0,0.0,14.641,0.0,1.363,0.0,0.0,0.0,0.0,13.318,0.0,0.0,1.912,2.192,0.0,9.172,0.0,12.693,50.302,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.878,0.0,51.452,55.316,3.602,0.0,0.0,0.0,1.0,22267.0,16276.3,22267.0,54.129,56.723,0.0,7.757,18.924,0.0,0.0,2.282,27.69,-27.42,0.0,0.0,7.753,0.0,-1.243,57.917,0.0,0.0,0.0,0.0,-51.005,-7.748,0.0,-1.12,-3.356,0.0,0.0,-0.07,-3.931,29.943,0.0,0.0,-3.882,0.0,-1.218,-13.978,-8.411,0.0,0.0,0.0,50.831,6.893,8128.5,5988.0,67056.9,16864.7,0.0,72000.0,72000.0,0.0,6.8,91.76,88106.0,0.0,18018.0,0.0,1722.0,10488.0,0.0,2376.0,0.0,3860.0,51642.0,53050.0,0.0,21576.0,0.0,618.0,1104.0,0.0,630.0,0.0,2244.0,6954.0,19920.0,0.0,0.0,0.0,0.0 -base-bldgtype-sfa-unit-2stories.xml,50.938,50.938,34.548,34.548,16.39,0.0,0.0,0.0,0.0,0.0,0.0,0.214,0.0,0.0,3.381,0.598,9.079,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,15.285,0.0,10.28,9.11,0.613,0.0,0.0,0.0,0.0,2111.0,3056.0,3056.0,17.841,15.556,0.0,2.437,5.073,0.298,4.382,0.64,7.13,-8.585,0.0,0.0,0.0,5.027,-0.069,7.099,0.0,0.73,0.0,2.271,-8.897,-2.5,0.0,-0.004,-0.668,-0.027,1.593,-0.021,-1.066,7.911,0.0,0.0,0.0,-4.019,-0.064,-1.707,-2.597,-0.164,0.0,1.365,7.881,2.01,1354.8,997.6,11171.5,2624.7,0.0,48000.0,36000.0,0.0,6.8,91.76,27715.0,7446.0,5147.0,0.0,575.0,5634.0,0.0,0.0,1524.0,1447.0,5942.0,16951.0,4421.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-sfa-unit-atticroof-cathedral.xml,97.453,97.453,37.106,37.106,60.347,0.0,0.0,0.0,0.0,0.0,0.0,0.787,0.0,0.0,5.013,0.942,9.088,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,56.272,0.0,15.98,9.11,0.623,0.0,0.0,0.0,0.0,2152.6,4262.0,4262.0,36.45,28.479,49.534,0.0,2.942,0.289,3.702,0.668,4.716,-5.325,0.0,0.0,0.0,3.447,-0.844,7.54,0.0,0.773,0.0,0.0,-9.663,-2.68,8.461,0.0,-0.16,0.004,1.534,0.119,0.028,5.085,0.0,0.0,0.0,-4.279,-0.806,-0.856,-1.185,-0.094,0.0,0.0,7.124,1.829,1354.8,997.6,11171.6,2624.7,0.0,48000.0,36000.0,0.0,6.8,91.76,43367.0,0.0,3210.0,0.0,575.0,4469.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-sfa-unit-infil-compartmentalization-test.xml,42.239,42.239,29.828,29.828,12.411,0.0,0.0,0.0,0.0,0.0,0.0,0.091,0.0,0.0,2.796,0.473,9.289,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.411,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.509,0.0,8.083,9.225,0.613,0.0,0.0,0.0,0.0,1828.5,2548.6,2548.6,13.175,10.707,0.0,2.351,2.372,0.293,4.249,0.625,3.57,-4.311,0.0,0.0,0.0,4.688,-0.044,3.042,0.0,0.728,0.0,3.162,-7.556,-1.812,0.0,0.016,-0.292,-0.028,1.539,-0.025,-0.616,3.963,0.0,0.0,0.0,-4.113,-0.042,-0.776,-1.237,-0.167,0.0,1.634,6.835,1.456,1354.8,997.6,11171.5,2829.7,0.0,24000.0,24000.0,0.0,6.8,91.76,21402.0,8128.0,2576.0,0.0,575.0,4088.0,0.0,0.0,1524.0,1447.0,3064.0,13940.0,5226.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-sfa-unit.xml,42.239,42.239,29.828,29.828,12.411,0.0,0.0,0.0,0.0,0.0,0.0,0.091,0.0,0.0,2.796,0.473,9.289,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.411,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.509,0.0,8.083,9.225,0.613,0.0,0.0,0.0,0.0,1828.5,2548.6,2548.6,13.175,10.707,0.0,2.351,2.372,0.293,4.249,0.625,3.57,-4.311,0.0,0.0,0.0,4.688,-0.044,3.042,0.0,0.728,0.0,3.162,-7.556,-1.812,0.0,0.016,-0.292,-0.028,1.539,-0.025,-0.616,3.963,0.0,0.0,0.0,-4.113,-0.042,-0.776,-1.237,-0.167,0.0,1.634,6.835,1.456,1354.8,997.6,11171.5,2829.7,0.0,24000.0,24000.0,0.0,6.8,91.76,21403.0,8128.0,2576.0,0.0,575.0,4088.0,0.0,0.0,1524.0,1447.0,3065.0,13941.0,5226.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-dhw-combi-tankless-outside.xml,51.079,51.079,21.423,21.423,29.656,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.363,0.0,10.294,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.322,0.0,0.0,9.177,0.0,0.0,0.0,0.0,0.0,1375.5,1017.3,1375.5,16.511,0.0,0.0,3.746,3.646,0.513,7.505,0.631,10.104,-12.69,0.0,0.0,0.0,8.142,-0.067,4.808,0.0,0.73,0.0,0.0,-8.575,-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,1070.1,777.1,8412.0,1930.3,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.277,52.277,21.432,21.432,30.845,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.551,0.0,10.294,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.37,0.0,0.0,9.177,0.0,0.0,0.0,0.0,0.0,1376.9,1017.3,1376.9,17.068,0.0,0.0,3.743,3.642,0.513,7.499,0.631,10.099,-12.691,0.0,0.0,0.0,8.145,-0.067,5.887,0.0,0.729,0.0,0.0,-8.581,-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,1070.1,777.1,8412.0,1930.3,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.031,32.031,32.031,32.031,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.255,0.74,6.76,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.208,9.074,0.661,2.903,0.0,0.0,0.0,2067.2,2821.5,2821.5,0.0,19.702,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.093,-0.469,-0.052,2.672,-0.032,-1.448,11.85,0.0,0.0,0.0,-6.916,-0.064,-1.192,-3.046,-0.166,0.0,3.688,8.629,2.036,1354.8,997.6,11181.6,2565.8,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,38.107,38.107,38.107,38.107,0.0,0.0,0.0,0.0,0.0,0.0,5.547,0.565,0.0,0.0,3.161,1.026,6.532,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.04,0.0,14.077,9.074,0.613,2.96,0.0,0.0,0.0,3419.5,2349.0,3419.5,22.235,16.637,0.0,3.594,3.643,0.513,7.525,0.63,10.096,-12.683,0.0,0.0,0.0,8.308,-0.064,4.805,0.0,0.729,0.0,3.698,-8.59,-2.499,0.0,-0.012,-0.463,-0.052,2.69,-0.026,-1.403,11.73,0.0,0.0,0.0,-6.345,-0.06,-1.169,-3.129,-0.165,0.0,2.175,8.507,2.01,1354.8,997.6,11185.2,2566.7,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,56.35,56.35,29.683,29.683,26.666,0.0,0.0,0.0,0.0,0.0,0.0,0.44,0.0,0.0,4.46,0.854,2.653,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.666,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.972,0.0,14.893,9.085,1.809,3.024,0.0,0.0,0.0,1884.0,3131.6,3131.6,25.892,19.515,0.0,3.522,3.634,0.511,7.504,0.628,10.066,-12.724,0.0,0.0,0.0,8.331,-0.052,4.794,0.0,0.727,0.0,5.64,-5.456,-2.509,0.0,-0.019,-0.422,-0.046,2.83,-0.015,-1.277,11.689,0.0,0.0,0.0,-6.115,-0.048,-1.121,-2.944,-0.156,0.0,3.19,7.659,2.001,1354.7,997.5,11162.8,2561.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.66,33.66,33.66,33.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.458,1.184,6.742,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.585,9.08,0.0,2.936,0.0,0.0,0.0,1932.8,3243.5,3243.5,0.0,19.108,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.068,-0.464,-0.051,2.687,-0.03,-1.43,11.85,0.0,0.0,0.0,-6.908,-0.064,-1.186,-3.017,-0.165,0.0,3.23,8.361,2.036,1354.8,997.6,11131.9,2554.4,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.142,31.142,31.142,31.142,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.826,0.295,6.744,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.992,9.074,0.661,2.927,0.0,0.0,0.0,2066.9,2630.1,2630.1,0.0,19.354,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.134,-0.469,-0.052,2.673,-0.032,-1.447,11.85,0.0,0.0,0.0,-6.915,-0.064,-1.192,-3.051,-0.166,0.0,4.519,8.636,2.036,1354.8,997.6,11184.2,2566.4,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.691,33.691,33.691,33.691,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.512,1.202,6.701,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.813,9.073,0.661,2.99,0.0,0.0,0.0,2069.0,3256.4,3256.4,0.0,19.212,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.075,-0.47,-0.052,2.672,-0.032,-1.448,11.85,0.0,0.0,0.0,-6.917,-0.064,-1.192,-3.047,-0.166,0.0,3.266,8.653,2.036,1354.8,997.6,11186.9,2567.1,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,55.834,55.834,33.567,33.567,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,6.744,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,6.634,0.614,0.0,0.0,0.0,0.0,2102.3,3387.7,3387.7,23.034,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,10014.1,2297.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,53.845,53.845,21.421,21.421,32.423,0.0,0.0,0.0,0.0,0.0,0.0,0.145,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.114,0.0,13.309,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.124,0.0,0.0,9.099,2.365,0.0,0.0,0.0,0.0,1376.0,1017.3,1376.0,16.681,0.0,0.0,3.746,3.646,0.513,7.51,0.631,10.108,-12.669,0.0,0.0,0.0,8.131,-0.068,5.892,0.0,0.729,0.0,0.0,-9.892,-2.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,1154.4,852.6,9359.8,2147.8,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,58.805,58.805,21.458,21.458,37.348,0.0,0.0,0.0,0.0,0.0,0.0,0.182,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,23.952,0.0,13.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,16.168,0.0,0.0,9.103,2.268,0.0,0.0,0.0,0.0,1376.1,1017.3,1376.1,16.778,0.0,0.0,3.746,3.646,0.513,7.51,0.631,10.111,-12.669,0.0,0.0,0.0,8.134,-0.07,5.893,0.0,0.729,0.0,0.0,-9.854,-2.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,1070.4,771.3,8876.8,2036.9,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,55.4,55.4,21.423,21.423,33.977,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.363,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,16.322,0.0,0.0,9.106,3.299,0.0,0.0,0.0,0.0,1375.5,1017.3,1375.5,16.511,0.0,0.0,3.746,3.646,0.513,7.505,0.631,10.104,-12.69,0.0,0.0,0.0,8.142,-0.067,4.808,0.0,0.73,0.0,0.0,-8.575,-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,1065.0,767.3,8821.4,2024.3,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.218,54.218,21.42,21.42,32.799,0.0,0.0,0.0,0.0,0.0,0.0,0.143,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,18.906,0.0,13.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.947,0.0,0.0,9.105,2.69,0.0,0.0,0.0,0.0,1375.9,1017.3,1375.9,16.729,0.0,0.0,3.746,3.646,0.513,7.512,0.632,10.114,-12.663,0.0,0.0,0.0,8.131,-0.071,5.895,0.0,0.73,0.0,0.0,-10.09,-2.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,1059.1,763.7,8811.6,2022.0,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.173,46.173,21.429,21.429,24.744,0.0,0.0,0.0,0.0,0.0,0.0,0.152,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.069,0.0,4.675,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.953,0.0,0.0,9.08,0.783,0.0,5.902,0.0,0.0,1376.6,1017.3,1376.6,16.971,0.0,0.0,3.745,3.645,0.513,7.503,0.631,10.103,-12.69,0.0,0.0,0.0,8.144,-0.067,5.89,0.0,0.729,0.0,0.0,-9.023,-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,388.7,286.4,3143.6,721.4,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,53.979,53.979,21.422,21.422,32.557,0.0,0.0,0.0,0.0,0.0,0.0,0.145,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.162,0.0,13.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,16.168,0.0,0.0,9.103,2.268,0.0,0.0,0.0,0.0,1376.1,1017.3,1376.1,16.778,0.0,0.0,3.746,3.646,0.513,7.51,0.631,10.111,-12.669,0.0,0.0,0.0,8.134,-0.07,5.893,0.0,0.729,0.0,0.0,-9.854,-2.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,1070.4,771.3,8876.8,2036.9,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,57.995,57.995,35.514,35.514,22.481,0.0,0.0,0.0,0.0,0.0,0.0,0.371,0.0,0.0,4.327,0.821,8.719,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,0.0,0.0,21.053,0.0,14.282,9.075,0.295,0.0,0.0,0.0,0.0,2106.1,3366.5,3366.5,23.085,18.875,0.0,3.554,3.644,0.513,7.528,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.806,0.0,0.729,0.0,4.874,-8.733,-2.499,0.0,-0.051,-0.462,-0.052,2.693,-0.026,-1.4,11.73,0.0,0.0,0.0,-6.339,-0.06,-1.168,-3.09,-0.165,0.0,3.127,7.726,2.01,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.006,64.006,26.925,26.925,37.08,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.427,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,22.883,0.0,14.197,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.43,0.0,14.701,9.075,2.724,0.0,0.0,0.0,0.0,1464.4,3104.3,3104.3,23.58,19.343,0.0,3.552,3.645,0.513,7.531,0.631,10.099,-12.683,0.0,0.0,0.0,8.315,-0.062,5.889,0.0,0.729,0.0,4.961,-9.538,-2.499,0.0,-0.058,-0.465,-0.052,2.687,-0.027,-1.411,11.73,0.0,0.0,0.0,-6.347,-0.058,-1.45,-3.116,-0.166,0.0,3.208,8.403,2.011,1354.8,997.6,11171.8,2563.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.238,56.238,29.55,29.55,26.687,0.0,0.0,0.0,0.0,0.0,0.0,0.44,0.0,0.0,3.88,0.715,3.238,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,24.993,0.0,12.482,9.13,1.302,0.0,0.0,0.0,0.0,1880.5,3518.3,3518.3,25.325,18.909,0.0,3.522,3.636,0.512,7.508,0.627,10.062,-12.738,0.0,0.0,0.0,8.34,-0.05,4.794,0.0,0.727,0.0,5.64,-5.436,-2.509,0.0,0.009,-0.412,-0.045,2.851,-0.015,-1.259,11.675,0.0,0.0,0.0,-6.073,-0.046,-1.114,-2.817,-0.154,0.0,2.783,5.447,2.001,1354.8,997.6,10758.2,2468.7,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,53.778,53.778,21.423,21.423,32.355,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.38,0.0,12.974,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.357,0.0,0.0,9.102,1.911,0.0,0.0,0.0,0.0,1376.2,1017.3,1376.2,16.825,0.0,0.0,3.746,3.646,0.513,7.508,0.631,10.107,-12.676,0.0,0.0,0.0,8.137,-0.068,5.892,0.0,0.729,0.0,0.0,-9.652,-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,1075.0,775.0,8916.9,2046.2,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,57.885,57.885,35.619,35.619,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,8.838,0.614,0.0,0.0,0.0,0.0,2129.0,3372.0,3372.0,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,10829.5,2485.0,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,46.852,46.852,23.349,23.349,23.504,0.0,0.0,0.0,0.0,0.0,0.0,0.148,0.0,0.0,0.0,0.0,1.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,19.59,0.0,3.914,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.541,0.0,0.0,9.066,2.815,0.0,5.893,0.0,0.0,2028.1,1810.7,2028.1,16.778,0.0,0.0,3.746,3.646,0.513,7.507,0.631,10.104,-12.678,0.0,0.0,0.0,8.139,-0.067,5.891,0.0,0.729,0.0,0.0,-9.471,-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,472.1,347.6,3919.3,899.4,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,46.82,46.82,24.586,24.586,22.234,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.319,0.82,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.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,20.822,0.0,14.352,0.0,0.0,0.0,0.0,0.0,0.0,1360.7,2962.4,2962.4,23.072,18.891,0.0,3.558,3.646,0.513,7.535,0.631,10.106,-12.683,0.0,0.0,0.0,8.321,-0.064,5.405,0.0,0.0,0.0,4.828,-8.819,-2.499,0.0,-0.056,-0.466,-0.052,2.68,-0.027,-1.413,11.73,0.0,0.0,0.0,-6.358,-0.06,-1.307,-3.107,0.0,0.0,3.127,7.842,2.011,0.0,0.0,0.0,0.0,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.057,58.057,35.791,35.791,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,8.942,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.017,0.614,0.0,0.0,0.0,0.0,2130.9,3372.9,3372.9,23.033,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2460.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,57.637,57.637,35.371,35.371,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,8.531,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.017,0.614,0.0,0.0,0.0,0.0,2115.9,3358.3,3358.3,23.033,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2460.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,72.79,72.79,50.524,50.524,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,22.206,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.109,0.614,0.0,0.0,0.0,0.0,3072.1,4183.7,4183.7,23.034,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2623.0,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,67.939,67.939,45.672,45.672,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,18.6,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.109,0.614,0.0,0.0,0.0,0.0,2754.3,4000.4,4000.4,23.034,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2623.0,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,72.79,72.79,50.524,50.524,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,22.206,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.109,0.614,0.0,0.0,0.0,0.0,3072.1,4183.7,4183.7,23.034,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2623.0,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.302,52.302,30.036,30.036,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.356,0.828,2.885,0.0,0.323,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.409,9.098,0.628,0.0,6.625,0.0,0.0,2096.5,3093.6,3093.6,23.033,18.941,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.684,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.107,-0.166,0.0,3.147,7.887,2.011,1354.7,997.5,10979.9,2519.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,50.865,50.865,28.608,28.608,22.257,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.368,0.831,1.455,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.257,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.843,0.0,14.461,9.207,0.694,0.0,8.339,0.0,0.0,2067.2,3097.1,3097.1,23.033,18.971,0.0,3.557,3.645,0.513,7.529,0.631,10.101,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.831,-8.913,-2.499,0.0,-0.055,-0.465,-0.052,2.683,-0.026,-1.41,11.73,0.0,0.0,0.0,-6.353,-0.06,-1.172,-3.113,-0.166,0.0,3.156,7.945,2.011,1354.4,997.2,10197.2,2339.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.381,52.381,30.114,30.114,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.361,0.829,2.953,0.0,0.328,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.432,9.133,0.649,0.0,6.61,0.0,0.0,2124.6,3095.9,3095.9,23.034,18.96,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.055,-0.464,-0.052,2.684,-0.026,-1.409,11.73,0.0,0.0,0.0,-6.351,-0.06,-1.171,-3.108,-0.166,0.0,3.151,7.909,2.011,1354.7,997.6,10721.3,2460.2,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,52.478,52.478,29.943,29.943,22.535,0.0,0.0,0.0,0.0,0.0,0.0,0.372,0.0,0.0,4.32,0.819,3.156,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.535,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.104,0.0,14.253,9.075,0.215,0.0,5.899,0.0,0.0,1786.0,3372.7,3372.7,23.1,18.862,0.0,3.554,3.644,0.513,7.529,0.631,10.098,-12.69,0.0,0.0,0.0,8.316,-0.062,4.806,0.0,0.729,0.0,4.885,-8.691,-2.5,0.0,-0.05,-0.461,-0.051,2.696,-0.026,-1.399,11.724,0.0,0.0,0.0,-6.333,-0.059,-1.167,-3.087,-0.165,0.0,3.123,7.688,2.01,474.2,349.2,3910.1,897.3,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,50.597,50.597,28.695,28.695,21.903,0.0,0.0,0.0,0.0,0.0,0.0,0.361,0.0,0.0,4.47,0.856,1.426,0.0,0.305,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,0.0,20.511,0.0,14.907,9.186,0.682,0.0,8.337,0.0,0.0,2107.1,3130.5,3130.5,23.067,19.248,0.0,3.559,3.645,0.513,7.536,0.63,10.098,-12.669,0.0,0.0,0.0,8.31,-0.061,4.807,0.0,0.729,0.0,4.762,-9.207,-2.496,0.0,-0.067,-0.473,-0.053,2.663,-0.029,-1.44,11.744,0.0,0.0,0.0,-6.388,-0.058,-1.183,-3.161,-0.168,0.0,3.23,8.469,2.013,1354.2,997.1,10322.8,2368.8,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,50.581,50.581,28.324,28.324,22.258,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.367,0.831,1.482,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.258,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.844,0.0,14.458,9.2,0.69,0.0,8.299,0.0,0.0,2091.4,3065.0,3065.0,23.033,18.97,0.0,3.557,3.645,0.513,7.529,0.631,10.101,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.831,-8.912,-2.499,0.0,-0.055,-0.465,-0.052,2.683,-0.026,-1.41,11.73,0.0,0.0,0.0,-6.353,-0.06,-1.172,-3.112,-0.166,0.0,3.155,7.942,2.011,1354.4,997.2,10240.9,2350.0,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,64.742,64.742,26.979,26.979,22.487,0.0,0.0,0.0,0.0,15.277,0.0,0.371,0.0,0.0,4.475,0.856,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,22.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,15.277,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.058,0.0,14.911,9.075,3.621,0.0,0.0,0.0,0.0,1463.9,3115.3,3115.3,23.484,19.438,0.0,3.556,3.646,0.513,7.534,0.631,10.103,-12.683,0.0,0.0,0.0,8.317,-0.062,5.891,0.0,0.729,0.0,4.884,-9.857,-2.498,0.0,-0.063,-0.468,-0.053,2.674,-0.028,-1.424,11.73,0.0,0.0,0.0,-6.366,-0.058,-1.456,-3.144,-0.167,0.0,3.241,8.672,2.011,1354.8,997.6,11171.8,2563.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.089,58.089,35.83,35.83,22.26,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.353,0.827,9.006,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,20.846,0.0,14.397,9.049,0.623,0.0,0.0,0.0,0.0,2529.3,3395.0,3395.0,23.009,18.922,0.0,3.556,3.644,0.513,7.53,0.631,10.101,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.831,-8.908,-2.499,0.0,-0.055,-0.465,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.107,-0.166,0.0,3.145,7.879,2.011,1354.8,997.6,11206.2,2571.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.132,58.132,35.918,35.918,22.214,0.0,0.0,0.0,0.0,0.0,0.0,0.366,0.0,0.0,4.359,0.829,9.088,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.214,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.803,0.0,14.421,9.075,0.691,0.0,0.0,0.0,0.0,2172.7,3440.8,3440.8,23.02,18.939,0.0,3.557,3.645,0.513,7.53,0.631,10.101,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.823,-8.947,-2.499,0.0,-0.055,-0.465,-0.052,2.683,-0.026,-1.41,11.73,0.0,0.0,0.0,-6.352,-0.06,-1.172,-3.11,-0.166,0.0,3.149,7.908,2.011,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,66.467,66.467,26.768,26.768,39.698,0.0,0.0,0.0,0.0,0.0,0.0,0.374,0.0,0.0,4.303,0.815,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,22.681,0.0,17.018,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.24,0.0,14.177,9.075,5.067,0.0,0.0,0.0,0.0,1462.6,3048.4,3048.4,23.134,18.827,0.0,3.553,3.644,0.513,7.527,0.63,10.096,-12.69,0.0,0.0,0.0,8.315,-0.062,4.805,0.0,0.729,0.0,4.913,-8.574,-2.5,0.0,-0.048,-0.459,-0.051,2.701,-0.025,-1.394,11.724,0.0,0.0,0.0,-6.325,-0.058,-1.165,-3.077,-0.165,0.0,3.111,7.59,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,64.413,64.413,26.941,26.941,37.472,0.0,0.0,0.0,0.0,0.0,0.0,0.376,0.0,0.0,4.441,0.848,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,22.763,0.0,14.709,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.317,0.0,14.763,9.075,2.977,0.0,0.0,0.0,0.0,1464.3,3107.5,3107.5,23.55,19.37,0.0,3.553,3.645,0.513,7.532,0.631,10.101,-12.683,0.0,0.0,0.0,8.317,-0.063,5.89,0.0,0.729,0.0,4.937,-9.636,-2.499,0.0,-0.059,-0.466,-0.052,2.682,-0.027,-1.414,11.73,0.0,0.0,0.0,-6.352,-0.059,-1.452,-3.124,-0.166,0.0,3.218,8.483,2.011,1354.8,997.6,11171.7,2563.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,64.413,64.413,26.941,26.941,37.472,0.0,0.0,0.0,0.0,0.0,0.0,0.376,0.0,0.0,4.441,0.848,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,22.763,0.0,14.709,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.317,0.0,14.763,9.075,2.977,0.0,0.0,0.0,0.0,1464.3,3107.5,3107.5,23.55,19.37,0.0,3.553,3.645,0.513,7.532,0.631,10.101,-12.683,0.0,0.0,0.0,8.317,-0.063,5.89,0.0,0.729,0.0,4.937,-9.636,-2.499,0.0,-0.059,-0.466,-0.052,2.682,-0.027,-1.414,11.73,0.0,0.0,0.0,-6.352,-0.059,-1.452,-3.124,-0.166,0.0,3.218,8.483,2.011,1354.8,997.6,11171.7,2563.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,64.742,64.742,26.979,26.979,37.764,0.0,0.0,0.0,0.0,0.0,0.0,0.371,0.0,0.0,4.475,0.856,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,22.487,0.0,15.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,21.058,0.0,14.911,9.075,3.621,0.0,0.0,0.0,0.0,1463.9,3115.3,3115.3,23.484,19.438,0.0,3.556,3.646,0.513,7.534,0.631,10.103,-12.683,0.0,0.0,0.0,8.317,-0.062,5.891,0.0,0.729,0.0,4.884,-9.857,-2.498,0.0,-0.063,-0.468,-0.053,2.674,-0.028,-1.424,11.73,0.0,0.0,0.0,-6.366,-0.058,-1.456,-3.144,-0.167,0.0,3.241,8.672,2.011,1354.8,997.6,11171.8,2563.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.204,56.204,28.72,28.72,27.484,0.0,0.0,0.0,0.0,0.0,0.0,0.453,0.0,0.0,3.824,0.702,2.464,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.484,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.734,0.0,12.232,9.216,1.415,0.0,0.0,0.0,0.0,1856.0,3033.7,3033.7,26.694,18.696,0.0,3.506,3.633,0.511,7.505,0.628,10.08,-12.706,0.0,0.0,0.0,8.336,-0.061,4.798,0.0,0.727,0.0,5.798,-4.871,-2.509,0.0,0.02,-0.397,-0.042,2.89,-0.009,-1.185,11.708,0.0,0.0,0.0,-6.003,-0.057,-1.086,-2.728,-0.154,0.0,2.733,5.066,2.0,1354.8,997.6,9994.8,2293.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.061,56.061,28.542,28.542,27.519,0.0,0.0,0.0,0.0,0.0,0.0,0.454,0.0,0.0,3.808,0.698,2.306,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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.0,0.0,25.759,0.0,12.17,9.132,1.307,0.0,0.0,0.0,0.0,1854.5,3388.8,3388.8,25.444,18.875,0.0,3.516,3.634,0.511,7.509,0.628,10.061,-12.724,0.0,0.0,0.0,8.352,-0.046,4.792,0.0,0.727,0.0,5.79,-4.85,-2.508,0.0,0.021,-0.401,-0.043,2.894,-0.011,-1.219,11.689,0.0,0.0,0.0,-6.009,-0.042,-1.1,-2.763,-0.152,0.0,2.735,5.064,2.001,1354.8,997.6,10745.3,2465.7,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.185,56.185,33.505,33.505,22.681,0.0,0.0,0.0,0.0,0.0,0.0,0.374,0.0,0.0,4.303,0.815,6.736,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,0.0,0.0,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.24,0.0,14.177,9.096,2.524,0.0,0.0,0.0,0.0,3051.2,3282.6,3282.6,23.134,18.827,0.0,3.553,3.644,0.513,7.527,0.63,10.096,-12.69,0.0,0.0,0.0,8.315,-0.062,4.805,0.0,0.729,0.0,4.913,-8.574,-2.5,0.0,-0.048,-0.459,-0.051,2.701,-0.025,-1.394,11.724,0.0,0.0,0.0,-6.325,-0.058,-1.165,-3.077,-0.165,0.0,3.111,7.59,2.01,1354.8,997.6,11023.3,2529.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.061,56.061,28.542,28.542,27.519,0.0,0.0,0.0,0.0,0.0,0.0,0.454,0.0,0.0,3.808,0.698,2.306,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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.0,0.0,25.759,0.0,12.17,9.132,1.307,0.0,0.0,0.0,0.0,1854.5,3388.8,3388.8,25.444,18.875,0.0,3.516,3.634,0.511,7.509,0.628,10.061,-12.724,0.0,0.0,0.0,8.352,-0.046,4.792,0.0,0.727,0.0,5.79,-4.85,-2.508,0.0,0.021,-0.401,-0.043,2.894,-0.011,-1.219,11.689,0.0,0.0,0.0,-6.009,-0.042,-1.1,-2.763,-0.152,0.0,2.735,5.064,2.001,1354.8,997.6,10745.3,2465.7,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,51.881,51.881,27.851,27.851,24.029,0.0,0.0,0.0,0.0,0.0,0.0,0.396,0.0,0.0,4.161,0.782,1.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,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,0.0,0.0,22.503,0.0,13.612,9.108,0.602,0.0,5.92,0.0,0.0,1856.3,3135.6,3135.6,25.408,18.908,0.0,3.544,3.64,0.512,7.519,0.629,10.079,-12.705,0.0,0.0,0.0,8.318,-0.055,4.8,0.0,0.728,0.0,5.161,-7.514,-2.501,0.0,-0.028,-0.443,-0.049,2.749,-0.022,-1.352,11.708,0.0,0.0,0.0,-6.242,-0.051,-1.148,-2.982,-0.162,0.0,3.002,6.875,2.009,474.2,349.2,3821.6,876.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,51.398,51.398,28.455,28.455,22.943,0.0,0.0,0.0,0.0,0.0,0.0,0.378,0.0,0.0,4.499,0.863,1.111,0.0,0.327,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.943,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.484,0.0,15.039,9.023,1.965,0.0,8.039,0.0,0.0,1896.1,3144.9,3144.9,25.085,19.348,0.0,3.556,3.646,0.513,7.537,0.63,10.093,-12.686,0.0,0.0,0.0,8.324,-0.056,4.806,0.0,0.729,0.0,4.955,-8.421,-2.498,0.0,-0.061,-0.467,-0.052,2.678,-0.028,-1.429,11.727,0.0,0.0,0.0,-6.35,-0.053,-1.177,-3.153,-0.166,0.0,3.244,8.548,2.011,1354.4,997.3,11673.7,2678.8,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.302,56.302,29.701,29.701,26.601,0.0,0.0,0.0,0.0,0.0,0.0,0.439,0.0,0.0,3.892,0.719,3.376,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.601,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.907,0.0,12.539,9.12,1.717,0.0,0.0,0.0,0.0,1874.8,3269.1,3269.1,23.533,19.054,0.0,3.526,3.638,0.512,7.511,0.627,10.061,-12.745,0.0,0.0,0.0,8.343,-0.049,4.795,0.0,0.727,0.0,5.625,-5.52,-2.509,0.0,0.008,-0.413,-0.045,2.848,-0.015,-1.266,11.668,0.0,0.0,0.0,-6.079,-0.045,-1.116,-2.835,-0.155,0.0,2.789,5.526,2.001,1354.8,997.6,10838.7,2487.2,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,58.659,58.659,35.391,35.391,23.268,0.0,0.0,0.0,0.0,0.0,0.0,0.384,0.0,0.0,4.385,0.834,8.501,0.0,0.0,4.51,0.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.268,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.788,0.0,14.489,9.117,0.021,0.0,0.0,0.0,0.0,4533.9,5519.4,5519.4,30.746,19.739,0.0,3.55,3.645,0.513,7.528,0.631,10.104,-12.683,0.0,0.0,0.0,8.312,-0.062,5.265,0.0,0.776,0.0,5.021,-8.643,-2.504,0.0,-0.052,-0.46,-0.051,2.698,-0.025,-1.389,11.73,0.0,0.0,0.0,-6.33,-0.058,-1.267,-3.074,-0.186,0.0,3.167,8.004,2.005,1354.7,998.0,10786.3,2475.1,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,57.945,57.945,35.278,35.278,22.667,0.0,0.0,0.0,0.0,0.0,0.0,0.374,0.0,0.0,4.304,0.816,8.508,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.667,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.227,0.0,14.185,9.125,0.021,0.0,0.0,0.0,0.0,2011.1,3403.3,3403.3,23.132,18.831,0.0,3.553,3.644,0.513,7.528,0.63,10.096,-12.69,0.0,0.0,0.0,8.315,-0.062,4.805,0.0,0.729,0.0,4.91,-8.585,-2.5,0.0,-0.048,-0.459,-0.051,2.7,-0.025,-1.395,11.724,0.0,0.0,0.0,-6.326,-0.058,-1.165,-3.078,-0.165,0.0,3.112,7.6,2.01,1354.8,997.6,10766.2,2470.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,64.742,64.742,26.979,26.979,22.487,15.277,0.0,0.0,0.0,0.0,0.0,0.371,0.0,0.0,4.475,0.856,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,22.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,15.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,21.058,0.0,14.911,9.075,3.621,0.0,0.0,0.0,0.0,1463.9,3115.3,3115.3,23.484,19.438,0.0,3.556,3.646,0.513,7.534,0.631,10.103,-12.683,0.0,0.0,0.0,8.317,-0.062,5.891,0.0,0.729,0.0,4.884,-9.857,-2.498,0.0,-0.063,-0.468,-0.053,2.674,-0.028,-1.424,11.73,0.0,0.0,0.0,-6.366,-0.058,-1.456,-3.144,-0.167,0.0,3.241,8.672,2.011,1354.8,997.6,11171.8,2563.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,64.742,64.742,26.979,26.979,22.487,0.0,0.0,15.277,0.0,0.0,0.0,0.371,0.0,0.0,4.475,0.856,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,22.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,15.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,21.058,0.0,14.911,9.075,3.621,0.0,0.0,0.0,0.0,1463.9,3115.3,3115.3,23.484,19.438,0.0,3.556,3.646,0.513,7.534,0.631,10.103,-12.683,0.0,0.0,0.0,8.317,-0.062,5.891,0.0,0.729,0.0,4.884,-9.857,-2.498,0.0,-0.063,-0.468,-0.053,2.674,-0.028,-1.424,11.73,0.0,0.0,0.0,-6.366,-0.058,-1.456,-3.144,-0.167,0.0,3.241,8.672,2.011,1354.8,997.6,11171.8,2563.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,60.62,60.62,26.768,26.768,33.852,0.0,0.0,0.0,0.0,0.0,0.0,0.374,0.0,0.0,4.303,0.815,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,22.681,0.0,11.171,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.24,0.0,14.177,9.056,0.0,0.0,0.0,0.0,0.0,1462.6,3048.4,3048.4,23.134,18.827,0.0,3.553,3.644,0.513,7.527,0.63,10.096,-12.69,0.0,0.0,0.0,8.315,-0.062,4.805,0.0,0.729,0.0,4.913,-8.574,-2.5,0.0,-0.048,-0.459,-0.051,2.701,-0.025,-1.394,11.724,0.0,0.0,0.0,-6.325,-0.058,-1.165,-3.077,-0.165,0.0,3.111,7.59,2.01,1354.8,997.6,11343.1,2602.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,58.722,58.722,36.041,36.041,22.681,0.0,0.0,0.0,0.0,0.0,0.0,0.374,0.0,0.0,4.303,0.815,9.273,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,0.0,0.0,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.24,0.0,14.177,9.076,0.0,0.0,0.0,0.0,0.0,2013.1,3439.2,3439.2,23.134,18.827,0.0,3.553,3.644,0.513,7.527,0.63,10.096,-12.69,0.0,0.0,0.0,8.315,-0.062,4.805,0.0,0.729,0.0,4.913,-8.574,-2.5,0.0,-0.048,-0.459,-0.051,2.701,-0.025,-1.394,11.724,0.0,0.0,0.0,-6.325,-0.058,-1.165,-3.077,-0.165,0.0,3.111,7.59,2.01,1354.8,997.6,11169.0,2562.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,58.617,58.617,35.936,35.936,22.681,0.0,0.0,0.0,0.0,0.0,0.0,0.374,0.0,0.0,4.303,0.815,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,22.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,0.0,0.0,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.24,0.0,14.177,9.076,0.0,0.0,0.0,0.0,0.0,2006.8,3434.8,3434.8,23.134,18.827,0.0,3.553,3.644,0.513,7.527,0.63,10.096,-12.69,0.0,0.0,0.0,8.315,-0.062,4.805,0.0,0.729,0.0,4.913,-8.574,-2.5,0.0,-0.048,-0.459,-0.051,2.701,-0.025,-1.394,11.724,0.0,0.0,0.0,-6.325,-0.058,-1.165,-3.077,-0.165,0.0,3.111,7.59,2.01,1354.8,997.6,11169.0,2562.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,58.722,58.722,36.041,36.041,22.681,0.0,0.0,0.0,0.0,0.0,0.0,0.374,0.0,0.0,4.303,0.815,9.273,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,0.0,0.0,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.24,0.0,14.177,9.076,0.0,0.0,0.0,0.0,0.0,2013.1,3439.2,3439.2,23.134,18.827,0.0,3.553,3.644,0.513,7.527,0.63,10.096,-12.69,0.0,0.0,0.0,8.315,-0.062,4.805,0.0,0.729,0.0,4.913,-8.574,-2.5,0.0,-0.048,-0.459,-0.051,2.701,-0.025,-1.394,11.724,0.0,0.0,0.0,-6.325,-0.058,-1.165,-3.077,-0.165,0.0,3.111,7.59,2.01,1354.8,997.6,11169.0,2562.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.11,59.11,26.768,26.768,32.342,0.0,0.0,0.0,0.0,0.0,0.0,0.374,0.0,0.0,4.303,0.815,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,22.681,0.0,9.661,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.24,0.0,14.177,9.076,0.0,0.0,0.0,0.0,0.0,1462.6,3048.4,3048.4,23.134,18.827,0.0,3.553,3.644,0.513,7.527,0.63,10.096,-12.69,0.0,0.0,0.0,8.315,-0.062,4.805,0.0,0.729,0.0,4.913,-8.574,-2.5,0.0,-0.048,-0.459,-0.051,2.701,-0.025,-1.394,11.724,0.0,0.0,0.0,-6.325,-0.058,-1.165,-3.077,-0.165,0.0,3.111,7.59,2.01,1354.8,997.6,11169.0,2562.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.367,53.367,26.768,26.768,26.599,0.0,0.0,0.0,0.0,0.0,0.0,0.374,0.0,0.0,4.303,0.815,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,22.681,0.0,3.918,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.24,0.0,14.177,9.076,0.0,0.0,5.899,0.0,0.0,1462.6,3048.4,3048.4,23.134,18.827,0.0,3.553,3.644,0.513,7.527,0.63,10.096,-12.69,0.0,0.0,0.0,8.315,-0.062,4.805,0.0,0.729,0.0,4.913,-8.574,-2.5,0.0,-0.048,-0.459,-0.051,2.701,-0.025,-1.394,11.724,0.0,0.0,0.0,-6.325,-0.058,-1.165,-3.077,-0.165,0.0,3.111,7.59,2.01,474.2,349.2,3909.2,897.0,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.081,51.081,27.198,27.198,23.882,0.0,0.0,0.0,0.0,0.0,0.0,0.368,0.0,0.0,4.409,0.841,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.316,0.0,1.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,20.899,0.0,14.636,9.262,0.0,0.0,7.989,0.0,0.0,1462.4,3114.0,3114.0,23.167,19.107,0.0,3.557,3.645,0.513,7.532,0.631,10.099,-12.683,0.0,0.0,0.0,8.315,-0.062,4.807,0.0,0.73,0.0,4.843,-8.879,-2.498,0.0,-0.058,-0.467,-0.052,2.679,-0.027,-1.42,11.73,0.0,0.0,0.0,-6.36,-0.058,-1.175,-3.128,-0.166,0.0,3.187,8.131,2.011,1344.9,989.3,9809.3,2250.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,60.644,60.644,26.768,26.768,33.876,0.0,0.0,0.0,0.0,0.0,0.0,0.374,0.0,0.0,4.303,0.815,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,22.681,0.0,11.195,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.24,0.0,14.177,9.076,0.0,0.0,0.0,0.0,0.0,1462.6,3048.4,3048.4,23.134,18.827,0.0,3.553,3.644,0.513,7.527,0.63,10.096,-12.69,0.0,0.0,0.0,8.315,-0.062,4.805,0.0,0.729,0.0,4.913,-8.574,-2.5,0.0,-0.048,-0.459,-0.051,2.701,-0.025,-1.394,11.724,0.0,0.0,0.0,-6.325,-0.058,-1.165,-3.077,-0.165,0.0,3.111,7.59,2.01,1354.8,997.6,11169.0,2562.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,60.644,60.644,26.768,26.768,22.681,0.0,11.195,0.0,0.0,0.0,0.0,0.374,0.0,0.0,4.303,0.815,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,22.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,11.195,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.24,0.0,14.177,9.076,0.0,0.0,0.0,0.0,0.0,1462.6,3048.4,3048.4,23.134,18.827,0.0,3.553,3.644,0.513,7.527,0.63,10.096,-12.69,0.0,0.0,0.0,8.315,-0.062,4.805,0.0,0.729,0.0,4.913,-8.574,-2.5,0.0,-0.048,-0.459,-0.051,2.701,-0.025,-1.394,11.724,0.0,0.0,0.0,-6.325,-0.058,-1.165,-3.077,-0.165,0.0,3.111,7.59,2.01,1354.8,997.6,11169.0,2562.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,65.574,65.574,40.854,40.854,24.721,0.0,0.0,0.0,0.0,0.0,0.0,0.322,0.0,0.0,6.359,1.278,8.973,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,24.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,0.0,0.0,23.053,0.0,22.216,9.053,0.609,0.0,0.0,0.0,0.0,2295.2,4772.5,4772.5,30.686,28.023,0.0,3.862,7.596,1.093,5.881,0.688,20.477,-24.88,0.0,0.0,0.867,6.711,-0.179,8.99,0.0,0.763,0.0,3.298,-9.747,-2.93,0.0,-0.108,-1.064,-0.109,1.841,-0.027,-1.631,23.454,0.0,0.0,-0.141,-4.808,-0.17,-1.956,-6.137,-0.162,0.0,2.864,8.485,2.338,1354.8,997.6,11171.5,2524.9,0.0,48000.0,36000.0,0.0,6.8,91.76,43789.0,7647.0,15016.0,0.0,575.0,9286.0,0.0,511.0,1432.0,2171.0,7152.0,25899.0,4445.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,73.568,73.568,44.165,44.165,29.403,0.0,0.0,0.0,0.0,0.0,0.0,0.383,0.0,0.0,6.248,1.252,8.86,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,29.403,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.421,0.0,21.74,8.989,0.612,0.0,0.0,0.0,0.0,2519.0,4654.9,4654.9,33.941,28.165,0.0,3.774,7.88,1.071,7.921,0.667,20.509,-25.19,0.0,0.0,0.0,9.056,-0.136,11.167,0.0,0.747,0.0,3.872,-10.951,-3.54,0.0,-0.074,-1.046,-0.101,2.662,-0.023,-2.118,23.376,0.0,0.0,0.0,-6.456,-0.126,-2.486,-6.302,-0.162,0.0,2.792,9.405,2.832,1354.8,997.6,11171.6,2410.9,0.0,48000.0,36000.0,0.0,6.8,91.76,45761.0,7670.0,15016.0,0.0,575.0,9467.0,0.0,0.0,1949.0,2171.0,8913.0,25801.0,4444.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,54.775,54.775,30.519,30.519,24.255,0.0,0.0,0.0,0.0,0.0,0.0,0.4,0.0,0.0,4.043,0.753,5.473,0.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.255,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.716,0.0,13.253,5.267,0.615,0.0,0.0,0.0,0.0,1683.1,3233.0,3233.0,23.625,18.28,0.0,3.533,3.635,0.511,7.498,0.63,10.083,-12.698,0.0,0.0,0.0,8.293,-0.065,4.804,0.0,0.727,0.0,5.229,-7.29,-2.504,0.0,-0.017,-0.434,-0.048,2.778,-0.018,-1.304,11.715,0.0,0.0,0.0,-6.2,-0.061,-1.138,-2.942,-0.161,0.0,2.969,6.287,2.006,939.7,637.0,6161.9,1598.4,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18320.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,56.472,56.472,33.214,33.214,23.257,0.0,0.0,0.0,0.0,0.0,0.0,0.384,0.0,0.0,4.196,0.79,7.282,0.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.257,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.78,0.0,13.818,7.212,0.614,0.0,0.0,0.0,0.0,2063.0,3299.2,3299.2,23.329,18.601,0.0,3.545,3.639,0.512,7.514,0.63,10.088,-12.691,0.0,0.0,0.0,8.302,-0.063,4.804,0.0,0.728,0.0,5.031,-8.097,-2.5,0.0,-0.035,-0.449,-0.05,2.732,-0.022,-1.359,11.723,0.0,0.0,0.0,-6.276,-0.059,-1.155,-3.024,-0.163,0.0,3.057,7.081,2.009,1147.2,817.3,8666.7,2153.4,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18553.0,5325.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,59.719,59.719,38.432,38.432,21.287,0.0,0.0,0.0,0.0,0.0,0.0,0.351,0.0,0.0,4.513,0.866,10.712,0.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.287,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.934,0.0,14.984,10.898,0.613,0.0,0.0,0.0,0.0,2183.4,3530.2,3530.2,22.735,19.253,0.0,3.569,3.65,0.514,7.549,0.631,10.109,-12.676,0.0,0.0,0.0,8.327,-0.062,4.808,0.0,0.731,0.0,4.636,-9.709,-2.497,0.0,-0.072,-0.479,-0.054,2.64,-0.031,-1.461,11.737,0.0,0.0,0.0,-6.42,-0.058,-1.188,-3.188,-0.168,0.0,3.234,8.669,2.013,1562.4,1177.9,13676.3,2901.1,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,19030.0,5342.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,61.324,61.324,41.006,41.006,20.318,0.0,0.0,0.0,0.0,0.0,0.0,0.335,0.0,0.0,4.678,0.906,12.383,0.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.318,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.027,0.0,15.585,12.694,0.612,0.0,0.0,0.0,0.0,2527.7,3881.6,3881.6,22.438,19.574,0.0,3.582,3.657,0.515,7.568,0.633,10.128,-12.669,0.0,0.0,0.0,8.348,-0.064,4.813,0.0,0.733,0.0,4.441,-10.517,-2.496,0.0,-0.09,-0.493,-0.056,2.596,-0.034,-1.504,11.744,0.0,0.0,0.0,-6.484,-0.06,-1.202,-3.268,-0.17,0.0,3.322,9.461,2.013,1770.0,1358.2,16181.0,3193.2,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,19258.0,5339.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.206,74.206,36.353,36.353,37.853,0.0,0.0,0.0,0.0,0.0,0.0,0.624,0.0,0.0,4.555,0.878,9.02,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.853,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.444,0.0,15.23,9.075,0.618,0.0,0.0,0.0,0.0,2135.2,3447.5,3447.5,29.35,19.614,0.0,17.288,3.592,0.505,7.259,0.62,9.956,-12.802,0.0,0.0,0.0,7.765,-0.075,4.845,0.0,0.734,0.0,6.976,-9.065,-2.542,0.0,0.085,-0.331,-0.033,2.89,0.007,-1.002,11.611,0.0,0.0,0.0,-6.098,-0.066,-1.017,-2.912,-0.141,0.0,2.765,7.716,1.968,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,44491.0,8857.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,14165.0,4597.0,30007.0,5443.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,67.018,67.018,29.253,29.253,37.765,0.0,0.0,0.0,0.0,0.0,0.0,0.623,0.0,0.0,3.637,0.648,9.216,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,37.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,35.371,0.0,11.104,9.182,0.62,0.0,0.0,0.0,0.0,1765.2,3434.1,3434.1,29.151,21.511,0.0,3.488,3.656,0.0,0.0,0.672,9.52,-13.012,0.0,0.0,29.107,0.0,-0.209,2.053,0.0,0.788,0.0,7.865,-7.472,-1.575,0.0,0.408,-0.079,0.0,0.0,0.093,0.884,10.956,0.0,0.0,-8.039,0.0,-0.204,-0.263,-1.884,-0.087,0.0,2.695,5.732,1.072,1354.8,997.6,11171.6,2752.7,0.0,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,19986.0,5356.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,58.46,58.46,34.532,34.532,23.928,0.0,0.0,0.0,0.0,0.0,0.0,0.395,0.0,0.0,3.067,0.532,9.119,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,23.928,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.402,0.0,9.107,9.075,0.724,0.0,0.0,0.0,0.0,2134.3,2846.6,2846.6,18.031,11.736,0.0,3.529,3.789,0.503,5.849,0.614,8.194,-6.664,0.0,0.0,0.0,6.569,-0.044,5.368,0.0,0.0,0.0,3.762,-6.763,-2.508,0.0,0.098,-0.288,-0.036,2.418,-0.001,-1.133,8.269,0.0,0.0,0.0,-5.679,-0.041,-1.225,-2.105,0.0,0.0,1.315,5.683,2.002,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,29805.0,8039.0,5506.0,0.0,575.0,6968.0,0.0,0.0,1949.0,2171.0,4597.0,15522.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.105,58.105,35.839,35.839,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2119.4,3372.6,3372.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32233.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4595.0,18787.0,5329.0,7037.0,0.0,207.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.105,58.105,35.839,35.839,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2119.4,3372.6,3372.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.105,58.105,35.839,35.839,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2119.4,3372.6,3372.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,65.743,65.743,35.852,35.852,29.892,0.0,0.0,0.0,0.0,0.0,0.0,0.493,0.0,0.0,4.263,0.802,9.018,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,29.892,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.994,0.0,13.927,9.075,0.616,0.0,0.0,0.0,0.0,2132.0,3488.8,3488.8,28.066,19.95,0.0,3.5,3.641,0.512,7.516,0.631,10.098,-12.705,0.0,0.0,0.0,8.344,-0.061,10.564,0.0,0.726,0.0,6.349,-8.936,-2.506,0.0,-0.012,-0.421,-0.046,2.821,-0.014,-1.263,11.708,0.0,0.0,0.0,-6.124,-0.057,-2.43,-2.905,-0.158,0.0,3.13,7.844,2.003,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,37299.0,8713.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,9543.0,19445.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,59.513,59.513,35.838,35.838,23.675,0.0,0.0,0.0,0.0,0.0,0.0,0.391,0.0,0.0,4.333,0.822,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.675,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.0,14.292,9.075,0.614,0.0,0.0,0.0,0.0,2119.6,3397.5,3397.5,23.768,19.155,0.0,3.545,3.643,0.513,7.525,0.63,10.094,-12.69,0.0,0.0,0.0,8.319,-0.062,5.886,0.0,0.728,0.0,5.113,-8.911,-2.5,0.0,-0.047,-0.456,-0.051,2.715,-0.024,-1.382,11.724,0.0,0.0,0.0,-6.303,-0.058,-1.436,-3.06,-0.164,0.0,3.143,7.868,2.009,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,65.743,65.743,35.852,35.852,29.892,0.0,0.0,0.0,0.0,0.0,0.0,0.493,0.0,0.0,4.263,0.802,9.018,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,29.892,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.994,0.0,13.927,9.075,0.616,0.0,0.0,0.0,0.0,2132.0,3488.8,3488.8,28.066,19.95,0.0,3.5,3.641,0.512,7.516,0.631,10.098,-12.705,0.0,0.0,0.0,8.344,-0.061,10.564,0.0,0.726,0.0,6.349,-8.936,-2.506,0.0,-0.012,-0.421,-0.046,2.821,-0.014,-1.263,11.708,0.0,0.0,0.0,-6.124,-0.057,-2.43,-2.905,-0.158,0.0,3.13,7.844,2.003,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,37298.0,8713.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,9542.0,19445.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,65.743,65.743,35.852,35.852,29.892,0.0,0.0,0.0,0.0,0.0,0.0,0.493,0.0,0.0,4.263,0.802,9.018,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,29.892,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.994,0.0,13.927,9.075,0.616,0.0,0.0,0.0,0.0,2132.0,3488.8,3488.8,28.066,19.95,0.0,3.5,3.641,0.512,7.516,0.631,10.098,-12.705,0.0,0.0,0.0,8.344,-0.061,10.564,0.0,0.726,0.0,6.349,-8.936,-2.506,0.0,-0.012,-0.421,-0.046,2.821,-0.014,-1.263,11.708,0.0,0.0,0.0,-6.124,-0.057,-2.43,-2.905,-0.158,0.0,3.13,7.844,2.003,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,37298.0,8713.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,9542.0,19445.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,58.328,58.328,35.815,35.815,22.513,0.0,0.0,0.0,0.0,0.0,0.0,0.371,0.0,0.0,4.33,0.822,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.513,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.083,0.0,14.299,9.075,0.614,0.0,0.0,0.0,0.0,2110.9,3368.7,3368.7,23.045,18.891,0.0,3.551,3.641,0.512,7.521,0.864,10.091,-12.683,0.0,0.0,0.0,8.303,-0.064,4.805,0.0,0.729,0.0,4.878,-8.906,-2.499,0.0,-0.051,-0.462,-0.052,2.692,-0.155,-1.398,11.73,0.0,0.0,0.0,-6.336,-0.06,-1.168,-3.092,-0.165,0.0,3.124,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,58.232,58.232,35.671,35.671,22.561,0.0,0.0,0.0,0.0,0.0,0.0,0.372,0.0,0.0,4.212,0.794,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.561,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.128,0.0,13.814,9.075,0.614,0.0,0.0,0.0,0.0,2116.9,3324.6,3324.6,22.984,18.381,0.0,3.548,3.639,0.512,7.51,0.629,10.004,-12.276,0.0,0.0,0.0,8.277,-0.063,4.804,0.0,0.729,0.0,4.882,-8.91,-2.5,0.0,-0.035,-0.451,-0.05,2.717,-0.023,-1.42,11.099,0.0,0.0,0.0,-6.287,-0.059,-1.163,-3.064,-0.164,0.0,3.023,7.868,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.03,58.03,35.679,35.679,22.352,0.0,0.0,0.0,0.0,0.0,0.0,0.369,0.0,0.0,4.22,0.798,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.352,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.931,0.0,13.848,9.075,0.614,0.0,0.0,0.0,0.0,2115.6,3255.4,3255.4,22.859,17.895,0.0,3.669,3.643,0.513,7.525,0.63,10.094,-12.69,0.0,0.0,0.0,8.307,-0.061,4.806,0.0,0.729,0.0,4.836,-8.908,-2.5,0.0,-0.304,-0.459,-0.051,2.699,-0.025,-1.394,11.724,0.0,0.0,0.0,-6.327,-0.058,-1.168,-3.089,-0.165,0.0,2.798,7.87,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,60.604,60.604,36.925,36.925,23.679,0.0,0.0,0.0,0.0,0.0,0.0,0.391,0.0,0.0,5.215,1.028,9.015,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.679,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.175,0.0,17.958,9.075,0.612,0.0,0.0,0.0,0.0,2132.5,3634.7,3634.7,24.757,21.883,0.0,3.552,3.66,0.515,7.583,0.634,10.135,-12.625,2.717,-2.174,0.0,8.471,-0.068,4.816,0.0,0.732,0.0,5.144,-8.887,-2.495,0.0,-0.143,-0.516,-0.059,2.583,-0.039,-1.533,11.705,-0.068,3.749,0.0,-6.624,-0.063,-1.187,-3.252,-0.17,0.0,3.94,7.889,2.014,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,34591.0,8657.0,7508.0,2294.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,23504.0,5406.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.242,59.242,35.884,35.884,23.358,0.0,0.0,0.0,0.0,0.0,0.0,0.385,0.0,0.0,4.375,0.831,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,21.875,0.0,14.462,9.075,0.614,0.0,0.0,0.0,0.0,2115.2,3407.0,3407.0,23.651,19.191,0.0,3.538,3.64,0.512,7.524,0.63,10.088,-12.677,1.147,-0.32,0.0,8.318,-0.063,4.806,0.0,0.729,0.0,5.048,-8.906,-2.499,0.0,-0.053,-0.458,-0.051,2.705,-0.025,-1.388,11.724,-0.498,0.432,0.0,-6.325,-0.059,-1.163,-3.074,-0.165,0.0,3.176,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32879.0,8613.0,7508.0,626.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,19514.0,5322.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,58.612,58.612,36.586,36.586,22.026,0.0,0.0,0.0,0.0,0.0,0.0,0.363,0.0,0.0,4.962,0.97,9.015,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.026,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.626,0.0,16.931,9.075,0.612,0.0,0.0,0.0,0.0,2127.3,3634.7,3634.7,23.618,21.274,0.0,3.568,3.663,0.516,7.583,0.634,10.138,-12.642,0.857,-1.409,0.0,8.436,-0.063,4.814,0.0,0.732,0.0,4.801,-8.885,-2.496,0.0,-0.126,-0.51,-0.059,2.585,-0.038,-1.535,11.715,0.254,2.537,0.0,-6.587,-0.059,-1.196,-3.257,-0.17,0.0,3.684,7.891,2.014,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32951.0,8615.0,7508.0,696.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,21676.0,5364.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,58.364,58.364,36.685,36.685,21.679,0.0,0.0,0.0,0.0,0.0,0.0,0.358,0.0,0.0,5.046,0.99,9.014,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.679,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.301,0.0,17.295,9.075,0.612,0.0,0.0,0.0,0.0,2126.9,3634.7,3634.7,23.534,21.347,0.0,3.575,3.667,0.516,7.595,0.636,10.154,-12.632,0.765,-1.651,0.0,8.463,-0.066,4.818,0.0,0.732,0.0,4.733,-8.884,-2.495,0.0,-0.137,-0.519,-0.06,2.564,-0.04,-1.554,11.716,0.258,2.975,0.0,-6.633,-0.063,-1.201,-3.288,-0.171,0.0,3.753,7.892,2.015,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32879.0,8613.0,7508.0,626.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,21910.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.336,40.336,29.357,29.357,10.979,0.0,0.0,0.0,0.0,0.0,0.0,0.181,0.0,0.0,3.909,0.728,9.409,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.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,10.274,0.0,12.412,9.295,0.606,0.0,0.0,0.0,0.0,1718.3,2541.5,2541.5,13.175,13.018,0.0,3.945,3.838,0.0,0.0,0.691,10.079,-12.095,0.0,0.0,0.0,7.996,-0.152,2.657,0.0,0.776,0.0,0.295,-6.808,-1.452,0.0,-0.102,-0.617,0.0,0.0,-0.024,-0.74,12.161,0.0,0.0,0.0,-1.657,-0.149,-0.598,-3.044,-0.169,0.0,0.084,6.381,1.195,1354.8,997.6,11171.5,2952.8,0.0,36000.0,24000.0,0.0,6.8,91.76,29034.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,313.0,0.0,-487.0,800.0 -base-enclosure-thermal-mass.xml,57.9,57.9,35.793,35.793,22.107,0.0,0.0,0.0,0.0,0.0,0.0,0.365,0.0,0.0,4.316,0.82,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.107,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.703,0.0,14.273,9.075,0.614,0.0,0.0,0.0,0.0,2110.8,3335.2,3335.2,22.901,18.579,0.0,3.557,3.642,0.513,7.508,0.63,10.116,-12.697,0.0,0.0,0.0,8.279,-0.098,4.801,0.0,0.728,0.0,4.785,-8.907,-2.499,0.0,-0.047,-0.46,-0.051,2.699,-0.026,-1.427,11.731,0.0,0.0,0.0,-6.336,-0.094,-1.175,-3.143,-0.166,0.0,3.08,7.871,2.01,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,74.827,74.827,34.523,34.523,40.303,0.0,0.0,0.0,0.0,0.0,0.0,0.665,0.0,0.0,3.03,0.529,9.023,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,37.731,0.0,8.994,9.075,0.622,0.0,0.0,0.0,0.0,2128.5,2682.3,2682.3,25.831,12.574,0.0,3.347,16.952,0.473,7.157,0.836,1.283,-1.612,0.0,0.0,0.0,7.38,-0.045,4.826,0.0,0.732,0.0,7.806,-9.155,-2.566,0.0,0.292,-0.622,-0.009,3.405,-0.085,-0.165,1.409,0.0,0.0,0.0,-4.92,-0.04,-0.965,-0.378,-0.123,0.0,1.748,7.631,1.944,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,35247.0,8664.0,918.0,0.0,575.0,16373.0,0.0,0.0,1949.0,2171.0,4597.0,13671.0,5183.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.198,57.198,34.861,34.861,22.337,0.0,0.0,0.0,0.0,0.0,0.0,0.368,0.0,0.0,3.567,0.631,9.018,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.337,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.919,0.0,10.838,9.075,0.616,0.0,0.0,0.0,0.0,2119.4,3336.2,3336.2,23.032,18.584,0.0,3.555,3.644,0.513,7.537,0.631,10.098,-12.683,0.0,0.0,0.0,8.359,-0.06,4.806,0.0,0.729,0.0,4.848,-8.905,-2.499,0.0,0.014,-0.412,-0.044,2.862,-0.013,-1.249,11.73,0.0,0.0,0.0,-6.095,-0.057,-1.111,-7.007,-0.157,0.0,2.703,7.875,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.689,58.689,33.822,33.822,24.868,0.0,0.0,0.0,0.0,0.0,0.0,0.41,0.0,0.0,2.662,0.452,9.021,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.868,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.28,0.0,7.537,9.075,0.619,0.0,0.0,0.0,0.0,2107.2,2487.0,2487.0,17.245,8.333,0.0,3.468,5.156,0.5,7.22,0.6,0.0,0.0,0.0,0.0,0.0,7.492,-0.043,4.777,0.0,0.723,0.0,4.877,-9.031,-2.531,0.0,0.205,-0.376,-0.023,3.187,0.013,0.0,0.0,0.0,0.0,0.0,-5.188,-0.041,-1.102,0.0,-0.144,0.0,1.301,7.752,1.978,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,25473.0,8352.0,0.0,0.0,575.0,7829.0,0.0,0.0,1949.0,2171.0,4597.0,11624.0,5099.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,65.896,65.896,35.951,35.951,29.945,0.0,0.0,0.0,0.0,0.0,0.0,0.494,0.0,0.0,4.344,0.819,9.018,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,29.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,0.0,0.0,28.045,0.0,14.213,9.075,0.616,0.0,0.0,0.0,0.0,2146.8,3634.7,3634.7,27.766,21.326,0.0,3.492,3.633,0.511,7.504,0.63,19.595,-16.819,0.0,0.0,0.0,8.426,-0.074,4.825,0.0,0.732,0.0,6.377,-8.965,-2.513,0.0,0.015,-0.392,-0.042,2.826,-0.007,-4.96,14.292,0.0,0.0,0.0,-6.171,-0.068,-1.082,-2.85,-0.155,0.0,3.243,7.815,1.997,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,38663.0,8743.0,13788.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,21180.0,5355.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.029,58.029,35.868,35.868,22.16,0.0,0.0,0.0,0.0,0.0,0.0,0.366,0.0,0.0,4.377,0.834,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,20.753,0.0,14.515,9.075,0.613,0.0,0.0,0.0,0.0,2119.4,3372.6,3372.6,23.032,18.927,0.0,3.558,3.645,0.513,7.515,0.631,10.105,-12.683,0.0,0.0,0.0,8.252,-0.071,4.808,0.0,0.73,0.0,4.81,-8.905,-2.499,0.0,-0.073,-0.483,-0.055,2.62,-0.031,-1.316,12.141,0.0,0.0,0.0,-6.498,-0.067,-1.188,-3.219,-0.168,0.0,3.165,7.872,2.011,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,57.767,57.767,33.4,33.4,24.367,0.0,0.0,0.0,0.0,0.0,0.0,0.402,0.0,0.0,2.337,0.361,9.024,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,0.0,0.0,22.819,0.0,6.148,9.075,0.622,0.0,0.0,0.0,0.0,2131.5,2555.5,2555.5,23.076,11.305,0.0,3.574,3.682,0.517,7.568,0.638,10.631,-11.787,0.0,0.0,0.0,8.559,-0.043,4.867,0.0,0.74,0.0,5.219,-9.143,-2.56,0.0,0.354,-0.11,-0.002,3.553,0.056,-3.589,2.911,0.0,0.0,0.0,-4.594,-0.039,-0.912,-2.173,-0.118,0.0,1.398,7.643,1.95,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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.071,59.071,35.265,35.265,23.805,0.0,0.0,0.0,0.0,0.0,0.0,0.393,0.0,0.0,3.865,0.713,9.018,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.805,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.295,0.0,12.373,9.075,0.616,0.0,0.0,0.0,0.0,2130.8,3264.1,3264.1,22.493,16.956,0.0,3.514,3.609,0.508,7.424,0.622,8.599,-9.444,0.0,0.0,0.0,8.041,-0.059,4.791,0.0,0.726,0.0,5.093,-8.925,-2.504,0.0,0.017,-0.411,-0.044,2.82,-0.014,-0.74,8.684,0.0,0.0,0.0,-6.06,-0.055,-1.142,-2.918,-0.16,0.0,2.72,7.854,2.006,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,31383.0,8571.0,6680.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,17521.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.529,47.529,30.202,30.202,17.327,0.0,0.0,0.0,0.0,0.0,0.0,0.286,0.0,0.0,4.683,0.9,9.202,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.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,16.233,0.0,15.611,9.182,0.606,0.0,0.0,0.0,2.0,1739.2,3434.1,3434.1,20.513,21.806,0.0,3.811,3.817,0.0,0.0,0.769,10.526,-11.315,0.0,0.0,10.182,0.0,-0.48,2.065,0.0,0.786,0.0,3.899,-6.747,-1.425,0.0,-0.107,-0.589,0.0,0.0,0.029,-0.179,12.654,0.0,0.0,-3.786,0.0,-0.474,-0.413,-2.427,-0.161,0.0,3.621,6.443,1.222,1354.8,997.6,11171.6,2752.7,0.0,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,5354.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.313,52.313,32.555,32.555,19.758,0.0,0.0,0.0,0.0,0.0,0.0,0.326,0.0,0.0,4.372,0.83,9.25,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,19.758,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.502,0.0,14.445,9.204,0.613,0.0,0.0,0.0,0.0,1905.4,3328.9,3328.9,21.426,19.451,0.0,3.661,4.739,0.514,5.516,0.701,9.837,-12.609,0.0,0.0,0.835,6.146,-0.039,3.259,0.0,0.735,0.0,4.443,-7.701,-1.886,0.0,-0.039,-0.654,-0.057,1.918,-0.044,-1.196,11.679,0.0,0.0,-0.129,-4.618,-0.036,-0.791,-3.022,-0.167,0.0,3.313,6.955,1.52,1354.8,997.6,11171.6,2792.6,0.0,36000.0,24000.0,0.0,6.8,91.76,31583.0,8577.0,7508.0,0.0,620.0,7529.0,0.0,511.0,1432.0,2171.0,3235.0,19061.0,5346.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-belly-wing-no-skirt.xml,49.296,49.296,29.291,29.291,20.005,0.0,0.0,0.0,0.0,0.0,0.0,0.33,0.0,0.0,3.906,0.721,9.203,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,20.005,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.736,0.0,12.229,9.182,0.607,0.0,0.0,0.0,0.0,1746.6,3036.3,3036.3,24.177,17.847,0.0,3.986,5.373,0.0,0.0,0.756,8.719,-11.134,0.0,0.0,10.274,0.0,-0.363,2.069,0.0,0.793,0.0,6.171,-6.863,-1.453,0.0,0.291,-0.621,0.0,0.0,0.037,0.041,9.561,0.0,0.0,-3.473,0.0,-0.356,-0.4,-2.2,-0.147,0.0,2.245,6.327,1.194,1354.8,997.6,11171.6,2752.7,0.0,36000.0,24000.0,0.0,6.8,91.76,21939.0,2609.0,6674.0,0.0,575.0,3049.0,0.0,4563.0,0.0,2171.0,2299.0,12752.0,755.0,5340.0,0.0,207.0,321.0,0.0,488.0,0.0,2010.0,310.0,3320.0,380.0,0.0,-420.0,800.0 -base-foundation-belly-wing-skirt.xml,48.925,48.925,29.299,29.299,19.626,0.0,0.0,0.0,0.0,0.0,0.0,0.324,0.0,0.0,3.918,0.724,9.203,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.626,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.38,0.0,12.283,9.182,0.606,0.0,0.0,0.0,0.0,1745.5,3031.9,3031.9,24.024,17.806,0.0,3.992,5.382,0.0,0.0,0.757,8.731,-11.127,0.0,0.0,9.978,0.0,-0.357,2.07,0.0,0.794,0.0,6.058,-6.857,-1.453,0.0,0.285,-0.63,0.0,0.0,0.036,0.021,9.567,0.0,0.0,-3.392,0.0,-0.351,-0.403,-2.214,-0.147,0.0,2.251,6.333,1.194,1354.8,997.6,11171.6,2752.7,0.0,36000.0,24000.0,0.0,6.8,91.76,21939.0,2609.0,6674.0,0.0,575.0,3049.0,0.0,4563.0,0.0,2171.0,2299.0,12752.0,755.0,5340.0,0.0,207.0,321.0,0.0,488.0,0.0,2010.0,310.0,3320.0,380.0,0.0,-420.0,800.0 -base-foundation-complex.xml,77.373,77.373,37.128,37.128,40.246,0.0,0.0,0.0,0.0,0.0,0.0,0.664,0.0,0.0,5.151,1.017,9.019,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.246,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.691,0.0,17.738,9.075,0.617,0.0,0.0,0.0,3.0,2139.6,3634.6,3634.6,33.388,22.034,0.0,3.434,3.658,0.521,19.566,0.65,10.136,-12.837,0.0,0.0,0.0,8.756,-0.109,6.085,0.0,0.739,0.0,8.279,-9.111,-2.555,0.0,0.034,-0.372,-0.046,3.7,-0.007,-1.014,11.574,0.0,0.0,0.0,-4.532,-0.101,-1.237,-3.289,-0.139,0.0,3.73,7.67,1.955,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,42012.0,8808.0,7508.0,0.0,575.0,15887.0,0.0,0.0,2467.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-full.xml,55.42,55.42,36.372,36.372,19.048,0.0,0.0,0.0,0.0,0.0,0.0,0.314,0.0,0.0,4.826,0.942,9.014,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.048,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.836,0.0,16.438,9.075,0.611,0.0,0.0,0.0,0.0,2120.4,3561.3,3561.3,22.288,20.673,0.0,3.636,3.705,0.522,8.235,0.644,10.266,-12.652,0.0,0.0,0.0,4.795,-0.064,4.843,0.0,0.735,0.0,4.211,-8.886,-2.496,0.0,-0.111,-0.508,-0.058,2.158,-0.038,-1.547,11.761,0.0,0.0,0.0,-3.714,-0.059,-1.194,-3.315,-0.17,0.0,3.498,7.889,2.013,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,31633.0,8578.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1365.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,56.979,56.979,36.045,36.045,20.934,0.0,0.0,0.0,0.0,0.0,0.0,0.345,0.0,0.0,4.537,0.871,9.015,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.934,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.603,0.0,15.18,9.075,0.613,0.0,0.0,0.0,0.0,2123.3,3463.5,3463.5,22.76,19.767,0.0,3.584,3.664,0.516,7.833,0.635,10.15,-12.669,0.0,0.0,0.0,6.873,-0.061,4.815,0.0,0.731,0.0,4.578,-8.892,-2.496,0.0,-0.079,-0.484,-0.055,2.494,-0.032,-1.471,11.744,0.0,0.0,0.0,-5.347,-0.057,-1.182,-3.184,-0.168,0.0,3.283,7.885,2.013,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,31633.0,8578.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1365.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,56.901,56.901,35.387,35.387,21.515,0.0,0.0,0.0,0.0,0.0,0.0,0.355,0.0,0.0,3.999,0.74,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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.0,0.0,20.147,0.0,12.834,9.075,0.614,0.0,0.0,0.0,0.0,2124.2,3427.1,3427.1,23.225,18.744,0.0,3.584,3.669,0.516,6.117,0.636,10.166,-12.69,0.0,0.0,0.0,8.986,-0.065,4.827,0.0,0.734,0.0,4.708,-8.905,-2.5,0.0,-0.002,-0.423,-0.046,1.073,-0.017,-1.296,11.724,0.0,0.0,0.0,-6.519,-0.06,-1.143,-2.923,-0.162,0.0,2.934,7.872,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,35456.0,8669.0,7508.0,0.0,575.0,9987.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,46.839,46.839,28.838,28.838,18.001,0.0,0.0,0.0,0.0,0.0,0.0,0.297,0.0,0.0,3.554,0.647,9.21,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.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,16.845,0.0,11.07,9.182,0.614,0.0,0.0,0.0,0.0,1720.5,2371.2,2371.2,15.899,11.724,0.0,3.711,3.607,0.507,5.113,0.622,9.795,-12.66,0.0,0.0,0.0,10.002,-0.052,3.495,0.0,0.731,0.0,0.0,-6.89,-1.467,0.0,0.025,-0.473,-0.053,1.786,-0.029,-1.225,11.693,0.0,0.0,0.0,-3.856,-0.048,-0.842,-2.99,-0.164,0.0,0.0,6.308,1.18,1354.8,997.6,11171.6,2752.7,0.0,36000.0,24000.0,0.0,6.8,91.76,21523.0,0.0,7508.0,0.0,575.0,5116.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.337,42.337,29.641,29.641,12.696,0.0,0.0,0.0,0.0,0.0,0.0,0.209,0.0,0.0,4.302,0.818,9.182,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.696,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.886,0.0,13.988,9.126,0.693,0.0,0.0,0.0,0.0,1709.3,3001.9,3001.9,15.204,15.253,0.0,3.982,3.868,0.0,0.0,0.78,10.584,-11.178,0.0,0.0,5.315,0.0,-0.386,2.585,0.0,0.0,0.0,1.988,-4.612,-1.419,0.0,-0.151,-0.726,0.0,0.0,-0.016,-0.483,12.79,0.0,0.0,-0.712,0.0,-0.381,-0.573,-2.645,0.0,0.0,1.694,4.254,1.228,1354.8,997.6,11171.5,2652.8,0.0,36000.0,24000.0,0.0,6.8,91.76,23121.0,4832.0,7508.0,0.0,575.0,2198.0,0.0,3538.0,0.0,2171.0,2299.0,14275.0,221.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.551,39.551,29.218,29.218,10.333,0.0,0.0,0.0,0.0,0.0,0.0,0.17,0.0,0.0,3.972,0.743,9.201,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.333,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.67,0.0,12.686,9.182,0.605,0.0,0.0,0.0,0.0,1716.3,2511.4,2511.4,12.694,12.985,0.0,3.934,3.804,0.0,0.0,0.691,10.073,-12.046,0.0,0.0,0.0,8.0,-0.153,2.012,0.0,0.776,0.0,0.278,-6.774,-1.446,0.0,-0.09,-0.602,0.0,0.0,-0.029,-0.812,12.21,0.0,0.0,0.0,-1.717,-0.151,-0.471,-2.884,-0.174,0.0,0.085,6.415,1.201,1354.8,997.6,11171.6,2752.7,0.0,36000.0,24000.0,0.0,6.8,91.76,28667.0,1684.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.511,43.511,29.776,29.776,13.735,0.0,0.0,0.0,0.0,0.0,0.0,0.227,0.0,0.0,4.383,0.836,9.2,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.735,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.859,0.0,14.351,9.126,0.713,0.0,0.0,0.0,0.0,1713.3,2858.9,2858.9,16.464,16.227,0.0,3.987,3.868,0.0,0.0,0.779,10.63,-11.228,0.0,0.0,5.935,0.0,-0.399,2.588,0.0,0.0,0.0,2.404,-4.628,-1.424,0.0,-0.127,-0.706,0.0,0.0,-0.012,-0.481,12.741,0.0,0.0,-0.614,0.0,-0.394,-0.561,-2.632,0.0,0.0,1.97,4.237,1.223,1354.8,997.6,11171.6,2652.8,0.0,36000.0,24000.0,0.0,6.8,91.76,23082.0,4827.0,7508.0,0.0,575.0,2198.0,0.0,3504.0,0.0,2171.0,2299.0,14270.0,225.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,40.822,40.822,29.188,29.188,11.634,0.0,0.0,0.0,0.0,0.0,0.0,0.192,0.0,0.0,3.938,0.731,9.197,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.634,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.892,0.0,12.421,9.126,0.71,0.0,0.0,0.0,0.0,1716.9,2619.0,2619.0,14.652,13.981,0.0,3.976,3.837,0.0,0.0,0.769,10.587,-11.043,0.0,0.0,4.441,0.0,-0.41,2.586,0.0,0.0,0.0,1.776,-4.584,-1.409,0.0,-0.127,-0.681,0.0,0.0,0.012,-0.458,12.925,0.0,0.0,-2.107,0.0,-0.406,-0.578,-2.548,0.0,0.0,1.166,4.282,1.238,1354.8,997.6,11171.6,2652.8,0.0,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.475,48.475,28.856,28.856,19.619,0.0,0.0,0.0,0.0,0.0,0.0,0.324,0.0,0.0,3.617,0.654,9.131,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.619,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.362,0.0,11.127,9.126,0.639,0.0,0.0,0.0,0.0,1728.2,2475.4,2475.4,16.593,12.566,0.0,3.735,3.633,0.0,0.0,0.636,9.314,-12.475,0.0,0.0,14.539,0.0,-0.046,2.466,0.0,0.0,0.0,2.55,-4.773,-1.48,0.0,0.05,-0.453,0.0,0.0,-0.018,-0.471,11.493,0.0,0.0,-2.86,0.0,-0.045,-0.525,-2.441,0.0,0.0,1.344,4.092,1.167,1354.8,997.6,11171.6,2652.8,0.0,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,127.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.411,42.411,29.672,29.672,12.739,0.0,0.0,0.0,0.0,0.0,0.0,0.21,0.0,0.0,4.319,0.822,9.19,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.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.926,0.0,14.067,9.126,0.703,0.0,0.0,0.0,0.0,1709.8,3114.5,3114.5,15.45,15.452,0.0,3.974,3.834,0.0,0.0,0.76,10.528,-11.159,0.0,0.0,5.366,0.0,-0.39,2.583,0.0,0.0,0.0,2.089,-4.606,-1.417,0.0,-0.13,-0.683,0.0,0.0,0.003,-0.513,12.81,0.0,0.0,-0.766,0.0,-0.385,-0.574,-2.667,0.0,0.0,1.771,4.26,1.23,1354.8,997.6,11171.5,2652.8,0.0,36000.0,24000.0,0.0,6.8,91.76,23128.0,4832.0,7508.0,0.0,575.0,2198.0,0.0,3545.0,0.0,2171.0,2299.0,14277.0,221.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.275,40.275,29.774,29.774,10.501,0.0,0.0,0.0,0.0,0.0,0.0,0.173,0.0,0.0,4.341,0.83,9.298,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.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.832,0.0,14.178,9.182,0.708,0.0,0.0,0.0,0.0,1705.8,2988.7,2988.7,14.329,14.748,0.0,3.959,3.815,0.0,0.0,0.781,10.65,-10.714,0.0,0.0,4.565,0.0,-0.459,2.05,0.0,0.775,0.0,1.604,-6.2,-1.376,0.0,-0.242,-0.804,0.0,0.0,-0.001,-0.693,13.255,0.0,0.0,-2.1,0.0,-0.454,-0.49,-2.745,-0.198,0.0,1.315,6.384,1.271,1354.8,997.6,11171.5,2752.7,0.0,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-above-grade.xml,42.267,42.267,29.879,29.879,12.388,0.0,0.0,0.0,0.0,0.0,0.0,0.204,0.0,0.0,4.35,0.83,9.364,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.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,11.599,0.0,14.129,9.182,0.777,0.0,0.0,0.0,0.0,1721.9,2790.7,2790.7,15.473,15.546,0.0,3.952,3.793,0.0,0.0,0.758,10.49,-10.966,0.0,0.0,6.708,0.0,-0.446,1.847,0.0,0.78,0.0,1.999,-6.302,-1.401,0.0,-0.145,-0.695,0.0,0.0,0.016,-0.509,13.003,0.0,0.0,-2.522,0.0,-0.441,-0.399,-2.671,-0.183,0.0,1.477,6.282,1.246,1354.8,997.6,11171.5,2752.7,0.0,36000.0,24000.0,0.0,6.8,91.76,24393.0,7387.0,7508.0,0.0,575.0,2198.0,0.0,2255.0,0.0,2171.0,2299.0,15739.0,2026.0,7037.0,0.0,207.0,232.0,0.0,598.0,0.0,2010.0,310.0,3320.0,380.0,0.0,-420.0,800.0 -base-foundation-vented-crawlspace.xml,42.177,42.177,29.718,29.718,12.459,0.0,0.0,0.0,0.0,0.0,0.0,0.206,0.0,0.0,4.213,0.797,9.372,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.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,11.666,0.0,13.527,9.182,0.786,0.0,0.0,0.0,0.0,1723.9,3094.6,3094.6,15.482,15.239,0.0,3.962,3.816,0.0,0.0,0.766,10.546,-11.029,0.0,0.0,6.732,0.0,-0.434,1.848,0.0,0.782,0.0,2.013,-6.322,-1.406,0.0,-0.128,-0.69,0.0,0.0,0.01,-0.475,12.939,0.0,0.0,-3.04,0.0,-0.429,-0.394,-2.616,-0.18,0.0,1.349,6.262,1.241,1354.8,997.6,11171.5,2752.7,0.0,36000.0,24000.0,0.0,6.8,91.76,23883.0,6887.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,64.094,64.094,36.213,36.213,27.88,0.0,0.0,0.0,0.0,0.0,0.0,0.46,0.0,0.0,4.58,0.879,9.017,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,26.11,0.0,15.293,9.075,0.615,0.0,0.0,0.0,0.0,2133.5,3620.4,3620.4,26.753,20.8,0.0,3.536,3.698,0.521,7.384,0.648,10.878,-12.928,0.0,0.0,0.0,10.191,-0.062,6.628,0.0,0.729,0.0,5.961,-8.927,-2.504,0.0,-0.108,-0.524,-0.061,1.459,-0.034,-1.566,12.043,0.0,0.0,0.0,-3.716,-0.057,-1.537,-3.401,-0.161,0.0,3.295,7.852,2.006,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,34105.0,8645.0,7925.0,0.0,575.0,6502.0,0.0,0.0,2345.0,2171.0,5942.0,19161.0,5335.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-cooling-only.xml,34.713,34.713,34.713,34.713,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.367,1.009,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.916,9.075,0.661,0.0,0.0,0.0,0.0,2020.7,3214.9,3214.9,0.0,16.016,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.022,-0.472,-0.052,2.664,-0.032,-1.455,11.85,0.0,0.0,0.0,-6.919,-0.064,-1.194,-3.019,-0.167,0.0,1.982,8.007,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,36000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.533,45.533,45.533,45.533,0.0,0.0,0.0,0.0,0.0,0.0,9.428,0.999,0.296,0.017,3.461,1.038,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.459,0.313,13.301,9.075,0.614,0.0,0.0,0.0,0.0,7012.9,3247.0,7012.9,24.203,16.281,0.0,3.531,3.645,0.513,7.53,0.631,10.104,-12.683,0.0,0.0,0.0,8.316,-0.065,4.807,0.0,0.729,0.0,5.456,-8.906,-2.499,0.0,-0.007,-0.465,-0.052,2.684,-0.026,-1.407,11.73,0.0,0.0,0.0,-6.35,-0.061,-1.17,-3.104,-0.166,0.0,2.031,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,41.785,41.785,41.785,41.785,0.0,0.0,0.0,0.0,0.0,0.0,9.448,1.729,0.308,0.031,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.092,0.339,0.0,9.075,0.588,0.0,0.0,0.0,0.0,7122.8,1624.2,7122.8,25.253,0.0,0.0,3.503,3.648,0.513,7.514,0.632,10.115,-12.683,0.0,0.0,0.0,8.151,-0.069,4.81,0.0,0.73,0.0,6.27,-8.906,-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,11171.6,2563.5,0.0,36000.0,0.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.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.501,45.501,45.501,45.501,0.0,0.0,0.0,0.0,0.0,0.0,8.966,0.903,0.894,0.051,3.382,1.014,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.707,0.945,12.973,9.075,0.613,0.0,0.0,144.0,0.0,10357.9,3230.8,10357.9,37.455,16.144,0.0,3.614,3.675,0.516,7.775,0.624,10.039,-12.798,0.0,0.0,0.0,9.086,0.059,4.748,0.0,0.762,0.0,4.604,-8.886,-2.51,0.0,0.007,-0.452,-0.051,2.749,-0.035,-1.506,11.615,0.0,0.0,0.0,-6.397,0.05,-1.191,-3.331,-0.163,0.0,1.991,7.891,2.0,1354.8,997.6,11171.5,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.592,45.592,45.592,45.592,0.0,0.0,0.0,0.0,0.0,0.0,9.499,0.999,0.296,0.017,3.449,1.038,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.459,0.313,13.301,9.075,0.614,0.0,0.0,0.0,0.0,7012.9,3241.2,7012.9,24.203,16.281,0.0,3.531,3.645,0.513,7.53,0.631,10.104,-12.683,0.0,0.0,0.0,8.316,-0.065,4.807,0.0,0.729,0.0,5.456,-8.906,-2.499,0.0,-0.007,-0.465,-0.052,2.684,-0.026,-1.407,11.73,0.0,0.0,0.0,-6.35,-0.061,-1.17,-3.104,-0.166,0.0,2.031,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.533,45.533,45.533,45.533,0.0,0.0,0.0,0.0,0.0,0.0,9.428,0.999,0.296,0.017,3.461,1.038,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.459,0.313,13.301,9.075,0.614,0.0,0.0,0.0,0.0,7012.9,3247.0,7012.9,24.203,16.281,0.0,3.531,3.645,0.513,7.53,0.631,10.104,-12.683,0.0,0.0,0.0,8.316,-0.065,4.807,0.0,0.729,0.0,5.456,-8.906,-2.499,0.0,-0.007,-0.465,-0.052,2.684,-0.026,-1.407,11.73,0.0,0.0,0.0,-6.35,-0.061,-1.17,-3.104,-0.166,0.0,2.031,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.473,41.473,41.473,41.473,0.0,0.0,0.0,0.0,0.0,0.0,7.361,0.584,0.283,0.012,2.316,0.626,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.469,0.295,13.553,9.075,0.614,0.0,0.0,0.0,0.0,6989.9,2794.0,6989.9,24.196,17.295,0.0,3.491,3.645,0.513,7.531,0.631,10.105,-12.683,0.0,0.0,0.0,8.318,-0.065,4.807,0.0,0.729,0.0,6.498,-8.906,-2.499,0.0,-0.017,-0.465,-0.052,2.684,-0.026,-1.407,11.73,0.0,0.0,0.0,-6.35,-0.061,-1.17,-3.104,-0.166,0.0,2.286,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.616,53.616,38.701,38.701,14.915,0.0,0.0,0.0,0.0,0.0,5.079,0.352,0.0,0.056,2.441,0.48,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.915,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.699,11.125,16.156,9.075,0.614,0.0,0.0,1.0,10.0,3202.1,2882.4,3202.1,22.934,17.738,0.0,3.282,3.605,0.508,7.527,0.616,9.934,-12.591,0.0,0.0,0.0,8.249,-0.03,5.816,0.0,0.72,0.0,10.953,-8.787,-2.475,0.0,-0.186,-0.492,-0.056,2.721,-0.038,-1.537,11.822,0.0,0.0,0.0,-6.368,-0.026,-1.501,-3.081,-0.171,0.0,5.206,7.991,2.034,1354.8,997.6,11171.6,2563.5,0.0,18000.0,18000.0,60000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.607,56.607,37.565,37.565,19.042,0.0,0.0,0.0,0.0,0.0,4.02,0.233,0.0,0.072,2.464,0.482,9.018,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.042,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.307,14.185,16.31,9.075,0.615,0.0,0.0,225.0,10.0,3034.2,2882.5,3034.2,23.177,17.738,0.0,3.297,3.6,0.506,7.421,0.614,9.851,-12.664,0.0,0.0,0.0,8.25,-0.008,5.77,0.0,0.715,0.0,10.51,-8.794,-2.468,0.0,-0.174,-0.487,-0.056,2.65,-0.037,-1.586,11.749,0.0,0.0,0.0,-6.307,-0.005,-1.521,-3.068,-0.175,0.0,5.101,7.984,2.042,1354.8,997.6,11171.5,2563.5,0.0,18000.0,18000.0,60000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.723,53.723,38.803,38.803,14.92,0.0,0.0,0.0,0.0,0.0,5.151,0.357,0.0,0.056,2.464,0.483,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,27.971,11.129,16.346,9.075,0.614,0.0,0.0,1.0,10.0,3202.1,2882.4,3202.1,22.934,17.738,0.0,3.324,3.646,0.513,7.529,0.631,10.095,-12.703,0.0,0.0,0.0,8.332,-0.059,5.884,0.0,0.728,0.0,11.091,-8.914,-2.501,0.0,-0.142,-0.453,-0.051,2.716,-0.024,-1.382,11.71,0.0,0.0,0.0,-6.295,-0.055,-1.437,-3.069,-0.164,0.0,5.274,7.864,2.009,1354.8,997.6,11171.6,2563.5,0.0,18000.0,18000.0,60000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.7,53.7,38.942,38.942,14.758,0.0,0.0,0.0,0.0,0.0,4.916,0.334,0.0,0.445,2.473,0.482,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.758,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.195,12.251,16.463,9.075,0.614,0.0,0.0,2.0,8.0,3212.2,2882.3,3212.2,26.385,17.729,0.0,3.269,3.648,0.513,7.535,0.631,10.099,-12.695,0.0,0.0,0.0,8.327,-0.059,4.804,0.0,0.729,0.0,12.407,-8.905,-2.499,0.0,-0.151,-0.462,-0.052,2.686,-0.026,-1.413,11.718,0.0,0.0,0.0,-6.343,-0.055,-1.173,-3.115,-0.166,0.0,5.289,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,18000.0,18000.0,60000.0,6.8,91.76,39742.0,16102.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-detailed-performance-autosize.xml,42.793,42.793,42.793,42.793,0.0,0.0,0.0,0.0,0.0,0.0,8.747,0.562,0.27,0.01,2.749,0.164,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.751,0.28,15.106,9.075,0.614,0.0,0.0,0.0,0.0,5522.3,3772.5,5522.3,24.43,18.47,0.0,3.367,3.648,0.513,7.536,0.631,10.106,-12.695,0.0,0.0,0.0,8.329,-0.062,4.808,0.0,0.73,0.0,9.894,-8.91,-2.5,0.0,-0.085,-0.462,-0.052,2.688,-0.026,-1.406,11.718,0.0,0.0,0.0,-6.341,-0.058,-1.17,-3.109,-0.165,0.0,3.907,7.868,2.009,1354.8,997.6,11171.6,2563.5,0.0,31147.0,31147.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-detailed-performance-heating-only.xml,42.447,42.447,42.447,42.447,0.0,0.0,0.0,0.0,0.0,0.0,8.732,0.515,0.084,0.003,2.7,0.12,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.131,0.088,14.405,9.075,0.614,0.0,0.0,0.0,0.0,5064.1,3167.7,5064.1,24.193,18.073,0.0,3.389,3.646,0.513,7.534,0.631,10.107,-12.683,0.0,0.0,0.0,8.322,-0.065,4.807,0.0,0.729,0.0,9.255,-8.906,-2.499,0.0,-0.053,-0.464,-0.052,2.685,-0.026,-1.406,11.73,0.0,0.0,0.0,-6.348,-0.061,-1.17,-3.106,-0.166,0.0,3.178,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-detailed-performance-normalized-capacities.xml,42.393,42.393,42.393,42.393,0.0,0.0,0.0,0.0,0.0,0.0,8.788,0.512,0.087,0.004,2.597,0.113,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.279,0.09,14.705,9.075,0.614,0.0,0.0,0.0,0.0,5080.8,3564.3,5080.8,24.192,18.091,0.0,3.386,3.648,0.513,7.536,0.631,10.106,-12.695,0.0,0.0,0.0,8.328,-0.062,4.808,0.0,0.73,0.0,9.409,-8.91,-2.5,0.0,-0.065,-0.462,-0.052,2.687,-0.026,-1.406,11.718,0.0,0.0,0.0,-6.342,-0.058,-1.17,-3.107,-0.165,0.0,3.493,7.868,2.009,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-detailed-performance-other-temperatures.xml,50.043,50.043,50.043,50.043,0.0,0.0,0.0,0.0,0.0,0.0,9.696,0.718,5.721,0.327,3.182,0.106,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.665,6.048,14.672,9.075,0.614,0.0,0.0,0.0,0.0,8393.7,3435.0,8393.7,24.188,18.194,0.0,3.366,3.646,0.513,7.534,0.631,10.107,-12.683,0.0,0.0,0.0,8.323,-0.065,4.807,0.0,0.729,0.0,9.802,-8.906,-2.499,0.0,-0.066,-0.464,-0.052,2.685,-0.026,-1.406,11.73,0.0,0.0,0.0,-6.348,-0.061,-1.17,-3.107,-0.166,0.0,3.46,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-detailed-performance.xml,42.351,42.351,42.351,42.351,0.0,0.0,0.0,0.0,0.0,0.0,8.748,0.514,0.084,0.003,2.595,0.115,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.13,0.087,14.712,9.075,0.614,0.0,0.0,0.0,0.0,5064.2,3559.8,5064.2,24.193,18.088,0.0,3.389,3.646,0.513,7.534,0.631,10.107,-12.683,0.0,0.0,0.0,8.322,-0.065,4.807,0.0,0.729,0.0,9.254,-8.906,-2.499,0.0,-0.068,-0.464,-0.052,2.685,-0.026,-1.406,11.73,0.0,0.0,0.0,-6.348,-0.061,-1.17,-3.107,-0.166,0.0,3.499,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,40.891,40.891,40.891,40.891,0.0,0.0,0.0,0.0,0.0,0.0,7.82,0.254,0.286,0.013,2.105,0.12,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.727,0.299,14.405,9.075,0.614,0.0,0.0,0.0,0.0,5746.3,2768.7,5746.3,24.247,18.073,0.0,3.444,3.645,0.513,7.532,0.631,10.105,-12.683,0.0,0.0,0.0,8.319,-0.065,4.807,0.0,0.729,0.0,7.804,-8.906,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.406,11.73,0.0,0.0,0.0,-6.348,-0.061,-1.17,-3.106,-0.166,0.0,3.179,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.283,49.283,42.753,42.753,6.531,0.0,0.0,0.0,0.0,0.0,0.0,0.043,0.0,0.0,3.334,0.519,15.676,0.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.531,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.046,0.0,9.778,16.204,0.642,0.0,0.0,0.0,0.0,2608.0,3510.7,3510.7,17.003,15.983,0.0,2.9,2.833,0.397,5.505,0.423,7.596,-12.563,0.0,0.0,0.0,5.727,-0.058,3.539,0.0,0.582,0.0,1.453,-10.182,-2.473,0.0,-0.153,-0.607,-0.072,2.26,-0.067,-1.871,11.85,0.0,0.0,0.0,-7.696,-0.059,-1.295,-5.334,-0.193,0.0,2.007,9.375,2.036,2181.0,1715.2,21140.4,3685.7,0.0,31430.0,27891.0,0.0,0.0,100.0,31430.0,9044.0,7128.0,0.0,545.0,6493.0,0.0,0.0,1851.0,2061.0,4307.0,22993.0,6411.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.xml,58.953,58.953,35.972,35.972,22.981,0.0,0.0,0.0,0.0,0.0,0.0,0.386,0.0,0.0,4.443,0.851,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.981,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.529,0.0,14.835,9.075,0.614,0.0,0.0,0.0,0.0,2124.0,3361.2,3361.2,23.95,19.118,0.0,3.532,3.645,0.513,7.53,0.631,10.101,-12.683,0.0,0.0,0.0,8.314,-0.064,4.807,0.0,0.729,0.0,5.53,-8.905,-2.499,0.0,-0.073,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.349,-0.06,-1.171,-3.107,-0.166,0.0,3.593,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,32235.0,21309.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,49.421,49.421,30.505,30.505,0.0,0.0,0.0,0.0,0.0,18.916,0.0,0.236,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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,18.916,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.012,0.0,0.0,9.075,0.588,0.0,0.0,0.0,0.0,2045.6,1615.7,2045.6,16.438,0.0,0.0,3.747,3.646,0.513,7.508,0.632,10.109,-12.683,0.0,0.0,0.0,8.139,-0.069,4.809,0.0,0.73,0.0,0.0,-8.906,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.249,48.249,48.249,48.249,0.0,0.0,0.0,0.0,0.0,0.0,17.858,0.122,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.012,0.0,0.0,9.075,0.588,0.0,0.0,0.0,0.0,6027.4,1615.7,6027.4,16.438,0.0,0.0,3.747,3.646,0.513,7.508,0.632,10.109,-12.683,0.0,0.0,0.0,8.139,-0.069,4.809,0.0,0.73,0.0,0.0,-8.906,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.251,55.251,36.051,36.051,19.2,0.0,0.0,0.0,0.0,0.0,0.0,0.145,0.0,0.0,4.437,1.176,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,16.178,0.0,14.48,9.075,0.614,0.0,0.0,0.0,0.0,2083.0,3548.7,3548.7,16.438,19.072,0.0,3.744,3.643,0.513,7.525,0.631,10.099,-12.683,0.0,0.0,0.0,8.305,-0.065,4.807,0.0,0.73,0.0,0.0,-8.906,-2.499,0.0,-0.06,-0.464,-0.052,2.685,-0.026,-1.405,11.73,0.0,0.0,0.0,-6.349,-0.061,-1.17,-3.106,-0.166,0.0,3.231,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,54.387,54.387,30.412,30.412,23.974,0.0,0.0,0.0,0.0,0.0,0.0,0.144,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.974,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.012,0.0,0.0,9.075,0.588,0.0,0.0,0.0,0.0,2033.0,1615.7,2033.0,16.438,0.0,0.0,3.747,3.646,0.513,7.508,0.632,10.109,-12.683,0.0,0.0,0.0,8.139,-0.069,4.809,0.0,0.73,0.0,0.0,-8.906,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,49.415,49.415,30.412,30.412,19.003,0.0,0.0,0.0,0.0,0.0,0.0,0.144,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.003,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.012,0.0,0.0,9.075,0.588,0.0,0.0,0.0,0.0,2033.0,1615.7,2033.0,16.438,0.0,0.0,3.747,3.646,0.513,7.508,0.632,10.109,-12.683,0.0,0.0,0.0,8.139,-0.069,4.809,0.0,0.73,0.0,0.0,-8.906,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,49.421,49.421,30.505,30.505,0.0,18.916,0.0,0.0,0.0,0.0,0.0,0.236,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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,18.916,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.012,0.0,0.0,9.075,0.588,0.0,0.0,0.0,0.0,2045.6,1615.7,2045.6,16.438,0.0,0.0,3.747,3.646,0.513,7.508,0.632,10.109,-12.683,0.0,0.0,0.0,8.139,-0.069,4.809,0.0,0.73,0.0,0.0,-8.906,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,49.414,49.414,30.391,30.391,0.0,0.0,19.023,0.0,0.0,0.0,0.0,0.122,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.023,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.012,0.0,0.0,9.075,0.588,0.0,0.0,0.0,0.0,2030.2,1615.7,2030.2,16.438,0.0,0.0,3.747,3.646,0.513,7.508,0.632,10.109,-12.683,0.0,0.0,0.0,8.139,-0.069,4.809,0.0,0.73,0.0,0.0,-8.906,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,49.414,49.414,30.391,30.391,0.0,0.0,0.0,19.023,0.0,0.0,0.0,0.122,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.023,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.012,0.0,0.0,9.075,0.588,0.0,0.0,0.0,0.0,2030.2,1615.7,2030.2,16.438,0.0,0.0,3.747,3.646,0.513,7.508,0.632,10.109,-12.683,0.0,0.0,0.0,8.139,-0.069,4.809,0.0,0.73,0.0,0.0,-8.906,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.806,35.806,35.806,35.806,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.325,1.144,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.068,9.075,0.661,0.0,0.0,0.0,0.0,2070.7,3506.5,3506.5,0.0,18.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.072,-0.471,-0.052,2.665,-0.032,-1.454,11.85,0.0,0.0,0.0,-6.918,-0.064,-1.194,-3.021,-0.167,0.0,3.156,8.007,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.819,35.819,35.819,35.819,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.338,1.144,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.068,9.075,0.661,0.0,0.0,0.0,0.0,2070.7,3513.2,3513.2,0.0,18.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.072,-0.471,-0.052,2.665,-0.032,-1.454,11.85,0.0,0.0,0.0,-6.918,-0.064,-1.194,-3.021,-0.167,0.0,3.156,8.007,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.186,34.186,34.186,34.186,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.144,0.706,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.48,9.075,0.661,0.0,0.0,0.0,0.0,2070.7,3088.8,3088.8,0.0,19.368,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.09,-0.471,-0.052,2.666,-0.032,-1.454,11.85,0.0,0.0,0.0,-6.917,-0.064,-1.194,-3.021,-0.167,0.0,3.574,8.007,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-detailed-performance-autosize.xml,34.903,34.903,34.903,34.903,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.15,0.416,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.946,9.075,0.661,0.0,0.0,0.0,3.0,2070.7,3898.6,3898.6,0.0,18.634,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.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,-0.471,-0.052,2.667,-0.032,-1.453,11.85,0.0,0.0,0.0,-6.916,-0.064,-1.195,-3.031,-0.167,0.0,5.117,8.007,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,19564.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-detailed-performance.xml,33.715,33.715,33.715,33.715,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.26,0.118,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.439,9.075,0.661,0.0,0.0,0.0,0.0,2070.7,3515.6,3515.6,0.0,17.851,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.09,-0.471,-0.052,2.666,-0.032,-1.454,11.85,0.0,0.0,0.0,-6.917,-0.064,-1.194,-3.023,-0.167,0.0,3.571,8.007,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,36000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.347,33.347,33.347,33.347,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.738,0.273,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.276,9.075,0.661,0.0,0.0,0.0,0.0,2070.7,2902.2,2902.2,0.0,18.997,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.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,-0.471,-0.052,2.667,-0.032,-1.453,11.85,0.0,0.0,0.0,-6.916,-0.064,-1.194,-3.026,-0.167,0.0,4.423,8.007,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.527,47.527,47.527,47.527,0.0,0.0,0.0,0.0,0.0,0.0,9.535,1.746,0.309,0.031,4.437,1.176,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.316,0.34,14.481,9.075,0.614,0.0,0.0,0.0,0.0,7344.8,3548.8,7344.8,25.253,19.073,0.0,3.498,3.645,0.513,7.531,0.631,10.104,-12.683,0.0,0.0,0.0,8.317,-0.065,4.807,0.0,0.729,0.0,6.329,-8.906,-2.499,0.0,-0.058,-0.464,-0.052,2.685,-0.026,-1.406,11.73,0.0,0.0,0.0,-6.349,-0.061,-1.17,-3.106,-0.166,0.0,3.231,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,58.357,58.357,36.747,36.747,21.61,0.0,0.0,0.0,0.0,0.0,0.0,0.356,0.0,0.0,5.156,0.942,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,16.177,0.0,11.294,9.075,0.614,0.0,0.0,0.0,0.0,2102.1,2603.4,2603.4,16.439,11.921,0.0,3.741,3.641,0.512,7.524,0.63,10.096,-12.669,0.0,0.0,0.0,8.298,-0.066,4.806,0.0,0.729,0.0,0.0,-8.902,-2.498,0.0,0.032,-0.467,-0.052,2.683,-0.027,-1.409,11.744,0.0,0.0,0.0,-6.357,-0.063,-1.172,-3.096,-0.166,0.0,0.0,7.876,2.012,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.108,52.108,41.456,41.456,10.652,0.0,0.0,0.0,0.0,0.0,5.242,0.493,0.0,0.929,3.461,1.038,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.652,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.809,11.048,13.301,9.075,0.614,0.0,0.0,0.0,0.0,3608.2,3247.0,3608.2,24.193,16.281,0.0,3.471,3.645,0.513,7.532,0.631,10.105,-12.683,0.0,0.0,0.0,8.318,-0.065,4.808,0.0,0.729,0.0,6.854,-8.906,-2.499,0.0,-0.007,-0.465,-0.052,2.684,-0.026,-1.407,11.73,0.0,0.0,0.0,-6.35,-0.061,-1.17,-3.104,-0.166,0.0,2.031,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,54.864,54.864,40.458,40.458,14.406,0.0,0.0,0.0,0.0,0.0,3.933,0.344,0.0,1.389,3.461,1.039,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.406,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.704,15.074,13.301,9.075,0.614,0.0,0.0,0.0,0.0,3456.2,3247.0,3456.2,24.191,16.281,0.0,3.434,3.646,0.513,7.533,0.631,10.106,-12.683,0.0,0.0,0.0,8.32,-0.065,4.808,0.0,0.729,0.0,7.78,-8.906,-2.499,0.0,-0.007,-0.465,-0.052,2.684,-0.026,-1.407,11.73,0.0,0.0,0.0,-6.35,-0.061,-1.17,-3.104,-0.166,0.0,2.031,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.25,52.25,37.443,37.443,14.806,0.0,0.0,0.0,0.0,0.0,2.98,0.188,0.0,1.042,2.316,0.626,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.806,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.038,15.108,13.553,9.075,0.614,0.0,0.0,0.0,0.0,2838.2,2794.1,2838.2,24.19,17.295,0.0,3.422,3.646,0.513,7.534,0.631,10.107,-12.683,0.0,0.0,0.0,8.321,-0.065,4.808,0.0,0.729,0.0,8.124,-8.906,-2.499,0.0,-0.017,-0.465,-0.052,2.684,-0.026,-1.407,11.73,0.0,0.0,0.0,-6.349,-0.061,-1.17,-3.104,-0.166,0.0,2.286,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,51.949,51.949,37.013,37.013,14.936,0.0,0.0,0.0,0.0,0.0,3.325,0.037,0.0,1.134,2.105,0.12,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.936,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.915,15.323,14.405,9.075,0.614,0.0,0.0,0.0,0.0,2844.2,2768.7,2844.2,24.242,18.073,0.0,3.392,3.646,0.513,7.534,0.631,10.107,-12.683,0.0,0.0,0.0,8.322,-0.065,4.808,0.0,0.729,0.0,9.032,-8.906,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.406,11.73,0.0,0.0,0.0,-6.348,-0.061,-1.17,-3.106,-0.166,0.0,3.179,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.367,47.367,35.947,35.947,11.42,0.0,0.0,0.0,0.0,0.0,2.908,0.012,0.0,0.544,2.144,0.047,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,19.303,11.393,12.324,9.075,0.614,0.0,0.0,0.0,0.0,2645.0,2405.9,2645.0,19.077,13.974,0.0,3.611,3.644,0.513,7.528,0.631,10.102,-12.683,0.0,0.0,0.0,8.312,-0.065,4.807,0.0,0.73,0.0,3.246,-8.906,-2.499,0.0,0.028,-0.465,-0.052,2.683,-0.026,-1.407,11.73,0.0,0.0,0.0,-6.351,-0.061,-1.17,-3.102,-0.166,0.0,1.045,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,26181.0,2541.0,7508.0,0.0,575.0,6840.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,92.3,92.3,46.527,46.527,45.773,0.0,0.0,0.0,0.0,0.0,0.0,0.597,0.0,0.0,7.996,1.653,8.86,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,45.773,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,42.723,0.0,29.357,8.989,0.612,0.0,0.0,5.0,47.0,2576.6,5082.0,5082.0,48.976,36.121,0.0,3.225,7.897,1.073,7.933,0.668,20.527,-25.252,0.0,0.0,0.0,9.073,-0.115,11.172,0.0,0.748,0.0,19.695,-10.961,-3.544,0.0,-0.375,-1.033,-0.1,2.666,-0.022,-2.112,23.314,0.0,0.0,0.0,-6.451,-0.103,-2.481,-6.339,-0.161,0.0,10.744,9.395,2.829,1354.8,997.6,11171.6,2410.9,0.0,48000.0,36000.0,0.0,6.8,91.76,71257.0,33166.0,15016.0,0.0,575.0,9467.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.339,57.339,35.713,35.713,21.626,0.0,0.0,0.0,0.0,0.0,0.0,0.357,0.0,0.0,4.259,0.805,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.626,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.257,0.0,14.061,9.075,0.614,0.0,0.0,0.0,0.0,2116.7,3314.9,3314.9,22.356,18.391,0.0,3.579,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.219,-8.905,-2.499,0.0,-0.039,-0.464,-0.052,2.684,-0.026,-1.409,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.105,-0.166,0.0,2.798,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,31447.0,7807.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18409.0,4950.0,7037.0,0.0,207.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,55.698,55.698,35.476,35.476,20.223,0.0,0.0,0.0,0.0,0.0,0.0,0.334,0.0,0.0,4.083,0.767,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.223,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.93,0.0,13.239,9.075,0.614,0.0,0.0,0.0,0.0,2110.2,3033.7,3033.7,20.269,15.813,0.0,3.625,3.644,0.513,7.528,0.631,10.097,-12.683,0.0,0.0,0.0,8.31,-0.062,4.806,0.0,0.729,0.0,2.851,-8.903,-2.499,0.0,-0.007,-0.465,-0.052,2.684,-0.027,-1.411,11.73,0.0,0.0,0.0,-6.352,-0.059,-1.171,-3.105,-0.166,0.0,1.955,7.875,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,28613.0,4973.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,15788.0,2330.0,7037.0,0.0,207.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-defaults.xml,54.665,54.665,40.513,40.513,14.152,0.0,0.0,0.0,0.0,0.0,4.354,0.368,0.0,0.0,5.499,0.0,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.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,17.731,0.0,11.294,9.075,0.614,0.0,0.0,0.0,0.0,3055.2,3318.2,3318.2,18.192,11.921,0.0,3.744,3.643,0.513,7.524,0.631,10.098,-12.683,0.0,0.0,0.0,8.304,-0.065,4.807,0.0,0.73,0.0,1.557,-8.906,-2.499,0.0,0.035,-0.464,-0.052,2.684,-0.026,-1.406,11.73,0.0,0.0,0.0,-6.351,-0.061,-1.17,-3.096,-0.166,0.0,-0.0,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,41910.0,24000.0,0.0,6.8,91.76,28213.0,4573.0,7508.0,0.0,575.0,6840.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-ducts-effective-rvalue.xml,58.101,58.101,35.838,35.838,22.263,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.263,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.848,0.0,14.392,9.075,0.614,0.0,0.0,0.0,0.0,2119.3,3372.0,3372.0,23.027,18.922,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.829,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.143,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32230.0,8590.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18783.0,5325.0,7037.0,0.0,207.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,57.535,57.535,35.728,35.728,21.806,0.0,0.0,0.0,0.0,0.0,0.0,0.36,0.0,0.0,4.269,0.807,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.806,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.435,0.0,14.205,9.075,0.614,0.0,0.0,0.0,0.0,2116.8,3362.1,3362.1,22.444,18.84,0.0,3.567,3.645,0.513,7.529,0.631,10.103,-12.683,0.0,0.0,0.0,8.314,-0.065,4.807,0.0,0.73,0.0,4.423,-8.906,-2.499,0.0,-0.044,-0.464,-0.052,2.685,-0.026,-1.406,11.73,0.0,0.0,0.0,-6.349,-0.061,-1.17,-3.105,-0.166,0.0,3.002,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,34498.0,10858.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,20350.0,6892.0,7037.0,0.0,207.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,59.317,59.317,36.036,36.036,23.281,0.0,0.0,0.0,0.0,0.0,0.0,0.384,0.0,0.0,4.499,0.861,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.281,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.808,0.0,15.05,9.075,0.614,0.0,0.0,0.0,0.0,2123.4,3544.1,3544.1,24.251,20.487,0.0,3.52,3.645,0.513,7.53,0.631,10.101,-12.683,0.0,0.0,0.0,8.315,-0.064,4.807,0.0,0.729,0.0,5.821,-8.905,-2.499,0.0,-0.083,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.349,-0.06,-1.171,-3.108,-0.166,0.0,3.824,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32661.0,9021.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,20673.0,7215.0,7037.0,0.0,207.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.293,46.293,46.293,46.293,0.0,0.0,0.0,0.0,0.0,0.0,16.025,0.0,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.011,0.0,0.0,9.075,0.588,0.0,0.0,0.0,0.0,5913.9,1615.7,5913.9,16.439,0.0,0.0,3.747,3.646,0.513,7.508,0.632,10.109,-12.683,0.0,0.0,0.0,8.139,-0.069,4.809,0.0,0.73,0.0,0.0,-8.906,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,54.595,54.595,31.729,31.729,22.866,0.0,0.0,0.0,0.0,0.0,0.0,0.594,0.0,0.0,0.0,0.842,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,21.631,0.0,11.294,9.075,0.614,0.0,0.0,0.0,0.0,2123.2,1811.2,2123.2,24.046,11.93,0.0,3.529,3.645,0.513,7.53,0.631,10.101,-12.683,0.0,0.0,0.0,8.314,-0.064,4.807,0.0,0.729,0.0,5.628,-8.905,-2.499,0.0,0.037,-0.464,-0.052,2.684,-0.026,-1.409,11.73,0.0,0.0,0.0,-6.351,-0.06,-1.171,-3.096,-0.166,0.0,-0.0,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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.243,31.243,31.243,31.243,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.906,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.91,9.075,0.661,0.0,0.0,0.0,0.0,2020.7,1920.1,2020.7,0.0,15.977,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.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.472,-0.052,2.664,-0.032,-1.456,11.85,0.0,0.0,0.0,-6.92,-0.064,-1.194,-3.015,-0.167,0.0,0.941,8.007,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.157,31.157,31.157,31.157,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.82,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.955,9.075,0.661,0.0,0.0,0.0,0.0,2020.7,1853.6,2020.7,0.0,11.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.02,-0.472,-0.052,2.665,-0.032,-1.455,11.85,0.0,0.0,0.0,-6.919,-0.064,-1.194,-3.011,-0.167,0.0,0.0,8.007,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,51.606,51.606,30.269,30.269,0.0,0.0,0.0,21.337,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.993,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.337,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.056,0.0,0.0,9.075,0.589,0.0,0.0,0.0,0.0,2019.6,1637.4,2019.6,16.995,0.0,0.0,3.744,3.643,0.513,7.5,0.631,10.102,-12.683,0.0,0.0,0.0,8.141,-0.068,5.888,0.0,0.729,0.0,0.0,-8.91,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,56.578,56.578,30.269,30.269,0.0,0.0,26.309,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.993,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.309,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.056,0.0,0.0,9.075,0.589,0.0,0.0,0.0,0.0,2019.6,1637.4,2019.6,16.995,0.0,0.0,3.744,3.643,0.513,7.5,0.631,10.102,-12.683,0.0,0.0,0.0,8.141,-0.068,5.888,0.0,0.729,0.0,0.0,-8.91,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,53.489,53.489,30.857,30.857,0.0,0.0,0.0,0.0,0.0,22.632,0.0,0.588,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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,22.632,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.41,0.0,0.0,9.075,0.588,0.0,0.0,0.0,0.0,2123.2,1622.9,2123.2,24.046,0.0,0.0,3.534,3.648,0.513,7.513,0.632,10.111,-12.683,0.0,0.0,0.0,8.147,-0.067,4.809,0.0,0.73,0.0,5.572,-8.905,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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.324,56.324,56.324,56.324,0.0,0.0,0.0,0.0,0.0,0.0,20.485,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,7897.8,3372.6,7897.8,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.103,52.103,52.103,52.103,0.0,0.0,0.0,0.0,0.0,0.0,21.247,0.588,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.41,0.0,0.0,9.075,0.588,0.0,0.0,0.0,0.0,8283.1,1622.9,8283.1,24.046,0.0,0.0,3.534,3.648,0.513,7.513,0.632,10.111,-12.683,0.0,0.0,0.0,8.147,-0.067,4.809,0.0,0.73,0.0,5.572,-8.905,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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,56.801,56.801,34.535,34.535,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,3.192,0.684,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.822,9.075,0.614,0.0,0.0,0.0,0.0,2119.4,3118.4,3118.4,23.032,19.604,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.072,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.349,-0.06,-1.171,-3.106,-0.166,0.0,3.578,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,55.999,55.999,33.733,33.733,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,2.79,0.284,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,15.696,9.075,0.614,0.0,0.0,0.0,0.0,2119.4,2927.4,2927.4,23.032,19.236,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.117,-0.464,-0.052,2.686,-0.026,-1.407,11.73,0.0,0.0,0.0,-6.348,-0.06,-1.171,-3.111,-0.166,0.0,4.508,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,37.962,37.962,30.502,30.502,7.459,0.0,0.0,0.0,0.0,0.0,0.0,0.194,0.0,0.0,0.0,0.0,9.032,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,7.05,0.0,0.0,9.075,0.631,0.0,0.0,0.0,0.0,2085.2,1635.6,2085.2,18.154,0.0,0.0,2.849,2.792,0.391,5.359,0.413,7.471,-12.563,0.0,0.0,0.0,5.445,-0.06,3.485,0.0,0.573,0.0,1.812,-8.806,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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,58.398,58.398,30.857,30.857,27.541,0.0,0.0,0.0,0.0,0.0,0.0,0.588,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.541,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.41,0.0,0.0,9.075,0.588,0.0,0.0,0.0,0.0,2123.2,1622.9,2123.2,24.046,0.0,0.0,3.534,3.648,0.513,7.513,0.632,10.111,-12.683,0.0,0.0,0.0,8.147,-0.067,4.809,0.0,0.73,0.0,5.572,-8.905,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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,53.489,53.489,30.857,30.857,22.632,0.0,0.0,0.0,0.0,0.0,0.0,0.588,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.632,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.41,0.0,0.0,9.075,0.588,0.0,0.0,0.0,0.0,2123.2,1622.9,2123.2,24.046,0.0,0.0,3.534,3.648,0.513,7.513,0.632,10.111,-12.683,0.0,0.0,0.0,8.147,-0.067,4.809,0.0,0.73,0.0,5.572,-8.905,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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.252,59.252,36.386,36.386,22.866,0.0,0.0,0.0,0.0,0.0,0.0,0.594,0.0,0.0,5.5,0.0,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,21.631,0.0,11.294,9.075,0.614,0.0,0.0,0.0,0.0,2123.2,3318.2,3318.2,24.046,11.922,0.0,3.529,3.645,0.513,7.53,0.631,10.101,-12.683,0.0,0.0,0.0,8.314,-0.064,4.807,0.0,0.729,0.0,5.628,-8.905,-2.499,0.0,0.037,-0.464,-0.052,2.684,-0.026,-1.409,11.73,0.0,0.0,0.0,-6.351,-0.06,-1.171,-3.096,-0.166,0.0,-0.0,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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,53.489,53.489,30.857,30.857,0.0,22.632,0.0,0.0,0.0,0.0,0.0,0.588,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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,22.632,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.41,0.0,0.0,9.075,0.588,0.0,0.0,0.0,0.0,2123.2,1622.9,2123.2,24.046,0.0,0.0,3.534,3.648,0.513,7.513,0.632,10.111,-12.683,0.0,0.0,0.0,8.147,-0.067,4.809,0.0,0.73,0.0,5.572,-8.905,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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,53.489,53.489,30.857,30.857,0.0,0.0,22.632,0.0,0.0,0.0,0.0,0.588,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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,22.632,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.41,0.0,0.0,9.075,0.588,0.0,0.0,0.0,0.0,2123.2,1622.9,2123.2,24.046,0.0,0.0,3.534,3.648,0.513,7.513,0.632,10.111,-12.683,0.0,0.0,0.0,8.147,-0.067,4.809,0.0,0.73,0.0,5.572,-8.905,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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,53.489,53.489,30.857,30.857,0.0,0.0,0.0,22.632,0.0,0.0,0.0,0.588,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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,22.632,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.41,0.0,0.0,9.075,0.588,0.0,0.0,0.0,0.0,2123.2,1622.9,2123.2,24.046,0.0,0.0,3.534,3.648,0.513,7.513,0.632,10.111,-12.683,0.0,0.0,0.0,8.147,-0.067,4.809,0.0,0.73,0.0,5.572,-8.905,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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,58.355,58.355,36.777,36.777,21.578,0.0,0.0,0.0,0.0,0.0,0.0,0.386,0.0,0.0,5.156,0.942,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.578,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.339,0.0,11.294,9.075,0.614,0.0,0.0,0.0,0.0,2105.4,2603.4,2603.4,16.604,11.921,0.0,3.778,3.677,0.518,7.599,0.636,10.197,-12.796,0.0,0.0,0.0,8.381,-0.067,4.854,0.0,0.737,0.0,0.0,-8.991,-2.523,0.0,0.032,-0.467,-0.052,2.683,-0.027,-1.409,11.744,0.0,0.0,0.0,-6.357,-0.063,-1.172,-3.096,-0.166,0.0,0.0,7.876,2.012,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,34.214,34.214,34.214,34.214,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.052,0.825,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.156,9.075,0.661,0.0,0.0,0.0,0.0,2020.7,2807.6,2807.6,0.0,16.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.034,-0.472,-0.052,2.665,-0.032,-1.455,11.85,0.0,0.0,0.0,-6.919,-0.064,-1.194,-3.02,-0.167,0.0,2.23,8.007,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,36000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-detailed-geothermal-loop.xml,40.886,40.886,40.886,40.886,0.0,0.0,0.0,0.0,0.0,0.0,6.195,0.621,0.0,0.0,2.787,0.99,9.017,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.535,0.0,13.846,9.075,0.615,0.0,0.0,0.0,0.0,3397.9,2723.1,3397.9,23.097,16.191,0.0,3.543,3.603,0.507,7.843,0.622,9.991,-12.705,0.0,0.0,0.0,11.652,-0.065,4.798,0.0,0.727,0.0,4.107,-8.928,-2.504,0.0,0.0,-0.452,-0.05,3.121,-0.022,-1.361,11.708,0.0,0.0,0.0,-6.398,-0.062,-1.155,-3.088,-0.163,0.0,2.124,7.85,2.005,1354.8,997.6,11171.5,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31565.0,7516.0,7508.0,0.0,575.0,7249.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.688,36.688,36.688,36.688,0.0,0.0,0.0,0.0,0.0,0.0,5.553,0.867,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.155,0.0,0.0,9.075,0.588,0.0,0.0,0.0,0.0,3552.4,1622.1,3552.4,22.926,0.0,0.0,3.579,3.648,0.513,7.512,0.632,10.113,-12.683,0.0,0.0,0.0,8.147,-0.069,4.809,0.0,0.73,0.0,4.278,-8.906,-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,11171.6,2563.5,0.0,36000.0,0.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.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,40.308,40.308,40.308,40.308,0.0,0.0,0.0,0.0,0.0,0.0,5.447,0.555,0.0,0.0,3.038,0.976,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.693,0.0,13.374,9.075,0.614,0.0,0.0,0.0,0.0,3447.2,2718.2,3447.2,22.118,16.251,0.0,3.597,3.644,0.513,7.528,0.631,10.102,-12.683,0.0,0.0,0.0,8.313,-0.065,4.807,0.0,0.729,0.0,3.639,-8.906,-2.499,0.0,-0.01,-0.465,-0.052,2.684,-0.026,-1.407,11.73,0.0,0.0,0.0,-6.35,-0.061,-1.17,-3.104,-0.166,0.0,2.102,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.624,48.624,48.624,48.624,0.0,0.0,0.0,0.0,0.0,0.0,12.08,0.691,0.618,0.019,4.225,0.698,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.904,0.638,13.847,9.075,0.614,0.0,0.0,0.0,0.0,7101.3,3502.4,7101.3,24.716,17.398,0.0,3.475,3.645,0.513,7.531,0.631,10.105,-12.683,0.0,0.0,0.0,8.318,-0.065,4.807,0.0,0.729,0.0,6.943,-8.906,-2.499,0.0,-0.031,-0.464,-0.052,2.684,-0.026,-1.406,11.73,0.0,0.0,0.0,-6.349,-0.061,-1.17,-3.106,-0.166,0.0,2.592,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,44.109,44.109,44.109,44.109,0.0,0.0,0.0,0.0,0.0,0.0,9.216,0.568,0.555,0.017,2.885,0.576,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.109,0.573,14.194,9.075,0.614,0.0,0.0,0.0,0.0,7082.4,3118.0,7082.4,24.712,18.774,0.0,3.428,3.646,0.513,7.533,0.631,10.106,-12.683,0.0,0.0,0.0,8.32,-0.065,4.808,0.0,0.729,0.0,8.186,-8.906,-2.499,0.0,-0.045,-0.464,-0.052,2.684,-0.026,-1.406,11.73,0.0,0.0,0.0,-6.349,-0.061,-1.17,-3.106,-0.166,0.0,2.944,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-detailed-performance.xml,45.724,45.724,45.724,45.724,0.0,0.0,0.0,0.0,0.0,0.0,10.999,0.526,0.269,0.008,3.456,0.173,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.437,0.277,15.438,9.075,0.614,0.0,0.0,0.0,0.0,5896.0,4237.7,5896.0,24.71,18.727,0.0,3.34,3.648,0.513,7.536,0.631,10.103,-12.695,0.0,0.0,0.0,8.327,-0.061,4.807,0.0,0.729,0.0,10.604,-8.908,-2.5,0.0,-0.101,-0.462,-0.052,2.688,-0.026,-1.408,11.718,0.0,0.0,0.0,-6.341,-0.057,-1.171,-3.111,-0.165,0.0,4.252,7.87,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.959,43.959,43.959,43.959,0.0,0.0,0.0,0.0,0.0,0.0,9.923,0.342,0.576,0.02,2.649,0.156,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.319,0.596,15.189,9.075,0.614,0.0,0.0,0.0,0.0,6408.9,3157.2,6408.9,24.758,18.676,0.0,3.383,3.647,0.513,7.535,0.631,10.106,-12.69,0.0,0.0,0.0,8.325,-0.064,4.808,0.0,0.73,0.0,9.444,-8.908,-2.5,0.0,-0.09,-0.463,-0.052,2.687,-0.026,-1.406,11.724,0.0,0.0,0.0,-6.344,-0.06,-1.17,-3.109,-0.166,0.0,3.988,7.87,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.079,60.079,36.64,36.64,23.439,0.0,0.0,0.0,0.0,0.0,0.0,0.282,0.0,0.0,5.299,0.767,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.439,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.843,0.0,15.306,9.075,0.614,0.0,0.0,0.0,3.0,2098.9,3513.4,3513.4,24.074,18.622,0.0,3.52,3.645,0.513,7.53,0.631,10.099,-12.683,0.0,0.0,0.0,8.314,-0.063,4.806,0.0,0.729,0.0,5.856,-8.903,-2.499,0.0,-0.096,-0.464,-0.052,2.686,-0.027,-1.41,11.73,0.0,0.0,0.0,-6.35,-0.059,-1.172,-3.109,-0.166,0.0,4.08,7.875,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,58.565,58.565,35.126,35.126,23.439,0.0,0.0,0.0,0.0,0.0,0.0,0.282,0.0,0.0,3.902,0.65,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.439,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.843,0.0,15.757,9.075,0.614,0.0,0.0,0.0,3.0,2098.9,3203.2,3203.2,24.074,18.898,0.0,3.52,3.645,0.513,7.53,0.631,10.099,-12.683,0.0,0.0,0.0,8.314,-0.063,4.806,0.0,0.729,0.0,5.856,-8.903,-2.499,0.0,-0.116,-0.464,-0.052,2.686,-0.026,-1.409,11.73,0.0,0.0,0.0,-6.349,-0.059,-1.172,-3.109,-0.166,0.0,4.538,7.875,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,57.797,57.797,34.358,34.358,23.439,0.0,0.0,0.0,0.0,0.0,0.0,0.282,0.0,0.0,3.404,0.381,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.439,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.843,0.0,16.486,9.075,0.614,0.0,0.0,0.0,0.0,2098.9,3154.3,3154.3,24.074,19.166,0.0,3.52,3.645,0.513,7.53,0.631,10.099,-12.683,0.0,0.0,0.0,8.314,-0.063,4.806,0.0,0.729,0.0,5.856,-8.903,-2.499,0.0,-0.157,-0.464,-0.052,2.687,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.348,-0.059,-1.172,-3.116,-0.166,0.0,5.323,7.875,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,54.843,54.843,30.726,30.726,24.117,0.0,0.0,0.0,0.0,0.0,0.0,0.457,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.117,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.643,0.0,0.0,9.075,0.588,0.0,0.0,0.0,0.0,2091.6,1623.6,2091.6,25.358,0.0,0.0,3.488,3.648,0.513,7.514,0.632,10.112,-12.683,0.0,0.0,0.0,8.148,-0.067,4.809,0.0,0.73,0.0,6.844,-8.905,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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,42.513,42.513,42.513,42.513,0.0,0.0,0.0,0.0,0.0,0.0,7.047,0.568,0.0,0.0,3.673,0.933,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.752,0.0,13.952,9.075,0.614,0.0,0.0,0.0,0.0,3720.9,2939.3,3720.9,23.178,17.502,0.0,3.56,3.645,0.513,7.529,0.631,10.103,-12.683,0.0,0.0,0.0,8.314,-0.065,4.807,0.0,0.729,0.0,4.727,-8.906,-2.499,0.0,-0.036,-0.464,-0.052,2.684,-0.026,-1.406,11.73,0.0,0.0,0.0,-6.349,-0.061,-1.17,-3.105,-0.166,0.0,2.695,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,33.87,33.87,33.87,33.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.336,0.198,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.742,9.075,0.661,0.0,0.0,0.0,0.0,2070.7,2953.2,2953.2,0.0,14.158,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.018,-0.472,-0.052,2.664,-0.032,-1.455,11.85,0.0,0.0,0.0,-6.92,-0.064,-1.194,-3.021,-0.167,0.0,1.83,8.007,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,41.386,41.386,41.386,41.386,0.0,0.0,0.0,0.0,0.0,0.0,8.076,0.201,0.121,0.005,2.597,0.095,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.44,0.126,12.616,9.075,0.614,0.0,0.0,0.0,0.0,4873.7,2791.1,4873.7,19.228,14.111,0.0,3.607,3.644,0.513,7.528,0.631,10.102,-12.683,0.0,0.0,0.0,8.312,-0.065,4.807,0.0,0.73,0.0,3.387,-8.906,-2.499,0.0,0.019,-0.465,-0.052,2.683,-0.026,-1.407,11.73,0.0,0.0,0.0,-6.351,-0.061,-1.17,-3.103,-0.166,0.0,1.346,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,26181.0,2541.0,7508.0,0.0,575.0,6840.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.207,33.207,33.207,33.207,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.8,0.07,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.473,9.075,0.661,0.0,0.0,0.0,0.0,2070.7,2570.0,2570.0,0.0,13.958,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.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.472,-0.052,2.664,-0.032,-1.456,11.85,0.0,0.0,0.0,-6.92,-0.064,-1.194,-3.019,-0.167,0.0,1.548,8.007,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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-detailed-performance-autosize.xml,33.63,33.63,33.63,33.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.238,0.055,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.955,9.075,0.661,0.0,0.0,0.0,0.0,2070.7,2584.0,2584.0,0.0,11.722,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02,-0.472,-0.052,2.665,-0.032,-1.455,11.85,0.0,0.0,0.0,-6.919,-0.064,-1.194,-3.011,-0.167,0.0,0.0,8.007,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,14282.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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-air-conditioner-only-ductless-detailed-performance.xml,32.927,32.927,32.927,32.927,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.586,0.004,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.954,9.075,0.661,0.0,0.0,0.0,0.0,2070.7,2665.0,2665.0,0.0,11.722,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02,-0.472,-0.052,2.664,-0.032,-1.455,11.85,0.0,0.0,0.0,-6.919,-0.064,-1.194,-3.011,-0.167,0.0,0.0,8.007,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,36000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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-air-conditioner-only-ductless.xml,33.302,33.302,33.302,33.302,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.941,0.024,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.955,9.075,0.661,0.0,0.0,0.0,0.0,2070.7,2505.3,2505.3,0.0,11.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.02,-0.472,-0.052,2.665,-0.032,-1.455,11.85,0.0,0.0,0.0,-6.919,-0.064,-1.194,-3.011,-0.167,0.0,0.0,8.007,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.472,32.472,32.472,32.472,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.089,0.045,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.961,9.075,0.661,0.0,0.0,0.0,0.0,2020.7,2372.1,2372.1,0.0,13.738,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.012,-0.472,-0.052,2.664,-0.032,-1.456,11.85,0.0,0.0,0.0,-6.92,-0.064,-1.194,-3.016,-0.167,0.0,1.019,8.007,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,36000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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-detailed-performance-autosize.xml,41.046,41.046,41.046,41.046,0.0,0.0,0.0,0.0,0.0,0.0,7.295,0.223,0.0,0.0,3.145,0.091,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.726,0.0,12.913,9.075,0.614,0.0,0.0,0.0,0.0,4159.1,2773.4,4159.1,19.226,14.088,0.0,3.598,3.644,0.513,7.528,0.631,10.102,-12.683,0.0,0.0,0.0,8.313,-0.065,4.807,0.0,0.73,0.0,3.681,-8.906,-2.499,0.0,0.007,-0.465,-0.052,2.683,-0.026,-1.407,11.73,0.0,0.0,0.0,-6.351,-0.061,-1.17,-3.105,-0.166,0.0,1.656,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,26181.0,26181.0,36000.0,6.8,91.76,26181.0,2541.0,7508.0,0.0,575.0,6840.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-detailed-performance.xml,40.45,40.45,40.45,40.45,0.0,0.0,0.0,0.0,0.0,0.0,6.99,0.144,0.0,0.0,2.988,0.036,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.28,0.0,12.658,9.075,0.614,0.0,0.0,0.0,0.0,4056.3,2621.1,4056.3,18.97,13.938,0.0,3.612,3.644,0.513,7.528,0.631,10.102,-12.683,0.0,0.0,0.0,8.312,-0.065,4.807,0.0,0.73,0.0,3.222,-8.906,-2.499,0.0,0.017,-0.465,-0.052,2.683,-0.026,-1.407,11.73,0.0,0.0,0.0,-6.351,-0.061,-1.17,-3.103,-0.166,0.0,1.392,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,26181.0,2541.0,7508.0,0.0,575.0,6840.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,37.004,37.004,37.004,37.004,0.0,0.0,0.0,0.0,0.0,0.0,6.558,0.122,0.053,0.002,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.855,0.055,0.0,9.075,0.588,0.0,0.0,0.0,0.0,4362.5,1621.8,4362.5,19.31,0.0,0.0,3.623,3.647,0.513,7.511,0.632,10.112,-12.683,0.0,0.0,0.0,8.145,-0.069,4.809,0.0,0.73,0.0,2.953,-8.906,-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,11171.6,2563.5,0.0,36000.0,0.0,36000.0,6.8,91.76,26181.0,2541.0,7508.0,0.0,575.0,6840.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,39.246,39.246,39.246,39.246,0.0,0.0,0.0,0.0,0.0,0.0,6.631,0.076,0.055,0.001,2.144,0.047,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.088,0.056,12.324,9.075,0.614,0.0,0.0,0.0,0.0,4286.8,2405.9,4286.8,19.079,13.974,0.0,3.618,3.644,0.513,7.528,0.631,10.102,-12.683,0.0,0.0,0.0,8.312,-0.065,4.807,0.0,0.73,0.0,3.025,-8.906,-2.499,0.0,0.028,-0.465,-0.052,2.683,-0.026,-1.407,11.73,0.0,0.0,0.0,-6.351,-0.061,-1.17,-3.102,-0.166,0.0,1.045,7.871,2.01,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,26181.0,2541.0,7508.0,0.0,575.0,6840.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.911,38.911,38.911,38.911,0.0,0.0,0.0,0.0,0.0,0.0,5.671,0.121,0.343,0.0,2.455,0.028,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.178,0.343,11.294,9.075,0.614,0.0,0.0,0.0,0.0,4436.0,2599.9,4436.0,16.439,11.92,0.0,3.742,3.642,0.513,7.524,0.631,10.099,-12.677,0.0,0.0,0.0,8.302,-0.066,4.807,0.0,0.73,0.0,0.0,-8.905,-2.499,0.0,0.034,-0.465,-0.052,2.683,-0.026,-1.407,11.737,0.0,0.0,0.0,-6.354,-0.062,-1.171,-3.096,-0.166,0.0,0.0,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,18000.0,18000.0,60000.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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-ducts-defaults.xml,45.478,45.478,36.476,36.476,9.001,0.0,0.0,0.0,0.0,0.0,3.395,0.043,0.0,0.271,2.445,0.028,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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,9.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,17.335,7.472,11.194,9.075,0.614,0.0,0.0,2.0,0.0,2921.7,2618.4,2921.7,17.264,12.083,0.0,3.742,3.641,0.512,7.519,0.63,10.092,-12.69,0.0,0.0,0.0,8.311,-0.063,5.886,0.0,0.729,0.0,0.111,-8.912,-2.5,0.0,0.043,-0.456,-0.051,2.714,-0.024,-1.38,11.724,0.0,0.0,0.0,-6.304,-0.059,-1.435,-3.05,-0.164,0.0,0.0,7.866,2.009,1354.8,997.6,11171.6,2563.5,0.0,18000.0,18000.0,60000.0,6.8,91.76,24589.0,950.0,7508.0,0.0,575.0,6840.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,45.186,45.186,36.285,36.285,8.901,0.0,0.0,0.0,0.0,0.0,3.202,0.039,0.0,0.268,2.455,0.028,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.901,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.569,7.389,11.294,9.075,0.614,0.0,0.0,1.0,0.0,2848.6,2599.9,2848.6,17.577,11.92,0.0,3.723,3.642,0.513,7.524,0.631,10.099,-12.677,0.0,0.0,0.0,8.303,-0.066,4.807,0.0,0.73,0.0,0.41,-8.905,-2.499,0.0,0.034,-0.465,-0.052,2.683,-0.026,-1.407,11.737,0.0,0.0,0.0,-6.353,-0.062,-1.171,-3.096,-0.166,0.0,0.0,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,18000.0,18000.0,60000.0,6.8,91.76,26570.0,2930.0,7508.0,0.0,575.0,6840.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,48.473,48.473,36.218,36.218,0.0,12.255,0.0,0.0,0.0,0.0,3.392,0.06,0.0,0.0,2.445,0.028,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.255,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.225,7.353,11.194,9.075,0.614,0.0,0.0,2.0,0.0,2921.7,2618.4,2921.7,16.995,12.083,0.0,3.742,3.641,0.512,7.519,0.63,10.092,-12.69,0.0,0.0,0.0,8.311,-0.063,5.886,0.0,0.729,0.0,0.0,-8.912,-2.5,0.0,0.043,-0.456,-0.051,2.714,-0.024,-1.38,11.724,0.0,0.0,0.0,-6.304,-0.059,-1.435,-3.05,-0.164,0.0,0.0,7.866,2.009,1354.8,997.6,11171.6,2563.5,0.0,18000.0,18000.0,60000.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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-detailed-performance-autosize.xml,38.746,38.746,38.746,38.746,0.0,0.0,0.0,0.0,0.0,0.0,6.449,0.069,0.0,0.0,1.93,0.006,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.178,0.0,11.293,9.075,0.614,0.0,0.0,0.0,0.0,3918.7,2501.4,3918.7,16.439,11.918,0.0,3.742,3.642,0.513,7.524,0.631,10.099,-12.677,0.0,0.0,0.0,8.302,-0.066,4.807,0.0,0.73,0.0,0.0,-8.905,-2.499,0.0,0.034,-0.465,-0.052,2.683,-0.026,-1.407,11.737,0.0,0.0,0.0,-6.354,-0.062,-1.171,-3.096,-0.166,0.0,0.0,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,23640.0,23640.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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-detailed-performance.xml,38.968,38.968,38.968,38.968,0.0,0.0,0.0,0.0,0.0,0.0,6.705,0.036,0.0,0.0,1.932,0.003,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.178,0.0,11.293,9.075,0.614,0.0,0.0,0.0,0.0,3979.6,2668.3,3979.6,16.439,11.917,0.0,3.742,3.642,0.513,7.524,0.631,10.099,-12.677,0.0,0.0,0.0,8.302,-0.066,4.807,0.0,0.73,0.0,0.0,-8.905,-2.499,0.0,0.034,-0.465,-0.052,2.683,-0.026,-1.407,11.737,0.0,0.0,0.0,-6.354,-0.062,-1.171,-3.096,-0.166,0.0,0.0,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,38.212,38.212,38.212,38.212,0.0,0.0,0.0,0.0,0.0,0.0,5.664,0.051,0.0,0.0,2.199,0.006,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.178,0.0,11.294,9.075,0.614,0.0,0.0,0.0,0.0,3660.8,2367.3,3660.8,16.439,11.917,0.0,3.742,3.642,0.513,7.524,0.631,10.099,-12.677,0.0,0.0,0.0,8.302,-0.066,4.807,0.0,0.73,0.0,0.0,-8.905,-2.499,0.0,0.034,-0.465,-0.052,2.683,-0.026,-1.407,11.737,0.0,0.0,0.0,-6.354,-0.062,-1.171,-3.096,-0.166,0.0,0.0,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,38.212,38.212,38.212,38.212,0.0,0.0,0.0,0.0,0.0,0.0,5.664,0.051,0.0,0.0,2.199,0.006,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.178,0.0,11.294,9.075,0.614,0.0,0.0,0.0,0.0,3660.8,2367.3,3660.8,16.439,11.917,0.0,3.742,3.642,0.513,7.524,0.631,10.099,-12.677,0.0,0.0,0.0,8.302,-0.066,4.807,0.0,0.73,0.0,0.0,-8.905,-2.499,0.0,0.034,-0.465,-0.052,2.683,-0.026,-1.407,11.737,0.0,0.0,0.0,-6.354,-0.062,-1.171,-3.096,-0.166,0.0,0.0,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.365,66.365,52.127,52.127,7.057,3.551,3.63,0.0,0.0,0.0,13.629,0.871,0.22,0.009,6.552,0.553,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.057,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.551,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.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,32.397,0.229,19.54,9.075,0.614,0.0,0.0,0.0,15.0,6589.4,4003.9,6589.4,37.978,22.419,0.0,3.422,3.644,0.513,7.527,0.631,10.099,-12.696,0.0,0.0,0.0,8.326,-0.062,5.887,0.0,0.728,0.0,15.428,-8.916,-2.502,0.0,-0.136,-0.455,-0.051,2.713,-0.024,-1.38,11.716,0.0,0.0,0.0,-6.3,-0.058,-1.436,-3.09,-0.164,0.0,8.461,7.862,2.008,1354.8,997.6,11171.6,2563.5,0.0,59200.0,36799.2,10236.0,6.8,91.76,36744.0,13104.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,23818.0,10360.0,7037.0,0.0,207.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.67,19.67,19.67,19.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,4.539,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.497,0.33,0.0,0.0,0.0,0.0,1280.4,1085.1,1280.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,8369.8,2062.4,0.0,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,1252.0,0.0,452.0,800.0 -base-hvac-ptac-with-heating-electricity.xml,50.851,50.851,50.851,50.851,0.0,0.0,0.0,0.0,0.0,0.0,16.19,0.0,0.0,0.0,4.369,0.0,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.177,0.0,11.294,9.075,0.614,0.0,0.0,0.0,0.0,5913.9,2889.3,5913.9,16.439,11.921,0.0,3.741,3.641,0.512,7.524,0.63,10.096,-12.669,0.0,0.0,0.0,8.298,-0.066,4.806,0.0,0.729,0.0,0.0,-8.902,-2.498,0.0,0.032,-0.467,-0.052,2.683,-0.027,-1.409,11.744,0.0,0.0,0.0,-6.357,-0.063,-1.172,-3.096,-0.166,0.0,0.0,7.876,2.012,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,54.899,54.899,34.661,34.661,20.238,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.369,0.0,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,16.177,0.0,11.294,9.075,0.614,0.0,0.0,0.0,0.0,2019.7,2889.3,2889.3,16.439,11.921,0.0,3.741,3.641,0.512,7.524,0.63,10.096,-12.669,0.0,0.0,0.0,8.298,-0.066,4.806,0.0,0.729,0.0,0.0,-8.902,-2.498,0.0,0.032,-0.467,-0.052,2.683,-0.027,-1.409,11.744,0.0,0.0,0.0,-6.357,-0.063,-1.172,-3.096,-0.166,0.0,0.0,7.876,2.012,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.591,34.591,34.591,34.591,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.254,0.0,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.955,9.075,0.661,0.0,0.0,0.0,0.0,2020.7,2870.2,2870.2,0.0,11.722,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02,-0.472,-0.052,2.665,-0.032,-1.455,11.85,0.0,0.0,0.0,-6.919,-0.064,-1.194,-3.011,-0.167,0.0,0.0,8.007,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.792,41.792,41.792,41.792,0.0,0.0,0.0,0.0,0.0,0.0,7.228,0.0,0.047,0.0,4.225,0.0,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.178,0.047,11.294,9.075,0.614,0.0,0.0,0.0,0.0,4933.1,2869.5,4933.1,16.439,11.921,0.0,3.742,3.642,0.513,7.525,0.63,10.097,-12.676,0.0,0.0,0.0,8.301,-0.065,4.806,0.0,0.729,0.0,0.0,-8.903,-2.498,0.0,0.034,-0.466,-0.052,2.684,-0.027,-1.409,11.737,0.0,0.0,0.0,-6.354,-0.061,-1.171,-3.096,-0.166,0.0,0.0,7.874,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.792,41.792,41.792,41.792,0.0,0.0,0.0,0.0,0.0,0.0,7.228,0.0,0.047,0.0,4.225,0.0,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.178,0.047,11.294,9.075,0.614,0.0,0.0,0.0,0.0,4933.1,2869.5,4933.1,16.439,11.921,0.0,3.742,3.642,0.513,7.525,0.63,10.097,-12.676,0.0,0.0,0.0,8.301,-0.065,4.806,0.0,0.729,0.0,0.0,-8.903,-2.498,0.0,0.034,-0.466,-0.052,2.684,-0.027,-1.409,11.737,0.0,0.0,0.0,-6.354,-0.061,-1.171,-3.096,-0.166,0.0,0.0,7.874,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.203,32.203,32.203,32.203,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.866,0.0,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.615,9.075,0.661,0.0,0.0,0.0,0.0,2020.7,2111.3,2111.3,0.0,3.868,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.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.156,-0.017,0.879,-0.011,-0.48,3.911,0.0,0.0,0.0,-2.283,-0.021,-0.394,-0.994,-0.055,0.0,0.0,2.642,0.672,1354.8,997.6,11171.5,2563.5,0.0,0.0,8000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.702,35.702,35.702,35.702,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.365,0.0,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.955,9.075,0.661,0.0,0.0,0.0,0.0,2020.7,3298.0,3298.0,0.0,11.722,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02,-0.472,-0.052,2.665,-0.032,-1.455,11.85,0.0,0.0,0.0,-6.919,-0.064,-1.194,-3.011,-0.167,0.0,0.0,8.007,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.449,34.449,34.449,34.449,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.12,0.0,9.054,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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,8.146,9.075,0.653,0.0,0.0,0.0,0.0,2019.6,3133.1,3133.1,0.0,10.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.145,-0.648,-0.078,2.174,-0.077,-1.993,11.85,0.0,0.0,0.0,-7.664,-0.066,-1.338,-3.396,-0.2,0.0,0.0,8.0,2.036,1354.8,997.6,11171.6,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.692,35.692,35.692,35.692,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.355,0.0,9.061,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.955,9.075,0.661,0.0,0.0,0.0,0.0,2020.7,3294.1,3294.1,0.0,11.722,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02,-0.472,-0.052,2.665,-0.032,-1.455,11.85,0.0,0.0,0.0,-6.919,-0.064,-1.194,-3.011,-0.167,0.0,0.0,8.007,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,51.982,51.982,51.982,51.982,0.0,0.0,0.0,0.0,0.0,0.0,16.19,0.0,0.0,0.0,5.499,0.0,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.177,0.0,11.294,9.075,0.614,0.0,0.0,0.0,0.0,5913.9,3318.2,5913.9,16.439,11.921,0.0,3.741,3.641,0.512,7.524,0.63,10.096,-12.669,0.0,0.0,0.0,8.298,-0.066,4.806,0.0,0.729,0.0,0.0,-8.902,-2.498,0.0,0.032,-0.467,-0.052,2.683,-0.027,-1.409,11.744,0.0,0.0,0.0,-6.357,-0.063,-1.172,-3.096,-0.166,0.0,0.0,7.876,2.012,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.792,41.792,41.792,41.792,0.0,0.0,0.0,0.0,0.0,0.0,7.228,0.0,0.047,0.0,4.225,0.0,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.178,0.047,11.294,9.075,0.614,0.0,0.0,0.0,0.0,4933.1,2869.5,4933.1,16.439,11.921,0.0,3.742,3.642,0.513,7.525,0.63,10.097,-12.676,0.0,0.0,0.0,8.301,-0.065,4.806,0.0,0.729,0.0,0.0,-8.903,-2.498,0.0,0.034,-0.466,-0.052,2.684,-0.027,-1.409,11.737,0.0,0.0,0.0,-6.354,-0.061,-1.171,-3.096,-0.166,0.0,0.0,7.874,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,57.892,57.892,35.789,35.789,22.102,0.0,0.0,0.0,0.0,0.0,0.0,0.365,0.0,0.0,4.315,0.818,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.102,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.698,0.0,14.225,9.075,0.614,0.0,0.0,0.0,0.0,2119.4,3372.2,3372.2,23.032,18.923,0.0,3.516,3.607,0.508,7.531,0.617,9.947,-12.591,0.0,0.0,0.0,8.244,-0.034,4.753,0.0,0.723,0.0,4.802,-8.79,-2.477,0.0,-0.095,-0.501,-0.057,2.688,-0.04,-1.559,11.822,0.0,0.0,0.0,-6.415,-0.03,-1.222,-3.122,-0.173,0.0,3.111,7.988,2.033,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,56.935,56.935,35.238,35.238,21.697,0.0,0.0,0.0,0.0,0.0,0.0,0.358,0.0,0.0,3.859,0.728,9.017,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.697,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.946,0.0,12.403,9.075,0.615,0.0,0.0,101.0,51.0,2155.4,3745.2,3745.2,34.947,20.81,0.0,3.517,3.579,0.503,7.523,0.608,9.828,-12.674,0.0,0.0,0.0,8.679,0.006,4.652,0.0,0.727,0.0,4.499,-8.859,-2.496,0.0,-0.072,-0.501,-0.058,2.616,-0.042,-1.59,11.74,0.0,0.0,0.0,-6.667,-0.004,-1.223,-3.406,-0.174,0.0,2.447,7.92,2.014,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.304,56.304,35.388,35.388,20.915,0.0,0.0,0.0,0.0,0.0,0.0,0.345,0.0,0.0,3.994,0.755,9.018,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.915,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.498,0.0,13.025,9.075,0.616,0.0,0.0,0.0,8.0,2130.8,3634.6,3634.6,25.333,21.331,0.0,3.507,3.562,0.5,7.355,0.604,9.777,-12.716,0.0,0.0,0.0,8.196,-0.023,4.639,0.0,0.724,0.0,4.386,-8.884,-2.501,0.0,-0.055,-0.497,-0.057,2.572,-0.04,-1.577,11.697,0.0,0.0,0.0,-6.643,-0.024,-1.204,-3.355,-0.177,0.0,2.591,7.896,2.009,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.316,41.316,34.027,34.027,7.288,0.0,0.0,0.0,0.0,0.0,0.0,0.12,0.0,0.0,3.065,0.52,9.046,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.288,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.82,0.0,9.129,9.075,0.645,0.0,0.0,0.0,0.0,2100.9,3176.1,3176.1,17.396,16.187,0.0,2.853,2.787,0.39,5.357,0.411,7.457,-12.563,0.0,0.0,0.0,5.504,-0.06,3.479,0.0,0.572,0.0,1.559,-8.806,-2.473,0.0,-0.124,-0.573,-0.067,2.36,-0.058,-1.769,11.85,0.0,0.0,0.0,-7.578,-0.06,-1.261,-5.126,-0.188,0.0,2.084,8.003,2.036,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-space-heater-gas-only.xml,46.293,46.293,30.268,30.268,16.024,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.024,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.011,0.0,0.0,9.075,0.588,0.0,0.0,0.0,0.0,2019.6,1614.5,2019.6,16.439,0.0,0.0,3.745,3.645,0.513,7.508,0.631,10.107,-12.676,0.0,0.0,0.0,8.136,-0.069,4.808,0.0,0.73,0.0,0.0,-8.903,-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,1354.8,997.6,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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-oil-only.xml,51.59,51.59,30.334,30.334,0.0,21.257,0.0,0.0,0.0,0.0,0.0,0.064,0.0,0.0,0.0,0.0,8.993,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.257,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.056,0.0,0.0,9.075,0.589,0.0,0.0,0.0,0.0,2022.6,1637.4,2022.6,16.995,0.0,0.0,3.744,3.643,0.513,7.5,0.631,10.102,-12.683,0.0,0.0,0.0,8.141,-0.068,5.888,0.0,0.729,0.0,0.0,-8.91,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,51.59,51.59,30.334,30.334,0.0,0.0,0.0,0.0,21.257,0.0,0.0,0.064,0.0,0.0,0.0,0.0,8.993,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.257,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.056,0.0,0.0,9.075,0.589,0.0,0.0,0.0,0.0,2022.6,1637.4,2022.6,16.995,0.0,0.0,3.744,3.643,0.513,7.5,0.631,10.102,-12.683,0.0,0.0,0.0,8.141,-0.068,5.888,0.0,0.729,0.0,0.0,-8.91,-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,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.xml,48.274,48.274,33.024,33.024,15.25,0.0,0.0,0.0,0.0,0.0,0.0,0.246,0.0,0.0,2.114,0.358,9.031,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,14.279,0.0,6.525,9.075,0.629,0.0,0.0,3653.0,2615.0,2089.1,1834.6,2089.1,3.839,2.744,0.0,2.699,2.924,0.409,5.375,0.449,7.904,-12.797,0.0,0.0,0.0,4.761,-0.121,3.617,0.0,0.6,0.0,9.541,-9.006,-2.517,0.0,-0.38,-0.816,-0.103,1.571,-0.117,-2.501,11.616,0.0,0.0,0.0,-8.115,-0.065,-1.427,-5.1,-0.236,0.0,2.724,7.787,1.992,1354.8,997.6,11171.6,2563.5,0.0,3600.0,2400.0,0.0,6.8,91.76,28898.0,5258.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,17384.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,46.62,46.62,46.62,46.62,0.0,0.0,0.0,0.0,0.0,0.0,16.351,0.0,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.011,0.0,0.0,9.075,0.588,0.0,0.0,0.0,0.0,6008.3,1614.5,6008.3,16.439,0.0,0.0,3.745,3.645,0.513,7.508,0.631,10.107,-12.676,0.0,0.0,0.0,8.136,-0.069,4.808,0.0,0.73,0.0,0.0,-8.903,-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,1354.8,997.6,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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-appliances-coal.xml,60.759,60.759,32.902,32.902,22.991,0.0,0.0,0.0,0.0,4.867,0.0,0.379,0.0,0.0,4.346,0.824,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.319,0.365,0.135,0.105,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.991,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.07,0.0,0.0,0.0,0.0,0.0,21.53,0.0,14.349,9.071,0.615,0.0,0.0,0.0,0.0,1949.1,3732.4,3732.4,23.443,19.507,0.0,3.549,3.643,0.513,7.521,0.631,10.104,-12.683,0.0,0.0,0.0,8.31,-0.069,4.985,0.0,0.486,0.0,4.979,-8.29,-2.488,0.0,-0.044,-0.452,-0.05,2.717,-0.022,-1.359,11.73,0.0,0.0,0.0,-6.29,-0.066,-1.185,-3.845,-0.109,0.0,3.172,8.28,2.02,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.565,34.565,32.819,32.819,1.747,0.0,0.0,0.0,0.0,0.0,0.0,0.008,0.0,0.0,8.699,1.818,6.704,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.208,0.0,0.465,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.747,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.596,0.0,30.655,6.557,0.574,0.0,0.0,0.0,0.0,2034.7,2929.9,2929.9,9.843,15.23,0.0,1.737,1.625,0.0,0.0,0.387,4.862,-5.108,0.0,0.0,0.0,1.244,-0.399,1.044,0.237,0.397,0.0,0.043,-3.994,-0.792,0.0,0.551,0.003,0.0,0.0,0.211,2.871,17.063,0.0,0.0,0.0,1.896,-0.394,-0.314,-2.214,-0.083,0.0,0.353,8.986,1.854,1354.7,998.0,9789.3,2412.1,0.0,24000.0,24000.0,0.0,25.88,98.42,20378.0,1386.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,1630.0,438.0,393.0,800.0 +base-appliances-dehumidifier-ief-whole-home.xml,34.581,34.581,32.848,32.848,1.733,0.0,0.0,0.0,0.0,0.0,0.0,0.007,0.0,0.0,8.697,1.818,6.704,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.208,0.0,0.497,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.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,1.57,0.0,30.617,6.557,0.574,0.0,0.0,0.0,0.0,2081.9,2929.9,2929.9,9.837,15.23,0.0,1.755,1.638,0.0,0.0,0.39,4.888,-5.154,0.0,0.0,0.0,1.261,-0.397,1.051,0.247,0.4,0.0,0.043,-4.062,-0.798,0.0,0.567,0.015,0.0,0.0,0.214,2.895,17.017,0.0,0.0,0.0,1.911,-0.391,-0.307,-2.201,-0.08,0.0,0.353,8.919,1.848,1354.7,998.0,9789.3,2412.1,0.0,24000.0,24000.0,0.0,25.88,98.42,20378.0,1386.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,1630.0,438.0,393.0,800.0 +base-appliances-dehumidifier-multiple.xml,34.546,34.546,32.758,32.758,1.787,0.0,0.0,0.0,0.0,0.0,0.0,0.008,0.0,0.0,8.688,1.815,6.704,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.208,0.0,0.42,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.787,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.626,0.0,30.601,6.557,0.574,0.0,0.0,0.0,0.0,1905.9,2949.3,2949.3,9.876,15.229,0.0,1.733,1.621,0.0,0.0,0.386,4.86,-5.107,0.0,0.0,0.0,1.229,-0.406,1.043,0.233,0.396,0.0,0.044,-3.915,-0.794,0.0,0.55,0.003,0.0,0.0,0.212,2.881,17.064,0.0,0.0,0.0,1.893,-0.401,-0.312,-2.2,-0.082,0.0,0.353,8.935,1.851,1354.7,998.0,9789.2,2412.1,0.0,24000.0,24000.0,0.0,25.88,98.42,20378.0,1386.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,1630.0,438.0,393.0,800.0 +base-appliances-dehumidifier.xml,34.524,34.524,32.789,32.789,1.735,0.0,0.0,0.0,0.0,0.0,0.0,0.007,0.0,0.0,8.69,1.816,6.704,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.208,0.0,0.448,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.735,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.582,0.0,30.584,6.557,0.574,0.0,0.0,0.0,0.0,1956.2,2929.9,2929.9,9.876,15.23,0.0,1.757,1.641,0.0,0.0,0.391,4.903,-5.172,0.0,0.0,0.0,1.253,-0.403,1.053,0.26,0.401,0.0,0.043,-4.044,-0.802,0.0,0.573,0.021,0.0,0.0,0.216,2.92,16.999,0.0,0.0,0.0,1.912,-0.398,-0.303,-2.187,-0.078,0.0,0.353,8.876,1.844,1354.7,998.0,9789.3,2412.1,0.0,24000.0,24000.0,0.0,25.88,98.42,20378.0,1386.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,1630.0,438.0,393.0,800.0 +base-appliances-freezer-temperature-dependent-schedule.xml,59.947,59.947,37.002,37.002,22.945,0.0,0.0,0.0,0.0,0.0,0.0,0.379,0.0,0.0,4.365,0.829,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,1.276,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.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,0.0,0.0,21.487,0.0,14.466,9.071,0.614,0.0,0.0,0.0,0.0,2095.7,3708.8,3708.8,23.355,19.442,0.0,3.55,3.643,0.513,7.522,0.631,10.102,-12.683,0.0,0.0,0.0,8.308,-0.068,4.809,0.0,0.728,0.0,4.967,-8.388,-2.487,0.0,-0.047,-0.454,-0.05,2.707,-0.023,-1.37,11.73,0.0,0.0,0.0,-6.305,-0.064,-1.149,-3.869,-0.164,0.0,3.184,8.471,2.02,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,19991.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-appliances-gas.xml,60.759,60.759,32.902,32.902,27.858,0.0,0.0,0.0,0.0,0.0,0.0,0.379,0.0,0.0,4.346,0.824,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.319,0.365,0.135,0.105,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.991,0.0,0.0,1.797,3.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,21.53,0.0,14.349,9.071,0.615,0.0,0.0,0.0,0.0,1949.1,3732.4,3732.4,23.443,19.507,0.0,3.549,3.643,0.513,7.521,0.631,10.104,-12.683,0.0,0.0,0.0,8.31,-0.069,4.985,0.0,0.486,0.0,4.979,-8.29,-2.488,0.0,-0.044,-0.452,-0.05,2.717,-0.022,-1.359,11.73,0.0,0.0,0.0,-6.29,-0.066,-1.185,-3.845,-0.109,0.0,3.172,8.28,2.02,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.341,59.341,36.572,36.572,22.768,0.0,0.0,0.0,0.0,0.0,0.0,0.376,0.0,0.0,4.367,0.829,9.536,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.637,0.365,1.519,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.768,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.322,0.0,14.449,9.633,0.614,0.0,0.0,0.0,0.0,2078.2,3595.9,3595.9,23.444,19.403,0.0,3.553,3.645,0.513,7.526,0.631,10.108,-12.683,0.0,0.0,0.0,8.318,-0.069,5.409,0.0,0.0,0.0,4.938,-8.425,-2.487,0.0,-0.048,-0.454,-0.05,2.707,-0.023,-1.37,11.73,0.0,0.0,0.0,-6.304,-0.065,-1.283,-3.864,0.0,0.0,3.189,8.416,2.02,1354.7,1998.3,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.643,53.643,28.205,28.205,25.438,0.0,0.0,0.0,0.0,0.0,0.0,0.42,0.0,0.0,3.933,0.726,7.785,0.0,0.0,4.507,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.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.438,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.824,0.0,12.641,7.75,0.616,0.0,0.0,0.0,0.0,1804.9,3114.9,3114.9,23.85,18.204,0.0,3.514,3.621,0.509,7.456,0.627,10.045,-12.705,0.0,0.0,0.0,8.234,-0.065,5.398,0.0,0.0,0.0,5.445,-6.091,-2.491,0.0,0.017,-0.404,-0.043,2.853,-0.01,-1.212,11.708,0.0,0.0,0.0,-6.068,-0.06,-1.236,-3.553,0.0,0.0,2.86,5.921,2.016,0.0,0.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.xml,60.759,60.759,32.902,32.902,22.991,4.867,0.0,0.0,0.0,0.0,0.0,0.379,0.0,0.0,4.346,0.824,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.319,0.365,0.135,0.105,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.991,0.0,0.0,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.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,21.53,0.0,14.349,9.071,0.615,0.0,0.0,0.0,0.0,1949.1,3732.4,3732.4,23.443,19.507,0.0,3.549,3.643,0.513,7.521,0.631,10.104,-12.683,0.0,0.0,0.0,8.31,-0.069,4.985,0.0,0.486,0.0,4.979,-8.29,-2.488,0.0,-0.044,-0.452,-0.05,2.717,-0.022,-1.359,11.73,0.0,0.0,0.0,-6.29,-0.066,-1.185,-3.845,-0.109,0.0,3.172,8.28,2.02,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.xml,60.759,60.759,32.902,32.902,22.991,0.0,4.867,0.0,0.0,0.0,0.0,0.379,0.0,0.0,4.346,0.824,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.319,0.365,0.135,0.105,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.991,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.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,21.53,0.0,14.349,9.071,0.615,0.0,0.0,0.0,0.0,1949.1,3732.4,3732.4,23.443,19.507,0.0,3.549,3.643,0.513,7.521,0.631,10.104,-12.683,0.0,0.0,0.0,8.31,-0.069,4.985,0.0,0.486,0.0,4.979,-8.29,-2.488,0.0,-0.044,-0.452,-0.05,2.717,-0.022,-1.359,11.73,0.0,0.0,0.0,-6.29,-0.066,-1.185,-3.845,-0.109,0.0,3.172,8.28,2.02,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-refrigerator-temperature-dependent-schedule.xml,59.22,59.22,35.594,35.594,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3884.4,3884.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.759,60.759,32.902,32.902,22.991,0.0,0.0,4.867,0.0,0.0,0.0,0.379,0.0,0.0,4.346,0.824,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.319,0.365,0.135,0.105,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.991,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.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,21.53,0.0,14.349,9.071,0.615,0.0,0.0,0.0,0.0,1949.1,3732.4,3732.4,23.443,19.507,0.0,3.549,3.643,0.513,7.521,0.631,10.104,-12.683,0.0,0.0,0.0,8.31,-0.069,4.985,0.0,0.486,0.0,4.979,-8.29,-2.488,0.0,-0.044,-0.452,-0.05,2.717,-0.022,-1.359,11.73,0.0,0.0,0.0,-6.29,-0.066,-1.185,-3.845,-0.109,0.0,3.172,8.28,2.02,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.195,62.195,35.473,35.473,26.722,0.0,0.0,0.0,0.0,0.0,0.0,0.441,0.0,0.0,4.113,0.771,9.015,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.067,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,26.722,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.005,0.0,13.25,9.071,0.616,0.0,0.0,0.0,0.0,2047.2,3387.1,3387.1,23.038,16.725,6.774,0.0,4.233,0.513,7.48,0.634,12.699,-15.652,0.0,0.0,0.0,8.32,-0.094,9.33,0.0,0.729,0.0,0.0,-7.833,-2.496,0.175,0.0,-0.482,-0.045,2.788,-0.012,-1.106,15.648,0.0,0.0,0.0,-6.288,-0.069,-2.029,-4.694,-0.154,0.0,0.0,7.745,2.012,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,29821.0,0.0,9510.0,0.0,575.0,7194.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,64.058,64.058,40.24,40.24,23.819,0.0,0.0,0.0,0.0,0.0,0.0,0.393,0.0,0.0,4.762,0.926,8.919,0.0,0.0,5.748,0.0,0.398,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,11.178,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.819,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.29,0.0,15.958,9.019,0.614,0.0,0.0,0.0,0.0,2290.6,3817.7,3817.7,22.894,20.061,4.567,1.167,5.564,0.52,7.671,0.638,14.486,-17.164,0.0,0.0,0.0,8.541,-0.091,7.114,0.0,0.731,0.0,0.287,-8.988,-3.17,0.018,0.024,-0.549,-0.052,2.711,-0.026,-1.811,17.674,0.0,0.0,0.0,-6.316,-0.085,-1.654,-5.205,-0.164,0.0,0.093,8.985,2.578,1354.7,998.0,11171.6,2471.3,0.0,36000.0,24000.0,0.0,6.8,91.76,31468.0,778.0,10436.0,0.0,575.0,7982.0,2464.0,0.0,1949.0,724.0,6561.0,18531.0,0.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.31,55.31,34.765,34.765,20.545,0.0,0.0,0.0,0.0,0.0,0.0,0.339,0.0,0.0,3.617,0.659,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.07,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,20.545,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.226,0.0,11.319,9.071,0.616,0.0,0.0,0.0,0.0,2029.7,3207.2,3207.2,17.971,12.997,6.035,0.0,3.612,0.508,7.441,0.624,10.017,-12.688,0.0,0.0,0.0,8.192,-0.08,4.799,0.0,0.726,0.0,0.0,-7.799,-2.489,0.324,0.0,-0.434,-0.048,2.771,-0.018,-1.311,11.72,0.0,0.0,0.0,-6.201,-0.055,-1.126,-3.734,-0.16,0.0,0.0,7.781,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,24776.0,0.0,7508.0,0.0,575.0,6840.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-ceiling.xml,38.463,38.463,33.276,33.276,5.187,0.0,0.0,0.0,0.0,0.0,0.0,0.022,0.0,0.0,9.471,1.973,6.712,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.181,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.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,4.79,0.0,33.197,6.557,0.582,0.0,0.0,0.0,0.0,1762.0,3536.7,3536.7,14.518,20.6,0.0,7.07,1.549,0.0,0.0,0.334,4.33,-6.058,0.0,0.0,0.0,0.631,-0.422,0.994,0.0,0.401,0.0,0.128,-3.499,-0.87,0.0,3.82,0.175,0.0,0.0,0.218,3.046,16.138,0.0,0.0,0.0,2.051,-0.414,-0.242,-1.995,-0.037,0.0,0.389,8.574,1.776,1354.7,998.0,9789.2,2412.1,0.0,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,25263.0,63.0,7662.0,0.0,313.0,637.0,0.0,0.0,0.0,12699.0,568.0,3320.0,1630.0,438.0,393.0,800.0 +base-atticroof-radiant-barrier.xml,37.289,37.289,32.835,32.835,4.454,0.0,0.0,0.0,0.0,0.0,0.0,0.019,0.0,0.0,9.108,1.896,6.711,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.185,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.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,4.112,0.0,31.881,6.557,0.581,0.0,0.0,0.0,0.0,1750.2,3337.6,3337.6,13.639,18.932,0.0,5.948,1.569,0.0,0.0,0.333,4.332,-5.943,0.0,0.0,0.0,0.81,-0.366,0.99,0.0,0.396,0.0,0.11,-3.434,-0.854,0.0,2.399,0.164,0.0,0.0,0.21,2.969,16.228,0.0,0.0,0.0,2.137,-0.358,-0.264,-2.068,-0.047,0.0,0.374,8.641,1.792,1354.7,998.0,9789.3,2412.1,0.0,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,22161.0,65.0,7662.0,0.0,313.0,637.0,0.0,0.0,0.0,9596.0,568.0,3320.0,1630.0,438.0,393.0,800.0 +base-atticroof-unvented-insulated-roof.xml,57.867,57.867,34.932,34.932,22.935,0.0,0.0,0.0,0.0,0.0,0.0,0.378,0.0,0.0,3.725,0.68,9.015,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.068,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.935,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,11.645,9.071,0.616,0.0,0.0,0.0,0.0,2046.6,3307.2,3307.2,19.576,14.296,0.0,5.354,3.622,0.51,7.463,0.627,10.052,-12.698,0.0,0.0,0.0,8.264,-0.07,4.806,0.0,0.728,0.0,2.785,-7.81,-2.491,0.0,-1.395,-0.4,-0.043,2.868,-0.009,-1.203,11.715,0.0,0.0,0.0,-6.03,-0.061,-1.101,-3.519,-0.157,0.0,1.405,7.769,2.016,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,30482.0,4823.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,4190.0,4597.0,19417.0,1772.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.679,58.679,35.268,35.268,23.411,0.0,0.0,0.0,0.0,0.0,0.0,0.386,0.0,0.0,3.848,0.71,9.188,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.07,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.411,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.922,0.0,12.26,9.071,0.803,0.0,0.0,0.0,0.0,2053.1,3353.7,3353.7,21.989,15.565,0.0,3.887,3.633,0.511,7.49,0.629,10.078,-12.698,0.0,0.0,0.0,8.277,-0.066,4.805,0.0,0.728,0.0,4.297,-7.473,-2.49,0.0,-0.503,-0.424,-0.046,2.791,-0.015,-1.275,11.715,0.0,0.0,0.0,-6.17,-0.062,-1.123,-3.674,-0.16,0.0,1.903,7.491,2.017,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,16425.0,3714.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.954,60.954,37.329,37.329,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,1.735,23.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2086.9,3998.4,3998.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,1.321,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.22,59.22,35.594,35.594,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3884.4,3884.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-mf-unit-adjacent-to-multifamily-buffer-space.xml,37.028,37.028,24.04,24.04,12.987,0.0,0.0,0.0,0.0,0.0,0.0,0.095,0.0,0.0,1.534,0.185,9.672,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,1.688,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.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,0.0,0.0,12.04,0.0,2.898,9.37,0.731,0.0,0.0,0.0,0.0,1496.3,1906.1,1906.1,8.305,6.269,0.0,2.942,3.648,0.0,0.0,0.585,1.314,-1.599,0.0,0.0,2.977,0.0,-0.048,1.674,0.0,0.0,0.0,5.215,-3.529,-1.183,0.0,-0.891,-0.193,0.0,0.0,-0.044,-0.088,1.303,0.0,0.0,-0.905,0.0,-0.045,-0.267,-0.401,0.0,0.0,0.548,3.087,0.842,1354.7,998.0,11171.5,3093.4,0.0,12000.0,12000.0,0.0,6.8,91.76,12345.0,5658.0,903.0,0.0,378.0,1949.0,0.0,963.0,0.0,963.0,1532.0,8173.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-mf-unit-adjacent-to-multiple.xml,32.364,32.364,24.943,24.943,7.422,0.0,0.0,0.0,0.0,0.0,0.0,0.054,0.0,0.0,2.077,0.304,9.557,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.083,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.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,6.884,0.0,5.047,9.37,0.612,0.0,0.0,0.0,0.0,1513.4,2227.0,2227.0,10.066,11.013,0.0,-0.005,3.291,0.0,0.0,1.39,3.735,-4.234,0.0,0.0,4.543,0.0,-0.086,1.252,0.0,0.791,0.0,2.747,-5.509,-1.139,0.0,-0.001,-0.416,0.0,0.0,-0.396,-0.133,3.971,0.0,0.0,-2.921,0.0,-0.081,-0.23,-1.203,-0.123,0.0,0.499,5.302,0.886,1354.7,998.0,11171.5,3093.4,0.0,12000.0,12000.0,0.0,6.8,91.76,12328.0,5013.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-mf-unit-adjacent-to-non-freezing-space.xml,50.251,50.251,23.789,23.789,26.461,0.0,0.0,0.0,0.0,0.0,0.0,0.194,0.0,0.0,1.417,0.158,9.755,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,1.399,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.461,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.537,0.0,2.432,9.37,0.818,0.0,0.0,0.0,0.0,1491.9,2170.3,2170.3,11.815,8.826,0.0,5.38,4.202,0.0,0.0,0.793,1.293,-1.715,0.0,0.0,5.429,0.0,-0.077,1.706,0.0,0.0,0.0,12.476,-3.737,-1.243,0.0,-1.132,-0.025,0.0,0.0,-0.042,0.011,1.187,0.0,0.0,-1.14,0.0,-0.073,-0.178,-0.296,0.0,0.0,0.531,2.88,0.782,1354.7,998.0,11171.5,3093.4,0.0,12000.0,12000.0,0.0,6.8,91.76,14592.0,6778.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-mf-unit-adjacent-to-other-heated-space.xml,26.114,26.114,24.211,24.211,1.904,0.0,0.0,0.0,0.0,0.0,0.0,0.014,0.0,0.0,1.558,0.191,9.582,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.0,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.904,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.763,0.0,3.001,9.37,0.637,0.0,0.0,0.0,0.0,1508.3,1950.2,1950.2,3.926,6.271,0.0,0.284,3.112,0.0,0.0,0.366,1.367,-1.509,0.0,0.0,0.305,0.0,-0.01,1.681,0.0,0.0,0.0,0.543,-3.319,-1.118,0.0,-0.795,-0.417,0.0,0.0,-0.066,-0.199,1.393,0.0,0.0,-0.811,0.0,-0.007,-0.374,-0.454,0.0,0.0,0.567,3.297,0.907,1354.7,998.0,11171.5,3093.4,0.0,12000.0,12000.0,0.0,6.8,91.76,8331.0,3673.0,903.0,0.0,296.0,1735.0,0.0,96.0,0.0,96.0,1532.0,8173.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-mf-unit-adjacent-to-other-housing-unit.xml,26.466,26.466,24.825,24.825,1.64,0.0,0.0,0.0,0.0,0.0,0.0,0.012,0.0,0.0,1.971,0.292,9.54,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.144,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,0.0,0.0,1.519,0.0,4.744,9.37,0.593,0.0,0.0,0.0,0.0,1514.5,1818.7,1818.7,4.235,4.793,0.0,-0.003,3.149,0.0,0.0,0.363,1.418,-1.433,0.0,0.0,-0.003,0.0,-0.057,1.741,0.0,0.0,0.0,0.472,-3.109,-1.046,0.0,-0.002,-0.488,0.0,0.0,-0.03,-0.32,1.47,0.0,0.0,-0.002,0.0,-0.055,-0.481,-0.645,0.0,0.0,0.844,3.508,0.98,1354.7,998.0,11171.5,3093.4,0.0,12000.0,12000.0,0.0,6.8,91.76,7886.0,3453.0,903.0,0.0,287.0,1711.0,0.0,0.0,0.0,0.0,1532.0,6279.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-mf-unit-infil-compartmentalization-test.xml,26.717,26.717,25.953,25.953,0.764,0.0,0.0,0.0,0.0,0.0,0.0,0.006,0.0,0.0,2.855,0.509,9.527,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.19,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.764,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.706,0.0,8.666,9.37,0.579,0.0,0.0,0.0,0.0,1612.1,2253.4,2253.4,3.618,7.758,0.0,-0.017,2.482,0.0,0.0,0.423,3.949,-2.673,0.0,0.0,-0.013,0.0,-0.407,0.996,0.0,0.687,0.0,0.0,-4.026,-0.783,0.0,-0.012,-1.037,0.0,0.0,-0.034,-1.032,5.529,0.0,0.0,-0.008,0.0,-0.398,-0.37,-1.611,-0.368,0.0,0.0,6.859,1.242,1354.7,998.0,11171.5,3093.4,0.0,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-mf-unit-residents-1.xml,19.916,19.916,18.508,18.508,1.408,0.0,0.0,0.0,0.0,0.0,0.0,0.01,0.0,0.0,2.394,0.394,4.527,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.165,0.0,0.0,0.169,0.22,0.912,1.184,0.0,1.506,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.408,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.303,0.0,6.943,4.142,0.587,0.0,0.0,0.0,0.0,1088.9,1700.7,1700.7,4.017,7.292,0.0,-0.017,2.596,0.0,0.0,0.419,4.07,-3.113,0.0,0.0,-0.015,0.0,-0.341,1.298,0.0,0.746,0.0,0.0,-3.471,-0.93,0.0,-0.012,-0.775,0.0,0.0,-0.01,-0.682,5.089,0.0,0.0,-0.011,0.0,-0.333,-0.387,-1.448,-0.271,0.0,0.0,4.755,1.095,817.1,530.8,4684.1,1314.5,0.0,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-mf-unit-shared-boiler-chiller-baseboard.xml,27.374,27.374,26.452,26.452,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.045,0.0,0.0,3.073,0.754,9.527,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.186,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.831,0.0,8.51,9.37,0.581,0.0,0.0,0.0,4.0,1632.2,2104.6,2104.6,3.815,7.12,0.0,-0.017,2.515,0.0,0.0,0.421,3.975,-2.773,0.0,0.0,-0.014,0.0,-0.39,1.285,0.0,0.701,0.0,0.0,-4.138,-0.812,0.0,-0.012,-0.981,0.0,0.0,-0.031,-0.97,5.429,0.0,0.0,-0.009,0.0,-0.381,-0.462,-1.595,-0.348,0.0,0.0,6.744,1.213,1354.7,998.0,11171.6,3093.4,0.0,5886.0,8029.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-mf-unit-shared-boiler-chiller-fan-coil-ducted.xml,28.147,28.147,27.163,27.163,0.983,0.0,0.0,0.0,0.0,0.0,0.0,0.079,0.0,0.0,3.649,0.856,9.527,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.186,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.983,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.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,0.0,9.698,9.37,0.58,0.0,0.0,0.0,13.0,1662.1,2293.7,2293.7,3.975,8.325,0.0,-0.016,2.514,0.0,0.0,0.42,3.963,-2.774,0.0,0.0,-0.013,0.0,-0.389,1.282,0.0,0.699,0.0,0.049,-4.124,-0.809,0.0,-0.011,-0.983,0.0,0.0,-0.032,-0.982,5.429,0.0,0.0,-0.008,0.0,-0.38,-0.465,-1.603,-0.35,0.0,1.199,6.758,1.216,1354.7,998.0,11171.5,3093.4,0.0,8647.0,8994.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-mf-unit-shared-boiler-chiller-fan-coil.xml,27.61,27.61,26.736,26.736,0.873,0.0,0.0,0.0,0.0,0.0,0.0,0.106,0.0,0.0,3.297,0.754,9.527,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.186,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.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,0.831,0.0,8.51,9.37,0.581,0.0,0.0,0.0,4.0,1642.7,2158.4,2158.4,3.814,7.12,0.0,-0.017,2.515,0.0,0.0,0.421,3.975,-2.773,0.0,0.0,-0.014,0.0,-0.39,1.285,0.0,0.701,0.0,0.0,-4.138,-0.812,0.0,-0.012,-0.981,0.0,0.0,-0.031,-0.97,5.429,0.0,0.0,-0.009,0.0,-0.381,-0.462,-1.595,-0.348,0.0,0.0,6.744,1.213,1354.7,998.0,11171.6,3093.4,0.0,5886.0,8029.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-mf-unit-shared-boiler-chiller-water-loop-heat-pump.xml,31.443,31.443,30.726,30.726,0.718,0.0,0.0,0.0,0.0,0.0,0.046,0.045,0.0,0.0,7.199,0.856,9.527,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.186,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.718,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.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,0.0,9.698,9.37,0.58,0.0,0.0,0.0,13.0,1826.5,3251.9,3251.9,3.903,8.325,0.0,-0.016,2.514,0.0,0.0,0.42,3.963,-2.774,0.0,0.0,-0.013,0.0,-0.389,1.282,0.0,0.699,0.0,0.019,-4.124,-0.809,0.0,-0.011,-0.983,0.0,0.0,-0.032,-0.982,5.429,0.0,0.0,-0.008,0.0,-0.38,-0.465,-1.603,-0.35,0.0,1.199,6.758,1.216,1354.7,998.0,11171.5,3093.4,0.0,28548.0,8994.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-mf-unit-shared-boiler-cooling-tower-water-loop-heat-pump.xml,27.737,27.737,27.02,27.02,0.718,0.0,0.0,0.0,0.0,0.0,0.046,0.045,0.0,0.0,3.492,0.856,9.527,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.186,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.718,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.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,0.0,9.698,9.37,0.58,0.0,0.0,0.0,13.0,1655.1,2254.7,2254.7,3.903,8.325,0.0,-0.016,2.514,0.0,0.0,0.42,3.963,-2.774,0.0,0.0,-0.013,0.0,-0.389,1.282,0.0,0.699,0.0,0.019,-4.124,-0.809,0.0,-0.011,-0.983,0.0,0.0,-0.032,-0.982,5.429,0.0,0.0,-0.008,0.0,-0.38,-0.465,-1.603,-0.35,0.0,1.199,6.758,1.216,1354.7,998.0,11171.5,3093.4,0.0,28548.0,8994.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-mf-unit-shared-boiler-only-baseboard.xml,23.606,23.606,22.809,22.809,0.797,0.0,0.0,0.0,0.0,0.0,0.0,0.039,0.0,0.0,0.0,0.0,9.45,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.453,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.797,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.718,0.0,0.0,9.37,0.499,0.0,0.0,0.0,0.0,1474.9,1412.1,1474.9,3.808,0.0,0.0,-0.003,3.427,0.0,0.0,0.484,4.863,-4.248,0.0,0.0,-0.003,0.0,-0.005,1.64,0.0,0.957,0.0,0.0,-5.448,-1.112,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,3093.4,0.0,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-mf-unit-shared-boiler-only-fan-coil-ducted.xml,23.689,23.689,22.838,22.838,0.85,0.0,0.0,0.0,0.0,0.0,0.0,0.068,0.0,0.0,0.0,0.0,9.45,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.453,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.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.761,0.0,0.0,9.37,0.499,0.0,0.0,0.0,0.0,1486.9,1412.1,1486.9,3.973,0.0,0.0,-0.003,3.427,0.0,0.0,0.484,4.862,-4.248,0.0,0.0,-0.003,0.0,-0.005,1.64,0.0,0.957,0.0,0.043,-5.448,-1.112,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,3093.4,0.0,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-mf-unit-shared-boiler-only-fan-coil-fireplace-elec.xml,23.587,23.587,23.037,23.037,0.55,0.0,0.0,0.0,0.0,0.0,0.179,0.089,0.0,0.0,0.0,0.0,9.45,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.453,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.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.718,0.0,0.0,9.37,0.499,0.0,0.0,0.0,0.0,1622.6,1412.1,1622.6,3.812,0.0,0.0,-0.003,3.427,0.0,0.0,0.484,4.862,-4.248,0.0,0.0,-0.003,0.0,-0.005,1.64,0.0,0.957,0.0,0.0,-5.448,-1.112,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,3093.4,0.0,5885.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-mf-unit-shared-boiler-only-fan-coil.xml,23.617,23.617,22.861,22.861,0.755,0.0,0.0,0.0,0.0,0.0,0.0,0.092,0.0,0.0,0.0,0.0,9.45,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.453,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.755,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.718,0.0,0.0,9.37,0.499,0.0,0.0,0.0,0.0,1502.8,1412.1,1502.8,3.812,0.0,0.0,-0.003,3.427,0.0,0.0,0.484,4.863,-4.248,0.0,0.0,-0.003,0.0,-0.005,1.64,0.0,0.957,0.0,0.0,-5.448,-1.112,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,3093.4,0.0,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-mf-unit-shared-boiler-only-water-loop-heat-pump.xml,23.469,23.469,22.849,22.849,0.62,0.0,0.0,0.0,0.0,0.0,0.04,0.039,0.0,0.0,0.0,0.0,9.45,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.453,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.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.735,0.0,0.0,9.37,0.499,0.0,0.0,0.0,0.0,1493.1,1412.1,1493.1,3.901,0.0,0.0,-0.003,3.427,0.0,0.0,0.484,4.862,-4.248,0.0,0.0,-0.003,0.0,-0.005,1.64,0.0,0.957,0.0,0.017,-5.448,-1.112,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,3093.4,0.0,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-mf-unit-shared-chiller-only-baseboard.xml,26.346,26.346,26.346,26.346,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.05,0.745,9.54,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.145,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.398,9.37,0.593,0.0,0.0,0.0,4.0,1617.3,2185.5,2185.5,0.0,7.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.009,-0.932,0.0,0.0,-0.036,-0.965,5.281,0.0,0.0,-0.006,0.0,-0.33,-0.455,-1.589,-0.335,0.0,0.0,6.661,1.19,1354.7,998.0,11171.5,3093.4,0.0,0.0,8029.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-mf-unit-shared-chiller-only-fan-coil-ducted.xml,27.019,27.019,27.019,27.019,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.621,0.846,9.54,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.145,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.578,9.37,0.593,0.0,0.0,0.0,13.0,1643.7,2271.4,2271.4,0.0,8.325,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.009,-0.934,0.0,0.0,-0.037,-0.976,5.281,0.0,0.0,-0.006,0.0,-0.329,-0.458,-1.597,-0.337,0.0,1.191,6.674,1.193,1354.7,998.0,11171.5,3093.4,0.0,0.0,8994.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-mf-unit-shared-chiller-only-fan-coil.xml,26.567,26.567,26.567,26.567,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.271,0.745,9.54,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.145,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.398,9.37,0.593,0.0,0.0,0.0,4.0,1626.7,2251.7,2251.7,0.0,7.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.009,-0.932,0.0,0.0,-0.036,-0.965,5.281,0.0,0.0,-0.006,0.0,-0.33,-0.455,-1.589,-0.335,0.0,0.0,6.661,1.19,1354.7,998.0,11171.5,3093.4,0.0,0.0,8029.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-mf-unit-shared-chiller-only-water-loop-heat-pump.xml,30.534,30.534,30.534,30.534,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.136,0.846,9.54,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.145,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.578,9.37,0.593,0.0,0.0,0.0,13.0,1790.1,3148.8,3148.8,0.0,8.325,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.009,-0.934,0.0,0.0,-0.037,-0.976,5.281,0.0,0.0,-0.006,0.0,-0.329,-0.458,-1.597,-0.337,0.0,1.191,6.674,1.193,1354.7,998.0,11171.5,3093.4,0.0,0.0,8994.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-mf-unit-shared-cooling-tower-only-water-loop-heat-pump.xml,26.864,26.864,26.864,26.864,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.466,0.846,9.54,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.145,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.578,9.37,0.593,0.0,0.0,0.0,13.0,1637.2,2232.7,2232.7,0.0,8.325,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.009,-0.934,0.0,0.0,-0.037,-0.976,5.281,0.0,0.0,-0.006,0.0,-0.329,-0.458,-1.597,-0.337,0.0,1.191,6.674,1.193,1354.7,998.0,11171.5,3093.4,0.0,0.0,8994.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-mf-unit-shared-generator.xml,40.963,34.139,25.897,19.073,0.899,0.0,14.167,0.0,0.0,0.0,0.0,0.007,0.0,0.0,2.813,0.498,9.527,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.186,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-6.824,0.0,0.899,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.831,0.0,8.511,9.37,0.581,0.0,0.0,0.0,0.0,1603.5,2035.3,2035.3,3.814,7.788,0.0,-0.017,2.513,0.0,0.0,0.421,3.973,-2.771,0.0,0.0,-0.014,0.0,-0.391,1.284,0.0,0.7,0.0,0.0,-4.136,-0.812,0.0,-0.012,-0.983,0.0,0.0,-0.031,-0.971,5.431,0.0,0.0,-0.009,0.0,-0.382,-0.463,-1.595,-0.348,0.0,0.0,6.746,1.213,1354.7,998.0,11171.6,3093.4,0.0,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-mf-unit-shared-ground-loop-ground-to-air-heat-pump.xml,28.271,28.271,28.271,28.271,0.0,0.0,0.0,0.0,0.0,0.0,0.242,0.473,0.0,0.0,2.256,2.721,9.527,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.186,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.831,0.0,8.51,9.37,0.581,0.0,0.0,0.0,0.0,1705.4,2011.5,2011.5,3.814,7.788,0.0,-0.016,2.522,0.0,0.0,0.421,3.979,-2.785,0.0,0.0,-0.013,0.0,-0.385,1.286,0.0,0.703,0.0,0.0,-4.15,-0.816,0.0,-0.011,-0.974,0.0,0.0,-0.031,-0.965,5.418,0.0,0.0,-0.008,0.0,-0.376,-0.461,-1.595,-0.346,0.0,0.0,6.732,1.21,1354.7,998.0,11171.6,3093.4,0.0,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-mf-unit-shared-laundry-room-multiple-water-heaters.xml,31.684,31.684,16.434,16.434,15.25,0.0,0.0,0.0,0.0,0.0,0.0,0.006,0.0,0.0,2.861,0.511,0.0,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.189,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.825,0.0,14.425,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.762,0.0,8.777,9.37,2.28,0.0,0.0,0.0,0.0,928.0,1598.0,1598.0,3.861,7.816,0.0,-0.018,2.47,0.0,0.0,0.422,3.947,-2.683,0.0,0.0,-0.014,0.0,-0.418,2.05,0.0,0.0,0.0,0.0,-4.279,-0.789,0.0,-0.013,-1.037,0.0,0.0,-0.032,-1.015,5.52,0.0,0.0,-0.01,0.0,-0.409,-0.844,-1.625,0.0,0.0,0.0,7.1,1.236,1354.7,998.0,11171.9,3093.5,0.0,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-mf-unit-shared-laundry-room.xml,29.601,29.601,16.252,16.252,13.349,0.0,0.0,0.0,0.0,0.0,0.0,0.008,0.0,0.0,2.723,0.475,0.0,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.18,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.039,0.0,12.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.96,0.0,8.112,9.37,0.573,0.0,0.0,0.0,0.0,919.2,1586.4,1586.4,4.011,7.695,0.0,-0.017,2.526,0.0,0.0,0.42,3.983,-2.859,0.0,0.0,-0.014,0.0,-0.392,2.071,0.0,0.0,0.0,0.0,-3.984,-0.834,0.0,-0.012,-0.938,0.0,0.0,-0.026,-0.911,5.343,0.0,0.0,-0.01,0.0,-0.383,-0.783,-1.56,0.0,0.0,0.0,6.286,1.191,1354.7,998.0,11171.6,3093.4,0.0,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-mf-unit-shared-mechvent-multiple.xml,51.298,51.298,30.438,30.438,20.86,0.0,0.0,0.0,0.0,0.0,0.0,0.063,0.0,0.0,2.762,0.296,9.563,0.0,0.0,2.025,0.0,0.206,3.71,0.948,0.166,0.0,2.064,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.697,0.0,0.0,0.0,0.0,12.163,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.057,0.0,4.993,9.37,0.617,0.0,0.0,0.0,0.0,1803.5,2327.9,2327.9,7.873,9.041,0.0,-0.018,2.767,0.0,0.0,0.405,4.178,-4.251,0.0,0.0,-0.022,0.0,-0.278,0.076,0.0,12.318,0.0,0.0,-5.844,-1.189,0.0,-0.014,-0.127,0.0,0.0,0.065,0.167,3.952,0.0,0.0,-0.019,0.0,-0.273,-0.006,-0.709,-4.009,0.0,0.0,4.953,0.836,1354.7,998.0,11171.5,3093.4,0.0,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-mf-unit-shared-mechvent-preconditioning.xml,32.711,32.711,27.055,27.055,5.657,0.0,0.0,0.0,0.0,0.0,0.0,0.013,0.0,0.0,2.527,0.419,9.537,0.0,0.0,2.025,0.0,0.206,1.495,0.0,0.045,0.0,2.152,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.708,0.0,0.0,0.0,0.0,3.949,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.58,0.0,7.083,9.37,0.591,0.0,0.0,0.0,0.0,1584.7,2367.0,2367.0,4.521,7.958,0.0,-0.016,2.661,0.0,0.0,0.422,4.121,-3.257,0.0,0.0,-0.015,0.0,-0.335,1.77,0.0,1.904,0.0,0.0,-4.734,-0.957,0.0,-0.012,-0.672,0.0,0.0,0.001,-0.567,4.946,0.0,0.0,-0.01,0.0,-0.327,-0.485,-1.304,-1.671,0.0,0.0,6.124,1.068,1354.7,998.0,11171.5,3093.4,0.0,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-mf-unit-shared-mechvent.xml,31.174,31.174,26.924,26.924,4.25,0.0,0.0,0.0,0.0,0.0,0.0,0.031,0.0,0.0,2.463,0.401,9.546,0.0,0.0,2.025,0.0,0.206,1.495,0.0,0.0,0.0,2.122,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.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,3.935,0.0,6.868,9.37,0.6,0.0,0.0,0.0,0.0,1564.1,2309.3,2309.3,6.341,8.579,0.0,-0.015,2.674,0.0,0.0,0.392,3.998,-3.692,0.0,0.0,-0.016,0.0,-0.243,1.729,0.0,5.289,0.0,0.0,-5.086,-1.045,0.0,-0.011,-0.513,0.0,0.0,-0.002,-0.459,4.51,0.0,0.0,-0.013,0.0,-0.237,-0.413,-1.303,-1.427,0.0,0.0,5.752,0.98,1354.7,998.0,11171.5,3093.4,0.0,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-mf-unit-shared-pv-battery.xml,27.673,3.225,26.774,2.326,0.899,0.0,0.0,0.0,0.0,0.0,0.0,0.007,0.0,0.0,2.813,0.498,9.527,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.186,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,-24.448,0.0,0.876,0.899,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.831,0.0,8.511,9.37,0.581,0.0,0.0,0.0,0.0,1649.1,2045.5,2045.5,3.814,7.788,0.0,-0.017,2.513,0.0,0.0,0.421,3.973,-2.771,0.0,0.0,-0.014,0.0,-0.391,1.284,0.0,0.7,0.0,0.0,-4.136,-0.812,0.0,-0.012,-0.983,0.0,0.0,-0.031,-0.971,5.431,0.0,0.0,-0.009,0.0,-0.382,-0.463,-1.595,-0.348,0.0,0.0,6.746,1.213,1354.7,998.0,11171.6,3093.4,44.391,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-mf-unit-shared-pv.xml,26.796,2.349,25.897,1.449,0.899,0.0,0.0,0.0,0.0,0.0,0.0,0.007,0.0,0.0,2.813,0.498,9.527,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.186,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,-24.448,0.0,0.0,0.899,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.831,0.0,8.511,9.37,0.581,0.0,0.0,0.0,0.0,1603.5,2035.3,2035.3,3.814,7.788,0.0,-0.017,2.513,0.0,0.0,0.421,3.973,-2.771,0.0,0.0,-0.014,0.0,-0.391,1.284,0.0,0.7,0.0,0.0,-4.136,-0.812,0.0,-0.012,-0.983,0.0,0.0,-0.031,-0.971,5.431,0.0,0.0,-0.009,0.0,-0.382,-0.463,-1.595,-0.348,0.0,0.0,6.746,1.213,1354.7,998.0,11171.6,3093.4,0.0,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-mf-unit-shared-water-heater-recirc-scheduled.xml,30.776,30.776,17.369,17.369,13.407,0.0,0.0,0.0,0.0,0.0,0.0,0.008,0.0,0.0,2.741,0.479,0.0,1.096,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.178,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.097,0.0,12.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.014,0.0,8.208,9.37,0.573,0.0,0.0,0.0,0.0,949.7,1631.8,1631.8,4.004,7.812,0.0,-0.016,2.544,0.0,0.0,0.419,3.992,-2.904,0.0,0.0,-0.014,0.0,-0.378,1.609,0.0,0.714,0.0,0.0,-4.173,-0.843,0.0,-0.012,-0.918,0.0,0.0,-0.027,-0.898,5.299,0.0,0.0,-0.009,0.0,-0.369,-0.568,-1.562,-0.325,0.0,0.0,6.494,1.182,1354.7,998.0,11171.6,3093.4,0.0,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-mf-unit-shared-water-heater-recirc.xml,30.776,30.776,17.369,17.369,13.407,0.0,0.0,0.0,0.0,0.0,0.0,0.008,0.0,0.0,2.741,0.479,0.0,1.096,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.178,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.097,0.0,12.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.014,0.0,8.208,9.37,0.573,0.0,0.0,0.0,0.0,949.7,1631.8,1631.8,4.004,7.812,0.0,-0.016,2.544,0.0,0.0,0.419,3.992,-2.904,0.0,0.0,-0.014,0.0,-0.378,1.609,0.0,0.714,0.0,0.0,-4.173,-0.843,0.0,-0.012,-0.918,0.0,0.0,-0.027,-0.898,5.299,0.0,0.0,-0.009,0.0,-0.369,-0.568,-1.562,-0.325,0.0,0.0,6.494,1.182,1354.7,998.0,11171.6,3093.4,0.0,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-mf-unit-shared-water-heater.xml,29.68,29.68,16.273,16.273,13.407,0.0,0.0,0.0,0.0,0.0,0.0,0.008,0.0,0.0,2.741,0.479,0.0,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.178,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.097,0.0,12.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.014,0.0,8.208,9.37,0.573,0.0,0.0,0.0,0.0,913.0,1595.2,1595.2,4.004,7.812,0.0,-0.016,2.544,0.0,0.0,0.419,3.992,-2.904,0.0,0.0,-0.014,0.0,-0.378,1.609,0.0,0.714,0.0,0.0,-4.173,-0.843,0.0,-0.012,-0.918,0.0,0.0,-0.027,-0.898,5.299,0.0,0.0,-0.009,0.0,-0.369,-0.568,-1.562,-0.325,0.0,0.0,6.494,1.182,1354.7,998.0,11171.6,3093.4,0.0,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-mf-unit.xml,26.796,26.796,25.897,25.897,0.899,0.0,0.0,0.0,0.0,0.0,0.0,0.007,0.0,0.0,2.813,0.498,9.527,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.186,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.899,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.831,0.0,8.511,9.37,0.581,0.0,0.0,0.0,0.0,1603.5,2035.3,2035.3,3.814,7.788,0.0,-0.017,2.513,0.0,0.0,0.421,3.973,-2.771,0.0,0.0,-0.014,0.0,-0.391,1.284,0.0,0.7,0.0,0.0,-4.136,-0.812,0.0,-0.012,-0.983,0.0,0.0,-0.031,-0.971,5.431,0.0,0.0,-0.009,0.0,-0.382,-0.463,-1.595,-0.348,0.0,0.0,6.746,1.213,1354.7,998.0,11171.6,3093.4,0.0,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-mf-whole-building.xml,218.134,218.134,218.134,218.134,0.0,0.0,0.0,0.0,0.0,0.0,35.137,0.0,0.0,0.0,22.441,0.0,55.569,0.0,0.0,14.641,0.0,1.364,0.0,0.0,0.0,0.0,12.712,0.0,0.0,1.912,2.192,0.0,9.172,0.0,12.693,50.302,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.082,0.0,50.043,55.316,3.607,0.0,0.0,0.0,1.0,21887.2,16212.0,21887.2,54.369,56.669,0.0,7.761,18.926,0.0,0.0,2.286,27.714,-27.412,0.0,0.0,7.748,0.0,-1.263,57.956,0.0,0.0,0.0,0.0,-50.842,-7.753,0.0,-1.081,-3.254,0.0,0.0,-0.05,-3.755,29.95,0.0,0.0,-3.834,0.0,-1.238,-13.68,-10.172,0.0,0.0,0.0,50.392,6.888,8128.5,5988.0,67057.1,16864.7,0.0,72000.0,72000.0,0.0,6.8,91.76,88106.0,0.0,18018.0,0.0,1722.0,10488.0,0.0,2376.0,0.0,3860.0,51642.0,53050.0,0.0,21576.0,0.0,618.0,1104.0,0.0,630.0,0.0,2244.0,6954.0,19920.0,0.0,0.0,0.0,0.0 +base-bldgtype-sfa-unit-2stories.xml,51.953,51.953,34.308,34.308,17.645,0.0,0.0,0.0,0.0,0.0,0.0,0.23,0.0,0.0,3.289,0.576,9.076,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,17.645,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.456,0.0,9.918,9.106,0.615,0.0,0.0,0.0,0.0,2028.3,3203.9,3203.9,18.259,15.793,0.0,2.426,5.061,0.297,4.364,0.638,7.116,-8.588,0.0,0.0,0.0,5.002,-0.071,7.096,0.0,0.729,0.0,2.429,-7.794,-2.489,0.0,0.015,-0.629,-0.025,1.636,-0.014,-1.001,7.908,0.0,0.0,0.0,-3.947,-0.066,-1.651,-3.207,-0.159,0.0,1.338,7.788,2.018,1354.7,998.0,11171.6,2624.7,0.0,48000.0,36000.0,0.0,6.8,91.76,27715.0,7446.0,5147.0,0.0,575.0,5634.0,0.0,0.0,1524.0,1447.0,5942.0,16951.0,4421.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-sfa-unit-atticroof-cathedral.xml,98.436,98.436,36.921,36.921,61.515,0.0,0.0,0.0,0.0,0.0,0.0,0.802,0.0,0.0,4.989,0.937,9.084,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.044,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,61.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.0,0.0,57.361,0.0,15.982,9.106,0.623,0.0,0.0,0.0,0.0,2100.0,4529.8,4529.8,36.753,28.623,49.493,0.0,2.937,0.289,3.687,0.667,4.711,-5.326,0.0,0.0,0.0,3.418,-0.85,7.541,0.0,0.772,0.0,0.0,-8.484,-2.669,8.563,0.0,-0.155,0.004,1.537,0.121,0.039,5.084,0.0,0.0,0.0,-4.273,-0.813,-0.842,-1.316,-0.093,0.0,0.0,7.077,1.838,1354.7,998.0,11171.6,2624.7,0.0,48000.0,36000.0,0.0,6.8,91.76,43367.0,0.0,3210.0,0.0,575.0,4469.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-sfa-unit-infil-compartmentalization-test.xml,43.277,43.277,29.579,29.579,13.697,0.0,0.0,0.0,0.0,0.0,0.0,0.1,0.0,0.0,2.703,0.45,9.286,0.0,0.0,3.266,0.0,0.27,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,5.589,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.697,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.702,0.0,7.743,9.221,0.615,0.0,0.0,0.0,0.0,1759.6,2713.5,2713.5,13.654,10.87,0.0,2.334,2.365,0.292,4.232,0.624,3.565,-4.312,0.0,0.0,0.0,4.669,-0.047,3.042,0.0,0.726,0.0,3.461,-6.592,-1.805,0.0,0.032,-0.275,-0.026,1.588,-0.018,-0.583,3.962,0.0,0.0,0.0,-4.04,-0.045,-0.752,-1.557,-0.163,0.0,1.614,6.601,1.462,1354.7,998.0,11171.5,2829.7,0.0,24000.0,24000.0,0.0,6.8,91.76,21402.0,8128.0,2576.0,0.0,575.0,4088.0,0.0,0.0,1524.0,1447.0,3064.0,13940.0,5226.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-sfa-unit.xml,43.277,43.277,29.579,29.579,13.697,0.0,0.0,0.0,0.0,0.0,0.0,0.1,0.0,0.0,2.703,0.45,9.286,0.0,0.0,3.266,0.0,0.27,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,5.589,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.697,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.702,0.0,7.743,9.221,0.615,0.0,0.0,0.0,0.0,1759.6,2713.5,2713.5,13.654,10.87,0.0,2.334,2.365,0.292,4.232,0.624,3.565,-4.312,0.0,0.0,0.0,4.669,-0.047,3.042,0.0,0.726,0.0,3.461,-6.592,-1.805,0.0,0.032,-0.275,-0.026,1.588,-0.018,-0.583,3.962,0.0,0.0,0.0,-4.04,-0.045,-0.752,-1.557,-0.163,0.0,1.614,6.601,1.462,1354.7,998.0,11171.5,2829.7,0.0,24000.0,24000.0,0.0,6.8,91.76,21403.0,8128.0,2576.0,0.0,575.0,4088.0,0.0,0.0,1524.0,1447.0,3065.0,13941.0,5226.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-dhw-combi-tankless-outside.xml,52.189,52.189,21.369,21.369,30.82,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.507,0.0,0.334,0.0,0.0,0.0,0.0,2.147,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,20.532,0.0,10.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,17.356,0.0,0.0,9.173,0.0,0.0,0.0,0.0,0.0,1295.6,1163.0,1295.6,16.826,0.0,0.0,3.738,3.637,0.512,7.48,0.63,10.095,-12.691,0.0,0.0,0.0,8.132,-0.074,4.808,0.0,0.728,0.0,0.0,-7.471,-2.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,1070.0,776.6,8411.2,1930.1,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,53.386,53.386,21.376,21.376,32.011,0.0,0.0,0.0,0.0,0.0,0.0,0.166,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.145,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,21.722,0.0,10.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,18.411,0.0,0.0,9.173,0.0,0.0,0.0,0.0,0.0,1297.1,1163.0,1297.1,17.407,0.0,0.0,3.736,3.635,0.512,7.475,0.63,10.086,-12.693,0.0,0.0,0.0,8.135,-0.071,5.887,0.0,0.727,0.0,0.0,-7.472,-2.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,1070.0,776.6,8411.2,1930.1,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,31.692,31.692,31.692,31.692,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.183,0.717,6.825,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.902,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.74,9.07,0.666,2.821,0.0,0.0,0.0,1971.5,2952.8,2952.8,0.0,19.883,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.066,-0.443,-0.048,2.736,-0.025,-1.365,11.85,0.0,0.0,0.0,-6.854,-0.066,-1.158,-3.693,-0.162,0.0,3.638,8.501,2.042,1354.7,998.0,11183.3,2566.2,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,38.269,38.269,38.269,38.269,0.0,0.0,0.0,0.0,0.0,0.0,5.898,0.602,0.0,0.0,3.053,0.993,6.586,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.261,0.0,13.631,9.069,0.614,2.872,0.0,0.0,0.0,3427.2,2543.0,3427.2,22.716,16.873,0.0,3.58,3.636,0.512,7.501,0.629,10.08,-12.691,0.0,0.0,0.0,8.283,-0.065,4.804,0.0,0.727,0.0,3.908,-7.483,-2.489,0.0,0.01,-0.44,-0.048,2.752,-0.02,-1.327,11.723,0.0,0.0,0.0,-6.239,-0.062,-1.136,-3.815,-0.161,0.0,2.148,8.391,2.018,1354.7,998.0,11185.8,2566.8,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.551,57.551,29.48,29.48,28.071,0.0,0.0,0.0,0.0,0.0,0.0,0.463,0.0,0.0,4.356,0.827,2.704,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.065,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,28.071,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.289,0.0,14.446,9.081,1.811,2.925,0.0,0.0,0.0,1813.8,3298.9,3298.9,23.813,19.758,0.0,3.51,3.632,0.511,7.485,0.627,10.06,-12.745,0.0,0.0,0.0,8.31,-0.057,4.799,0.0,0.726,0.0,5.908,-4.327,-2.498,0.0,0.007,-0.394,-0.042,2.895,-0.009,-1.193,11.668,0.0,0.0,0.0,-6.008,-0.053,-1.086,-3.568,-0.152,0.0,3.163,7.478,2.01,1354.6,997.9,11146.0,2557.7,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.266,33.266,33.266,33.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.347,1.144,6.811,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.898,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.127,9.076,0.0,2.849,0.0,0.0,0.0,1833.3,3409.8,3409.8,0.0,19.333,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.042,-0.437,-0.047,2.752,-0.024,-1.348,11.85,0.0,0.0,0.0,-6.847,-0.067,-1.152,-3.654,-0.161,0.0,3.183,8.23,2.042,1354.7,998.0,11133.5,2554.8,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,30.839,30.839,30.839,30.839,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.77,0.293,6.808,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.902,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.5,9.069,0.666,2.844,0.0,0.0,0.0,1972.6,2743.5,2743.5,0.0,19.538,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.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.443,-0.048,2.737,-0.025,-1.365,11.85,0.0,0.0,0.0,-6.853,-0.066,-1.159,-3.699,-0.162,0.0,4.445,8.507,2.042,1354.7,998.0,11185.6,2566.8,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.299,33.299,33.299,33.299,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.398,1.161,6.772,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.902,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.344,9.069,0.666,2.899,0.0,0.0,0.0,1972.5,3421.8,3421.8,0.0,19.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.049,-0.443,-0.048,2.736,-0.025,-1.366,11.85,0.0,0.0,0.0,-6.855,-0.066,-1.159,-3.696,-0.162,0.0,3.219,8.523,2.042,1354.7,998.0,11185.3,2566.7,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.948,56.948,33.322,33.322,23.626,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,6.742,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.626,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,6.631,0.615,0.0,0.0,0.0,0.0,2001.0,3541.1,3541.1,23.506,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,10014.1,2297.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.97,54.97,21.372,21.372,33.598,0.0,0.0,0.0,0.0,0.0,0.0,0.154,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.152,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,20.279,0.0,13.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,0.0,0.0,17.154,0.0,0.0,9.095,2.376,0.0,0.0,0.0,0.0,1296.3,1163.4,1296.3,17.02,0.0,0.0,3.74,3.64,0.512,7.489,0.63,10.094,-12.689,0.0,0.0,0.0,8.132,-0.069,5.893,0.0,0.728,0.0,0.0,-8.792,-2.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,1154.3,855.1,9363.6,2148.7,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,60.222,60.222,21.41,21.41,38.812,0.0,0.0,0.0,0.0,0.0,0.0,0.193,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.151,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,25.408,0.0,13.404,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.197,0.0,0.0,9.098,2.279,0.0,0.0,0.0,0.0,1296.3,1163.3,1296.3,17.117,0.0,0.0,3.74,3.639,0.512,7.488,0.63,10.097,-12.683,0.0,0.0,0.0,8.132,-0.072,5.893,0.0,0.728,0.0,0.0,-8.752,-2.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,1069.7,771.0,8867.4,2034.8,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.51,56.51,21.369,21.369,35.141,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.507,0.0,0.334,0.0,0.0,0.0,0.0,2.147,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,20.532,0.0,14.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,0.0,0.0,17.356,0.0,0.0,9.101,3.299,0.0,0.0,0.0,0.0,1295.6,1163.0,1295.6,16.826,0.0,0.0,3.738,3.637,0.512,7.48,0.63,10.095,-12.691,0.0,0.0,0.0,8.132,-0.074,4.808,0.0,0.728,0.0,0.0,-7.471,-2.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,1066.2,768.7,8830.9,2026.4,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,55.344,55.344,21.371,21.371,33.974,0.0,0.0,0.0,0.0,0.0,0.0,0.153,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.153,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,20.068,0.0,13.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,16.973,0.0,0.0,9.1,2.704,0.0,0.0,0.0,0.0,1296.1,1163.4,1296.1,17.043,0.0,0.0,3.739,3.639,0.512,7.49,0.63,10.097,-12.676,0.0,0.0,0.0,8.128,-0.072,5.894,0.0,0.728,0.0,0.0,-8.988,-2.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,1060.2,765.1,8818.5,2023.6,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,47.29,47.29,21.374,21.374,25.916,0.0,0.0,0.0,0.0,0.0,0.0,0.162,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.147,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,21.237,0.0,4.679,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.989,0.0,0.0,9.076,0.787,0.0,5.9,0.0,0.0,1296.8,1163.1,1296.8,17.31,0.0,0.0,3.737,3.636,0.512,7.479,0.63,10.092,-12.691,0.0,0.0,0.0,8.134,-0.073,5.89,0.0,0.727,0.0,0.0,-7.917,-2.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,390.1,285.6,3158.3,724.7,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,55.102,55.102,21.372,21.372,33.73,0.0,0.0,0.0,0.0,0.0,0.0,0.155,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.151,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,20.327,0.0,13.404,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.197,0.0,0.0,9.098,2.279,0.0,0.0,0.0,0.0,1296.3,1163.3,1296.3,17.117,0.0,0.0,3.74,3.639,0.512,7.488,0.63,10.097,-12.683,0.0,0.0,0.0,8.132,-0.072,5.893,0.0,0.728,0.0,0.0,-8.752,-2.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,1069.7,771.0,8867.4,2034.8,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,59.112,59.112,35.269,35.269,23.843,0.0,0.0,0.0,0.0,0.0,0.0,0.393,0.0,0.0,4.226,0.796,8.716,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.843,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.329,0.0,13.866,9.071,0.296,0.0,0.0,0.0,0.0,2042.3,3540.8,3540.8,23.561,19.125,0.0,3.538,3.637,0.512,7.504,0.629,10.084,-12.691,0.0,0.0,0.0,8.289,-0.066,4.805,0.0,0.728,0.0,5.141,-7.626,-2.489,0.0,-0.028,-0.438,-0.048,2.756,-0.019,-1.322,11.723,0.0,0.0,0.0,-6.23,-0.062,-1.135,-3.76,-0.161,0.0,3.083,7.636,2.018,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,65.125,65.125,26.682,26.682,38.443,0.0,0.0,0.0,0.0,0.0,0.0,0.4,0.0,0.0,4.325,0.819,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.243,0.0,14.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,22.704,0.0,14.278,9.071,2.729,0.0,0.0,0.0,0.0,1392.0,3278.4,3278.4,24.059,19.593,0.0,3.535,3.637,0.512,7.507,0.63,10.086,-12.69,0.0,0.0,0.0,8.293,-0.066,5.889,0.0,0.727,0.0,5.226,-8.434,-2.488,0.0,-0.034,-0.442,-0.049,2.748,-0.02,-1.331,11.724,0.0,0.0,0.0,-6.24,-0.062,-1.41,-3.789,-0.162,0.0,3.164,8.313,2.019,1354.7,998.0,11171.8,2563.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,57.464,57.464,29.362,29.362,28.102,0.0,0.0,0.0,0.0,0.0,0.0,0.464,0.0,0.0,3.807,0.697,3.266,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.063,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,28.102,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.318,0.0,12.177,9.122,1.311,0.0,0.0,0.0,0.0,1807.8,3207.2,3207.2,25.553,19.0,0.0,3.507,3.631,0.511,7.486,0.626,10.051,-12.749,0.0,0.0,0.0,8.316,-0.051,4.796,0.0,0.726,0.0,5.908,-4.293,-2.497,0.0,0.032,-0.387,-0.041,2.918,-0.008,-1.179,11.664,0.0,0.0,0.0,-5.97,-0.047,-1.081,-3.398,-0.15,0.0,2.773,5.336,2.01,1354.7,998.0,10785.9,2475.0,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.898,54.898,21.372,21.372,33.526,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.507,0.0,0.334,0.0,0.0,0.0,0.0,2.15,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,20.545,0.0,12.981,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.387,0.0,0.0,9.097,1.921,0.0,0.0,0.0,0.0,1296.4,1163.3,1296.4,17.165,0.0,0.0,3.74,3.639,0.512,7.487,0.63,10.092,-12.69,0.0,0.0,0.0,8.133,-0.069,5.892,0.0,0.728,0.0,0.0,-8.551,-2.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,1075.4,776.5,8919.9,2046.8,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.999,58.999,35.373,35.373,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,8.793,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,8.834,0.615,0.0,0.0,0.0,0.0,2050.8,3658.2,3658.2,23.507,19.177,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,10829.6,2485.1,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.969,47.969,23.301,23.301,24.669,0.0,0.0,0.0,0.0,0.0,0.0,0.158,0.0,0.0,0.0,0.0,1.928,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,20.743,0.0,3.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,17.564,0.0,0.0,9.062,2.83,0.0,5.89,0.0,0.0,2066.1,1773.3,2066.1,17.068,0.0,0.0,3.737,3.637,0.512,7.485,0.63,10.096,-12.685,0.0,0.0,0.0,8.137,-0.073,5.892,0.0,0.728,0.0,0.0,-8.376,-2.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,3918.9,899.3,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,48.393,48.393,24.285,24.285,24.108,0.0,0.0,0.0,0.0,0.0,0.0,0.398,0.0,0.0,4.166,0.782,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,0.0,0.0,0.0,0.0,0.0,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.108,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.577,0.0,13.621,0.0,0.0,0.0,0.0,0.0,0.0,1289.3,3109.6,3109.6,23.63,18.946,0.0,3.535,3.635,0.512,7.497,0.629,10.078,-12.696,0.0,0.0,0.0,8.283,-0.065,5.402,0.0,0.0,0.0,5.192,-7.267,-2.489,0.0,-0.02,-0.433,-0.047,2.77,-0.018,-1.306,11.717,0.0,0.0,0.0,-6.206,-0.061,-1.262,-3.724,0.0,0.0,3.036,7.3,2.018,0.0,0.0,0.0,0.0,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-scheduled.xml,59.171,59.171,35.545,35.545,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,8.939,0.026,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.013,0.615,0.0,0.0,0.0,0.0,2043.7,3547.5,3547.5,23.507,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.5,2460.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.171,59.171,35.545,35.545,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,8.939,0.026,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.013,0.615,0.0,0.0,0.0,0.0,2043.7,3547.5,3547.5,23.507,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.5,2460.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.751,58.751,35.125,35.125,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,8.528,0.017,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.013,0.615,0.0,0.0,0.0,0.0,2028.5,3532.9,3532.9,23.507,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.5,2460.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.9,73.9,50.274,50.274,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,22.199,1.495,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.105,0.615,0.0,0.0,0.0,0.0,2976.3,4170.7,4170.7,23.507,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.5,2623.0,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,69.049,69.049,45.424,45.424,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,18.594,0.249,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.105,0.615,0.0,0.0,0.0,0.0,2674.0,4000.8,4000.8,23.507,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.5,2623.0,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.9,73.9,50.274,50.274,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,22.199,1.495,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.105,0.615,0.0,0.0,0.0,0.0,2976.3,4170.7,4170.7,23.507,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.5,2623.0,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,53.408,53.408,29.783,29.783,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.254,0.803,2.875,0.0,0.324,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.987,9.094,0.629,0.0,6.634,0.0,0.0,2007.5,3266.7,3266.7,23.507,19.19,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.241,-0.063,-1.137,-3.782,-0.162,0.0,3.103,7.796,2.018,1354.6,997.9,10983.6,2520.4,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.969,51.969,28.353,28.353,23.616,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.266,0.805,1.444,0.0,0.311,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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,22.117,0.0,14.038,9.208,0.696,0.0,8.354,0.0,0.0,2011.8,3237.9,3237.9,23.509,19.22,0.0,3.54,3.637,0.512,7.506,0.629,10.083,-12.69,0.0,0.0,0.0,8.288,-0.065,4.805,0.0,0.728,0.0,5.097,-7.804,-2.488,0.0,-0.032,-0.442,-0.049,2.746,-0.02,-1.334,11.724,0.0,0.0,0.0,-6.245,-0.061,-1.139,-3.789,-0.162,0.0,3.112,7.858,2.019,1354.3,997.6,10193.3,2339.0,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,53.482,53.482,29.856,29.856,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.259,0.804,2.938,0.0,0.327,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,14.01,9.131,0.65,0.0,6.625,0.0,0.0,2046.8,3268.8,3268.8,23.508,19.21,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.747,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.241,-0.063,-1.137,-3.783,-0.162,0.0,3.107,7.817,2.018,1354.7,997.9,10725.6,2461.2,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.598,53.598,29.7,29.7,23.898,0.0,0.0,0.0,0.0,0.0,0.0,0.394,0.0,0.0,4.22,0.794,3.155,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.898,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.38,0.0,13.84,9.071,0.215,0.0,5.896,0.0,0.0,1698.2,3483.8,3483.8,23.574,19.111,0.0,3.537,3.637,0.512,7.504,0.629,10.083,-12.691,0.0,0.0,0.0,8.288,-0.066,4.805,0.0,0.727,0.0,5.151,-7.582,-2.489,0.0,-0.027,-0.438,-0.048,2.758,-0.019,-1.32,11.723,0.0,0.0,0.0,-6.228,-0.062,-1.134,-3.755,-0.161,0.0,3.079,7.599,2.018,474.2,349.3,3910.1,897.2,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.691,51.691,28.437,28.437,23.255,0.0,0.0,0.0,0.0,0.0,0.0,0.384,0.0,0.0,4.365,0.829,1.413,0.0,0.306,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,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.255,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.778,0.0,14.465,9.186,0.684,0.0,8.35,0.0,0.0,2015.0,3267.6,3267.6,23.54,19.494,0.0,3.545,3.64,0.512,7.511,0.63,10.09,-12.69,0.0,0.0,0.0,8.294,-0.066,4.809,0.0,0.728,0.0,5.028,-8.112,-2.488,0.0,-0.04,-0.447,-0.049,2.727,-0.022,-1.353,11.724,0.0,0.0,0.0,-6.272,-0.062,-1.146,-3.851,-0.163,0.0,3.186,8.373,2.019,1354.2,997.5,10326.4,2369.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.682,51.682,28.065,28.065,23.617,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.265,0.805,1.467,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.617,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.118,0.0,14.036,9.2,0.691,0.0,8.316,0.0,0.0,2022.6,3237.7,3237.7,23.509,19.218,0.0,3.54,3.637,0.512,7.506,0.629,10.083,-12.69,0.0,0.0,0.0,8.288,-0.065,4.805,0.0,0.728,0.0,5.097,-7.803,-2.488,0.0,-0.032,-0.441,-0.049,2.746,-0.02,-1.334,11.724,0.0,0.0,0.0,-6.245,-0.061,-1.139,-3.788,-0.162,0.0,3.112,7.855,2.019,1354.4,997.7,10243.7,2350.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.856,65.856,26.734,26.734,23.843,0.0,0.0,0.0,0.0,15.28,0.0,0.393,0.0,0.0,4.371,0.83,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,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.843,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.328,0.0,14.477,9.071,3.628,0.0,0.0,0.0,0.0,1391.4,3288.6,3288.6,23.954,19.686,0.0,3.538,3.638,0.512,7.509,0.63,10.088,-12.683,0.0,0.0,0.0,8.291,-0.066,5.89,0.0,0.727,0.0,5.149,-8.75,-2.488,0.0,-0.04,-0.446,-0.049,2.734,-0.021,-1.346,11.73,0.0,0.0,0.0,-6.263,-0.062,-1.417,-3.825,-0.163,0.0,3.197,8.587,2.02,1354.7,998.0,11171.8,2563.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.203,59.203,35.584,35.584,23.619,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.252,0.802,9.003,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.619,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.119,0.0,13.977,9.045,0.624,0.0,0.0,0.0,0.0,2497.8,3569.4,3569.4,23.484,19.171,0.0,3.539,3.637,0.512,7.506,0.629,10.085,-12.69,0.0,0.0,0.0,8.288,-0.066,4.806,0.0,0.728,0.0,5.097,-7.802,-2.488,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.33,11.724,0.0,0.0,0.0,-6.242,-0.062,-1.137,-3.782,-0.162,0.0,3.101,7.789,2.019,1354.7,998.0,11206.9,2571.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.245,59.245,35.672,35.672,23.573,0.0,0.0,0.0,0.0,0.0,0.0,0.389,0.0,0.0,4.257,0.803,9.086,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.573,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.076,0.0,13.999,9.071,0.692,0.0,0.0,0.0,0.0,2033.9,3523.4,3523.4,23.495,19.189,0.0,3.54,3.637,0.512,7.507,0.629,10.083,-12.69,0.0,0.0,0.0,8.288,-0.065,4.806,0.0,0.728,0.0,5.089,-7.838,-2.488,0.0,-0.032,-0.441,-0.049,2.747,-0.02,-1.334,11.724,0.0,0.0,0.0,-6.245,-0.061,-1.139,-3.786,-0.162,0.0,3.105,7.821,2.019,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.585,67.585,26.528,26.528,41.057,0.0,0.0,0.0,0.0,0.0,0.0,0.397,0.0,0.0,4.204,0.79,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,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.044,0.0,17.013,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.517,0.0,13.769,9.071,5.067,0.0,0.0,0.0,0.0,1389.9,3222.4,3222.4,23.609,19.076,0.0,3.536,3.636,0.512,7.503,0.629,10.081,-12.691,0.0,0.0,0.0,8.287,-0.065,4.804,0.0,0.727,0.0,5.179,-7.465,-2.489,0.0,-0.025,-0.437,-0.048,2.763,-0.019,-1.316,11.723,0.0,0.0,0.0,-6.221,-0.061,-1.132,-3.74,-0.161,0.0,3.068,7.501,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.53,65.53,26.697,26.697,38.833,0.0,0.0,0.0,0.0,0.0,0.0,0.398,0.0,0.0,4.339,0.822,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,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.122,0.0,14.711,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.59,0.0,14.337,9.071,2.982,0.0,0.0,0.0,0.0,1391.8,3281.5,3281.5,24.024,19.621,0.0,3.537,3.638,0.512,7.508,0.63,10.088,-12.69,0.0,0.0,0.0,8.295,-0.066,5.89,0.0,0.727,0.0,5.203,-8.532,-2.488,0.0,-0.036,-0.443,-0.049,2.744,-0.02,-1.335,11.724,0.0,0.0,0.0,-6.245,-0.062,-1.411,-3.8,-0.162,0.0,3.174,8.394,2.019,1354.7,998.0,11171.8,2563.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.53,65.53,26.697,26.697,38.833,0.0,0.0,0.0,0.0,0.0,0.0,0.398,0.0,0.0,4.339,0.822,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,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.122,0.0,14.711,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.59,0.0,14.337,9.071,2.982,0.0,0.0,0.0,0.0,1391.8,3281.5,3281.5,24.024,19.621,0.0,3.537,3.638,0.512,7.508,0.63,10.088,-12.69,0.0,0.0,0.0,8.295,-0.066,5.89,0.0,0.727,0.0,5.203,-8.532,-2.488,0.0,-0.036,-0.443,-0.049,2.744,-0.02,-1.335,11.724,0.0,0.0,0.0,-6.245,-0.062,-1.411,-3.8,-0.162,0.0,3.174,8.394,2.019,1354.7,998.0,11171.8,2563.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.856,65.856,26.734,26.734,39.122,0.0,0.0,0.0,0.0,0.0,0.0,0.393,0.0,0.0,4.371,0.83,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,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.843,0.0,15.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,22.328,0.0,14.477,9.071,3.628,0.0,0.0,0.0,0.0,1391.4,3288.6,3288.6,23.954,19.686,0.0,3.538,3.638,0.512,7.509,0.63,10.088,-12.683,0.0,0.0,0.0,8.291,-0.066,5.89,0.0,0.727,0.0,5.149,-8.75,-2.488,0.0,-0.04,-0.446,-0.049,2.734,-0.021,-1.346,11.73,0.0,0.0,0.0,-6.263,-0.062,-1.417,-3.825,-0.163,0.0,3.197,8.587,2.02,1354.7,998.0,11171.8,2563.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,57.409,57.409,28.513,28.513,28.895,0.0,0.0,0.0,0.0,0.0,0.0,0.477,0.0,0.0,3.74,0.682,2.488,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.061,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,28.895,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.057,0.0,11.898,9.212,1.419,0.0,0.0,0.0,0.0,1782.8,3205.4,3205.4,27.224,18.922,0.0,3.492,3.629,0.511,7.489,0.627,10.065,-12.729,0.0,0.0,0.0,8.322,-0.059,4.799,0.0,0.726,0.0,6.064,-3.726,-2.497,0.0,0.044,-0.372,-0.039,2.957,-0.003,-1.112,11.684,0.0,0.0,0.0,-5.895,-0.056,-1.055,-3.265,-0.15,0.0,2.69,4.958,2.01,1354.7,998.0,9993.4,2293.2,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,57.271,57.271,28.33,28.33,28.941,0.0,0.0,0.0,0.0,0.0,0.0,0.477,0.0,0.0,3.721,0.677,2.328,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.062,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,28.941,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.091,0.0,11.814,9.127,1.31,0.0,0.0,0.0,0.0,1775.1,3563.6,3563.6,25.73,19.109,0.0,3.504,3.633,0.511,7.494,0.627,10.057,-12.76,0.0,0.0,0.0,8.336,-0.043,4.799,0.0,0.726,0.0,6.059,-3.694,-2.5,0.0,0.049,-0.373,-0.039,2.963,-0.004,-1.134,11.654,0.0,0.0,0.0,-5.899,-0.04,-1.064,-3.336,-0.148,0.0,2.694,4.958,2.008,1354.7,998.0,10745.6,2465.8,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,57.292,57.292,33.248,33.248,24.044,0.0,0.0,0.0,0.0,0.0,0.0,0.397,0.0,0.0,4.204,0.79,6.72,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,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.044,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.517,0.0,13.769,9.093,2.525,0.0,0.0,0.0,0.0,2973.7,3225.2,3225.2,23.609,19.076,0.0,3.536,3.636,0.512,7.503,0.629,10.081,-12.691,0.0,0.0,0.0,8.287,-0.065,4.804,0.0,0.727,0.0,5.179,-7.465,-2.489,0.0,-0.025,-0.437,-0.048,2.763,-0.019,-1.316,11.723,0.0,0.0,0.0,-6.221,-0.061,-1.132,-3.74,-0.161,0.0,3.068,7.501,2.018,1354.7,998.0,11025.2,2529.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,57.271,57.271,28.33,28.33,28.941,0.0,0.0,0.0,0.0,0.0,0.0,0.477,0.0,0.0,3.721,0.677,2.328,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.062,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,28.941,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.091,0.0,11.814,9.127,1.31,0.0,0.0,0.0,0.0,1775.1,3563.6,3563.6,25.73,19.109,0.0,3.504,3.633,0.511,7.494,0.627,10.057,-12.76,0.0,0.0,0.0,8.336,-0.043,4.799,0.0,0.726,0.0,6.059,-3.694,-2.5,0.0,0.049,-0.373,-0.039,2.963,-0.004,-1.134,11.654,0.0,0.0,0.0,-5.899,-0.04,-1.064,-3.336,-0.148,0.0,2.694,4.958,2.008,1354.7,998.0,10745.6,2465.8,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,53.041,53.041,27.622,27.622,25.419,0.0,0.0,0.0,0.0,0.0,0.0,0.419,0.0,0.0,4.063,0.757,1.248,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.069,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,25.419,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.805,0.0,13.21,9.103,0.603,0.0,5.917,0.0,0.0,1808.6,3233.2,3233.2,25.635,19.149,0.0,3.527,3.634,0.511,7.495,0.628,10.069,-12.712,0.0,0.0,0.0,8.296,-0.06,4.801,0.0,0.726,0.0,5.429,-6.393,-2.491,0.0,-0.006,-0.42,-0.046,2.811,-0.015,-1.272,11.701,0.0,0.0,0.0,-6.136,-0.056,-1.115,-3.623,-0.158,0.0,2.959,6.773,2.017,474.2,349.3,3821.8,877.0,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.508,52.508,28.225,28.225,24.284,0.0,0.0,0.0,0.0,0.0,0.0,0.401,0.0,0.0,4.398,0.837,1.122,0.0,0.329,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,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.284,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.74,0.0,14.614,9.017,1.97,0.0,8.046,0.0,0.0,1821.5,3283.2,3283.2,23.943,19.613,0.0,3.535,3.637,0.512,7.513,0.629,10.079,-12.682,0.0,0.0,0.0,8.297,-0.061,4.805,0.0,0.727,0.0,5.218,-7.326,-2.487,0.0,-0.04,-0.444,-0.049,2.744,-0.022,-1.346,11.731,0.0,0.0,0.0,-6.243,-0.057,-1.143,-3.832,-0.163,0.0,3.206,8.456,2.02,1354.3,997.6,11682.8,2680.8,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,57.501,57.501,29.493,29.493,28.008,0.0,0.0,0.0,0.0,0.0,0.0,0.462,0.0,0.0,3.799,0.696,3.407,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.064,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,28.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,26.228,0.0,12.154,9.116,1.721,0.0,0.0,0.0,0.0,1820.6,3489.3,3489.3,23.847,19.302,0.0,3.509,3.631,0.511,7.488,0.626,10.053,-12.751,0.0,0.0,0.0,8.323,-0.053,4.797,0.0,0.726,0.0,5.895,-4.387,-2.498,0.0,0.031,-0.389,-0.041,2.911,-0.009,-1.184,11.662,0.0,0.0,0.0,-5.972,-0.049,-1.082,-3.436,-0.15,0.0,2.748,5.407,2.009,1354.7,998.0,10842.6,2488.0,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,58.476,58.476,35.101,35.101,23.376,0.0,0.0,0.0,0.0,0.0,0.0,0.386,0.0,0.0,4.269,0.805,8.501,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.073,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.376,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.889,0.0,13.947,9.117,0.021,0.0,0.0,0.0,0.0,4511.4,5543.3,5543.3,30.815,19.665,0.0,3.548,3.643,0.513,7.527,0.631,10.1,-12.683,0.0,0.0,0.0,8.319,-0.061,5.264,0.0,0.776,0.0,5.042,-8.562,-2.504,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.331,11.73,0.0,0.0,0.0,-6.243,-0.057,-1.241,-3.785,-0.183,0.0,3.099,7.938,2.005,1354.7,998.0,10786.3,2475.1,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.064,59.064,35.034,35.034,24.03,0.0,0.0,0.0,0.0,0.0,0.0,0.396,0.0,0.0,4.206,0.791,8.504,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,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.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,22.505,0.0,13.776,9.121,0.021,0.0,0.0,0.0,0.0,1904.8,3578.4,3578.4,23.606,19.08,0.0,3.536,3.636,0.512,7.503,0.629,10.081,-12.691,0.0,0.0,0.0,8.288,-0.065,4.804,0.0,0.727,0.0,5.176,-7.476,-2.489,0.0,-0.025,-0.437,-0.048,2.762,-0.019,-1.317,11.723,0.0,0.0,0.0,-6.222,-0.061,-1.132,-3.741,-0.161,0.0,3.069,7.511,2.018,1354.7,998.0,10766.1,2470.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.856,65.856,26.734,26.734,23.843,15.28,0.0,0.0,0.0,0.0,0.0,0.393,0.0,0.0,4.371,0.83,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,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.843,0.0,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.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,22.328,0.0,14.477,9.071,3.628,0.0,0.0,0.0,0.0,1391.4,3288.6,3288.6,23.954,19.686,0.0,3.538,3.638,0.512,7.509,0.63,10.088,-12.683,0.0,0.0,0.0,8.291,-0.066,5.89,0.0,0.727,0.0,5.149,-8.75,-2.488,0.0,-0.04,-0.446,-0.049,2.734,-0.021,-1.346,11.73,0.0,0.0,0.0,-6.263,-0.062,-1.417,-3.825,-0.163,0.0,3.197,8.587,2.02,1354.7,998.0,11171.8,2563.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.856,65.856,26.734,26.734,23.843,0.0,0.0,15.28,0.0,0.0,0.0,0.393,0.0,0.0,4.371,0.83,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,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.843,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.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,22.328,0.0,14.477,9.071,3.628,0.0,0.0,0.0,0.0,1391.4,3288.6,3288.6,23.954,19.686,0.0,3.538,3.638,0.512,7.509,0.63,10.088,-12.683,0.0,0.0,0.0,8.291,-0.066,5.89,0.0,0.727,0.0,5.149,-8.75,-2.488,0.0,-0.04,-0.446,-0.049,2.734,-0.021,-1.346,11.73,0.0,0.0,0.0,-6.263,-0.062,-1.417,-3.825,-0.163,0.0,3.197,8.587,2.02,1354.7,998.0,11171.8,2563.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.738,61.738,26.528,26.528,35.21,0.0,0.0,0.0,0.0,0.0,0.0,0.397,0.0,0.0,4.204,0.79,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,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.044,0.0,11.166,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.517,0.0,13.769,9.052,0.0,0.0,0.0,0.0,0.0,1389.9,3222.4,3222.4,23.609,19.076,0.0,3.536,3.636,0.512,7.503,0.629,10.081,-12.691,0.0,0.0,0.0,8.287,-0.065,4.804,0.0,0.727,0.0,5.179,-7.465,-2.489,0.0,-0.025,-0.437,-0.048,2.763,-0.019,-1.316,11.723,0.0,0.0,0.0,-6.221,-0.061,-1.132,-3.74,-0.161,0.0,3.068,7.501,2.018,1354.7,998.0,11342.7,2602.8,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.841,59.841,35.797,35.797,24.044,0.0,0.0,0.0,0.0,0.0,0.0,0.397,0.0,0.0,4.204,0.79,9.269,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,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.044,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.517,0.0,13.769,9.071,0.0,0.0,0.0,0.0,0.0,1916.6,3618.2,3618.2,23.609,19.076,0.0,3.536,3.636,0.512,7.503,0.629,10.081,-12.691,0.0,0.0,0.0,8.287,-0.065,4.804,0.0,0.727,0.0,5.179,-7.465,-2.489,0.0,-0.025,-0.437,-0.048,2.763,-0.019,-1.316,11.723,0.0,0.0,0.0,-6.221,-0.061,-1.132,-3.74,-0.161,0.0,3.068,7.501,2.018,1354.7,998.0,11169.0,2562.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.736,59.736,35.692,35.692,24.044,0.0,0.0,0.0,0.0,0.0,0.0,0.397,0.0,0.0,4.204,0.79,9.164,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,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.044,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.517,0.0,13.769,9.071,0.0,0.0,0.0,0.0,0.0,1910.3,3613.8,3613.8,23.609,19.076,0.0,3.536,3.636,0.512,7.503,0.629,10.081,-12.691,0.0,0.0,0.0,8.287,-0.065,4.804,0.0,0.727,0.0,5.179,-7.465,-2.489,0.0,-0.025,-0.437,-0.048,2.763,-0.019,-1.316,11.723,0.0,0.0,0.0,-6.221,-0.061,-1.132,-3.74,-0.161,0.0,3.068,7.501,2.018,1354.7,998.0,11169.0,2562.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.841,59.841,35.797,35.797,24.044,0.0,0.0,0.0,0.0,0.0,0.0,0.397,0.0,0.0,4.204,0.79,9.269,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,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.044,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.517,0.0,13.769,9.071,0.0,0.0,0.0,0.0,0.0,1916.6,3618.2,3618.2,23.609,19.076,0.0,3.536,3.636,0.512,7.503,0.629,10.081,-12.691,0.0,0.0,0.0,8.287,-0.065,4.804,0.0,0.727,0.0,5.179,-7.465,-2.489,0.0,-0.025,-0.437,-0.048,2.763,-0.019,-1.316,11.723,0.0,0.0,0.0,-6.221,-0.061,-1.132,-3.74,-0.161,0.0,3.068,7.501,2.018,1354.7,998.0,11169.0,2562.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,60.229,60.229,26.528,26.528,33.701,0.0,0.0,0.0,0.0,0.0,0.0,0.397,0.0,0.0,4.204,0.79,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,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.044,0.0,9.657,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.517,0.0,13.769,9.071,0.0,0.0,0.0,0.0,0.0,1389.9,3222.4,3222.4,23.609,19.076,0.0,3.536,3.636,0.512,7.503,0.629,10.081,-12.691,0.0,0.0,0.0,8.287,-0.065,4.804,0.0,0.727,0.0,5.179,-7.465,-2.489,0.0,-0.025,-0.437,-0.048,2.763,-0.019,-1.316,11.723,0.0,0.0,0.0,-6.221,-0.061,-1.132,-3.74,-0.161,0.0,3.068,7.501,2.018,1354.7,998.0,11169.0,2562.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,54.489,54.489,26.528,26.528,27.96,0.0,0.0,0.0,0.0,0.0,0.0,0.397,0.0,0.0,4.204,0.79,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,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.044,0.0,3.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,22.517,0.0,13.769,9.071,0.0,0.0,5.896,0.0,0.0,1389.9,3222.4,3222.4,23.609,19.076,0.0,3.536,3.636,0.512,7.503,0.629,10.081,-12.691,0.0,0.0,0.0,8.287,-0.065,4.804,0.0,0.727,0.0,5.179,-7.465,-2.489,0.0,-0.025,-0.437,-0.048,2.763,-0.019,-1.316,11.723,0.0,0.0,0.0,-6.221,-0.061,-1.132,-3.74,-0.161,0.0,3.068,7.501,2.018,474.2,349.3,3909.2,897.0,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,52.176,52.176,26.953,26.953,25.223,0.0,0.0,0.0,0.0,0.0,0.0,0.391,0.0,0.0,4.305,0.815,0.0,0.0,0.304,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,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.672,0.0,1.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,22.169,0.0,14.206,9.262,0.0,0.0,8.001,0.0,0.0,1389.7,3252.1,3252.1,23.641,19.352,0.0,3.54,3.638,0.512,7.508,0.63,10.086,-12.69,0.0,0.0,0.0,8.291,-0.066,4.807,0.0,0.728,0.0,5.108,-7.776,-2.488,0.0,-0.035,-0.443,-0.049,2.742,-0.021,-1.339,11.724,0.0,0.0,0.0,-6.251,-0.062,-1.141,-3.807,-0.162,0.0,3.143,8.038,2.019,1344.7,989.2,9817.2,2252.7,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.762,61.762,26.528,26.528,35.234,0.0,0.0,0.0,0.0,0.0,0.0,0.397,0.0,0.0,4.204,0.79,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,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.044,0.0,11.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,22.517,0.0,13.769,9.071,0.0,0.0,0.0,0.0,0.0,1389.9,3222.4,3222.4,23.609,19.076,0.0,3.536,3.636,0.512,7.503,0.629,10.081,-12.691,0.0,0.0,0.0,8.287,-0.065,4.804,0.0,0.727,0.0,5.179,-7.465,-2.489,0.0,-0.025,-0.437,-0.048,2.763,-0.019,-1.316,11.723,0.0,0.0,0.0,-6.221,-0.061,-1.132,-3.74,-0.161,0.0,3.068,7.501,2.018,1354.7,998.0,11169.0,2562.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.762,61.762,26.528,26.528,24.044,0.0,11.19,0.0,0.0,0.0,0.0,0.397,0.0,0.0,4.204,0.79,0.0,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,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.044,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.517,0.0,13.769,9.071,0.0,0.0,0.0,0.0,0.0,1389.9,3222.4,3222.4,23.609,19.076,0.0,3.536,3.636,0.512,7.503,0.629,10.081,-12.691,0.0,0.0,0.0,8.287,-0.065,4.804,0.0,0.727,0.0,5.179,-7.465,-2.489,0.0,-0.025,-0.437,-0.048,2.763,-0.019,-1.316,11.723,0.0,0.0,0.0,-6.221,-0.061,-1.132,-3.74,-0.161,0.0,3.068,7.501,2.018,1354.7,998.0,11169.0,2562.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.539,66.539,40.586,40.586,25.953,0.0,0.0,0.0,0.0,0.0,0.0,0.338,0.0,0.0,6.232,1.246,8.97,0.0,0.0,5.266,0.142,0.373,0.0,0.0,0.0,0.0,2.086,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,10.091,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.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,24.202,0.0,21.662,9.049,0.611,0.0,0.0,0.0,0.0,2203.4,4705.6,4705.6,31.122,28.31,0.0,3.854,7.588,1.092,5.856,0.687,20.447,-24.934,0.0,0.0,0.865,6.679,-0.176,8.989,0.0,0.761,0.0,3.45,-8.584,-2.924,0.0,-0.073,-0.998,-0.099,1.89,-0.019,-1.438,23.4,0.0,0.0,-0.133,-4.728,-0.167,-1.88,-7.197,-0.157,0.0,2.816,8.467,2.342,1354.7,998.0,11171.6,2524.9,0.0,48000.0,36000.0,0.0,6.8,91.76,43789.0,7647.0,15016.0,0.0,575.0,9286.0,0.0,511.0,1432.0,2171.0,7152.0,25899.0,4445.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.712,74.712,43.895,43.895,30.817,0.0,0.0,0.0,0.0,0.0,0.0,0.402,0.0,0.0,6.123,1.221,8.857,0.0,0.0,6.369,0.0,0.43,0.0,0.0,0.0,0.0,2.078,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,12.575,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.817,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.741,0.0,21.195,8.985,0.613,0.0,0.0,0.0,0.0,2424.2,4882.7,4882.7,34.41,28.517,0.0,3.762,7.867,1.07,7.889,0.666,20.489,-25.194,0.0,0.0,0.0,9.001,-0.146,11.164,0.0,0.745,0.0,4.042,-9.647,-3.528,0.0,-0.046,-0.99,-0.093,2.719,-0.015,-1.934,23.371,0.0,0.0,0.0,-6.362,-0.136,-2.403,-7.513,-0.158,0.0,2.742,9.522,2.841,1354.7,998.0,11171.5,2410.9,0.0,48000.0,36000.0,0.0,6.8,91.76,45761.0,7670.0,15016.0,0.0,575.0,9467.0,0.0,0.0,1949.0,2171.0,8913.0,25801.0,4444.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.495,55.495,30.351,30.351,25.144,0.0,0.0,0.0,0.0,0.0,0.0,0.415,0.0,0.0,4.012,0.745,5.472,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.069,0.0,0.0,0.203,0.253,1.049,1.262,0.0,1.645,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.144,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.548,0.0,13.085,5.264,0.616,0.0,0.0,0.0,0.0,1665.6,3364.7,3364.7,23.878,18.541,0.0,3.522,3.629,0.511,7.48,0.628,10.065,-12.698,0.0,0.0,0.0,8.266,-0.064,4.802,0.0,0.725,0.0,5.396,-6.548,-2.49,0.0,-0.002,-0.418,-0.045,2.818,-0.014,-1.254,11.715,0.0,0.0,0.0,-6.131,-0.06,-1.115,-3.609,-0.158,0.0,2.951,6.535,2.017,939.6,637.2,6162.0,1598.4,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18320.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.392,57.392,33.01,33.01,24.382,0.0,0.0,0.0,0.0,0.0,0.0,0.402,0.0,0.0,4.131,0.773,7.281,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,0.0,0.0,0.261,0.309,1.281,1.396,0.0,1.88,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.382,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.834,0.0,13.528,7.209,0.615,0.0,0.0,0.0,0.0,1982.1,3398.8,3398.8,23.691,18.859,0.0,3.531,3.633,0.511,7.492,0.629,10.08,-12.696,0.0,0.0,0.0,8.279,-0.068,4.805,0.0,0.727,0.0,5.247,-7.177,-2.49,0.0,-0.016,-0.429,-0.047,2.782,-0.016,-1.287,11.717,0.0,0.0,0.0,-6.184,-0.064,-1.125,-3.694,-0.16,0.0,3.027,7.155,2.017,1147.2,817.6,8666.7,2153.4,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18553.0,5325.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,61.02,61.02,38.144,38.144,22.876,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.374,0.831,10.708,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,0.0,0.0,0.376,0.421,1.744,1.662,0.0,2.351,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.876,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.423,0.0,14.427,10.893,0.614,0.0,0.0,0.0,0.0,2083.8,3705.3,3705.3,23.323,19.492,0.0,3.55,3.643,0.513,7.52,0.63,10.096,-12.689,0.0,0.0,0.0,8.305,-0.066,4.809,0.0,0.729,0.0,4.951,-8.422,-2.487,0.0,-0.044,-0.451,-0.05,2.715,-0.023,-1.366,11.724,0.0,0.0,0.0,-6.292,-0.062,-1.149,-3.864,-0.163,0.0,3.177,8.409,2.02,1562.3,1178.4,13676.3,2901.1,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,19030.0,5342.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.806,62.806,40.674,40.674,22.133,0.0,0.0,0.0,0.0,0.0,0.0,0.365,0.0,0.0,4.499,0.861,12.379,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.076,0.0,0.0,0.434,0.477,1.976,1.795,0.0,2.586,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.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,0.0,0.0,20.727,0.0,14.886,12.689,0.614,0.0,0.0,0.0,0.0,2407.6,4057.2,4057.2,23.138,19.807,0.0,3.559,3.647,0.513,7.534,0.632,10.112,-12.683,0.0,0.0,0.0,8.322,-0.069,4.813,0.0,0.73,0.0,4.804,-9.048,-2.487,0.0,-0.059,-0.462,-0.052,2.681,-0.025,-1.397,11.73,0.0,0.0,0.0,-6.342,-0.065,-1.158,-3.947,-0.165,0.0,3.253,9.032,2.02,1769.9,1358.7,16181.1,3193.2,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,19258.0,5339.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,75.294,75.294,36.114,36.114,39.179,0.0,0.0,0.0,0.0,0.0,0.0,0.646,0.0,0.0,4.47,0.856,9.017,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.06,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,39.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,36.686,0.0,14.875,9.071,0.619,0.0,0.0,0.0,0.0,2065.2,3771.7,3771.7,29.769,19.848,0.0,17.252,3.594,0.505,7.238,0.622,9.979,-12.816,0.0,0.0,0.0,7.721,-0.088,4.856,0.0,0.734,0.0,7.199,-7.962,-2.534,0.0,0.22,-0.305,-0.029,2.933,0.014,-0.909,11.597,0.0,0.0,0.0,-6.046,-0.078,-0.982,-3.533,-0.137,0.0,2.729,7.611,1.973,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,44491.0,8857.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,14165.0,4597.0,30007.0,5443.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,67.952,67.952,29.038,29.038,38.914,0.0,0.0,0.0,0.0,0.0,0.0,0.642,0.0,0.0,3.581,0.635,9.213,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.051,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.914,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.448,0.0,10.945,9.178,0.621,0.0,0.0,0.0,0.0,1721.9,3494.2,3494.2,29.533,21.519,0.0,3.47,3.646,0.0,0.0,0.672,9.515,-13.016,0.0,0.0,29.07,0.0,-0.224,2.055,0.0,0.786,0.0,8.084,-6.522,-1.567,0.0,0.424,-0.063,0.0,0.0,0.099,0.961,10.952,0.0,0.0,-7.905,0.0,-0.219,-0.251,-1.997,-0.084,0.0,2.664,5.46,1.079,1354.7,998.0,11171.5,2752.7,0.0,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,19986.0,5356.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.145,59.145,33.962,33.962,25.183,0.0,0.0,0.0,0.0,0.0,0.0,0.415,0.0,0.0,3.0,0.515,9.116,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.708,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,25.183,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.577,0.0,8.851,9.071,0.725,0.0,0.0,0.0,0.0,2022.7,2814.9,2814.9,18.474,11.96,0.0,3.53,3.791,0.502,5.84,0.613,8.188,-6.671,0.0,0.0,0.0,6.563,-0.046,5.369,0.0,0.0,0.0,3.96,-5.766,-2.495,0.0,0.118,-0.265,-0.033,2.467,0.004,-1.083,8.261,0.0,0.0,0.0,-5.594,-0.043,-1.194,-2.577,0.0,0.0,1.289,5.629,2.012,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,29805.0,8039.0,5506.0,0.0,575.0,6968.0,0.0,0.0,1949.0,2171.0,4597.0,15522.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,59.22,59.22,35.594,35.594,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3884.4,3884.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32233.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4595.0,18787.0,5329.0,7037.0,0.0,207.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,59.22,59.22,35.594,35.594,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3884.4,3884.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.22,59.22,35.594,35.594,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3884.4,3884.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.889,66.889,35.619,35.619,31.27,0.0,0.0,0.0,0.0,0.0,0.0,0.516,0.0,0.0,4.176,0.781,9.016,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.066,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,31.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,29.285,0.0,13.582,9.071,0.617,0.0,0.0,0.0,0.0,2060.1,3657.3,3657.3,28.532,20.194,0.0,3.491,3.64,0.512,7.49,0.631,10.103,-12.714,0.0,0.0,0.0,8.298,-0.068,10.58,0.0,0.726,0.0,6.61,-7.832,-2.496,0.0,0.015,-0.395,-0.042,2.869,-0.007,-1.174,11.699,0.0,0.0,0.0,-6.049,-0.064,-2.353,-3.492,-0.153,0.0,3.086,7.745,2.011,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,37299.0,8713.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,9543.0,19445.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.635,60.635,35.596,35.596,25.039,0.0,0.0,0.0,0.0,0.0,0.0,0.413,0.0,0.0,4.235,0.797,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,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,25.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,23.45,0.0,13.888,9.071,0.615,0.0,0.0,0.0,0.0,2042.5,3909.2,3909.2,24.243,19.404,0.0,3.528,3.635,0.512,7.5,0.629,10.082,-12.691,0.0,0.0,0.0,8.291,-0.067,5.886,0.0,0.727,0.0,5.378,-7.802,-2.489,0.0,-0.024,-0.434,-0.048,2.774,-0.018,-1.303,11.723,0.0,0.0,0.0,-6.2,-0.063,-1.397,-3.715,-0.16,0.0,3.099,7.778,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.889,66.889,35.619,35.619,31.27,0.0,0.0,0.0,0.0,0.0,0.0,0.516,0.0,0.0,4.176,0.781,9.016,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.066,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,31.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,29.285,0.0,13.582,9.071,0.617,0.0,0.0,0.0,0.0,2060.1,3657.3,3657.3,28.532,20.194,0.0,3.491,3.64,0.512,7.49,0.631,10.103,-12.714,0.0,0.0,0.0,8.298,-0.068,10.58,0.0,0.726,0.0,6.61,-7.832,-2.496,0.0,0.015,-0.395,-0.042,2.869,-0.007,-1.174,11.699,0.0,0.0,0.0,-6.049,-0.064,-2.353,-3.492,-0.153,0.0,3.086,7.745,2.011,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,37298.0,8713.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,9542.0,19445.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.889,66.889,35.619,35.619,31.27,0.0,0.0,0.0,0.0,0.0,0.0,0.516,0.0,0.0,4.176,0.781,9.016,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.066,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,31.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,29.285,0.0,13.582,9.071,0.617,0.0,0.0,0.0,0.0,2060.1,3657.3,3657.3,28.532,20.194,0.0,3.491,3.64,0.512,7.49,0.631,10.103,-12.714,0.0,0.0,0.0,8.298,-0.068,10.58,0.0,0.726,0.0,6.61,-7.832,-2.496,0.0,0.015,-0.395,-0.042,2.869,-0.007,-1.174,11.699,0.0,0.0,0.0,-6.049,-0.064,-2.353,-3.492,-0.153,0.0,3.086,7.745,2.011,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,37298.0,8713.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,9542.0,19445.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.445,59.445,35.571,35.571,23.875,0.0,0.0,0.0,0.0,0.0,0.0,0.394,0.0,0.0,4.229,0.797,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.875,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,13.881,9.071,0.615,0.0,0.0,0.0,0.0,2052.7,3880.6,3880.6,23.522,19.14,0.0,3.535,3.634,0.511,7.498,0.863,10.076,-12.691,0.0,0.0,0.0,8.278,-0.066,4.804,0.0,0.727,0.0,5.144,-7.799,-2.489,0.0,-0.027,-0.438,-0.048,2.755,-0.149,-1.32,11.723,0.0,0.0,0.0,-6.227,-0.062,-1.135,-3.763,-0.161,0.0,3.08,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.356,59.356,35.431,35.431,23.925,0.0,0.0,0.0,0.0,0.0,0.0,0.395,0.0,0.0,4.115,0.77,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,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.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.406,0.0,13.413,9.071,0.615,0.0,0.0,0.0,0.0,2039.8,3485.2,3485.2,23.46,18.623,0.0,3.532,3.633,0.511,7.487,0.629,9.995,-12.285,0.0,0.0,0.0,8.257,-0.067,4.805,0.0,0.727,0.0,5.149,-7.807,-2.49,0.0,-0.011,-0.427,-0.046,2.78,-0.016,-1.336,11.091,0.0,0.0,0.0,-6.176,-0.063,-1.128,-3.718,-0.16,0.0,2.982,7.773,2.017,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.148,59.148,35.437,35.437,23.711,0.0,0.0,0.0,0.0,0.0,0.0,0.391,0.0,0.0,4.121,0.773,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.711,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.205,0.0,13.44,9.071,0.615,0.0,0.0,0.0,0.0,2051.9,3766.3,3766.3,23.331,18.137,0.0,3.651,3.635,0.512,7.5,0.629,10.079,-12.691,0.0,0.0,0.0,8.281,-0.064,4.805,0.0,0.727,0.0,5.101,-7.799,-2.489,0.0,-0.281,-0.436,-0.048,2.76,-0.019,-1.315,11.723,0.0,0.0,0.0,-6.221,-0.061,-1.135,-3.758,-0.161,0.0,2.762,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.683,61.683,36.669,36.669,25.013,0.0,0.0,0.0,0.0,0.0,0.0,0.413,0.0,0.0,5.102,1.0,9.013,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.077,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,25.013,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.425,0.0,17.48,9.071,0.614,0.0,0.0,0.0,1.0,2045.2,3931.8,3931.8,25.228,21.925,0.0,3.534,3.651,0.514,7.558,0.633,10.115,-12.626,2.713,-2.174,0.0,8.436,-0.07,4.813,0.0,0.73,0.0,5.405,-7.78,-2.485,0.0,-0.122,-0.495,-0.056,2.637,-0.033,-1.464,11.705,-0.052,3.749,0.0,-6.527,-0.065,-1.157,-3.967,-0.167,0.0,3.886,7.805,2.023,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,34591.0,8657.0,7508.0,2294.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,23504.0,5406.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,60.356,60.356,35.641,35.641,24.715,0.0,0.0,0.0,0.0,0.0,0.0,0.408,0.0,0.0,4.276,0.807,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.715,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.146,0.0,14.055,9.071,0.615,0.0,0.0,0.0,0.0,2055.4,3912.4,3912.4,24.124,19.439,0.0,3.522,3.633,0.511,7.501,0.629,10.073,-12.685,1.146,-0.321,0.0,8.292,-0.065,4.806,0.0,0.728,0.0,5.312,-7.8,-2.489,0.0,-0.03,-0.435,-0.048,2.767,-0.018,-1.311,11.717,-0.492,0.431,0.0,-6.219,-0.061,-1.13,-3.734,-0.161,0.0,3.132,7.781,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32879.0,8613.0,7508.0,626.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,19514.0,5322.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.691,59.691,36.33,36.33,23.361,0.0,0.0,0.0,0.0,0.0,0.0,0.385,0.0,0.0,4.848,0.941,9.013,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.077,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.361,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.877,0.0,16.448,9.071,0.614,0.0,0.0,0.0,0.0,2054.6,4104.7,4104.7,24.093,21.335,0.0,3.549,3.654,0.514,7.556,0.633,10.123,-12.643,0.856,-1.409,0.0,8.402,-0.068,4.813,0.0,0.729,0.0,5.063,-7.781,-2.485,0.0,-0.104,-0.489,-0.055,2.642,-0.032,-1.457,11.715,0.261,2.537,0.0,-6.485,-0.064,-1.163,-3.984,-0.167,0.0,3.633,7.804,2.022,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32951.0,8615.0,7508.0,696.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,21676.0,5364.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.437,59.437,36.427,36.427,23.01,0.0,0.0,0.0,0.0,0.0,0.0,0.38,0.0,0.0,4.931,0.961,9.013,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.078,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.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,21.548,0.0,16.8,9.071,0.613,0.0,0.0,0.0,0.0,2054.1,3952.8,3952.8,24.01,21.408,0.0,3.557,3.659,0.515,7.569,0.634,10.135,-12.639,0.764,-1.653,0.0,8.431,-0.068,4.816,0.0,0.73,0.0,4.995,-7.78,-2.485,0.0,-0.115,-0.496,-0.056,2.622,-0.034,-1.479,11.709,0.263,2.973,0.0,-6.529,-0.064,-1.167,-4.027,-0.167,0.0,3.701,7.805,2.022,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32879.0,8613.0,7508.0,626.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,21910.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.882,40.882,29.115,29.115,11.768,0.0,0.0,0.0,0.0,0.0,0.0,0.194,0.0,0.0,3.8,0.7,9.407,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.096,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.768,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.012,0.0,11.99,9.291,0.608,0.0,0.0,0.0,0.0,1660.8,2806.6,2806.6,13.457,13.116,0.0,3.945,3.837,0.0,0.0,0.688,10.051,-12.161,0.0,0.0,0.0,7.97,-0.147,2.656,0.0,0.773,0.0,0.317,-5.952,-1.448,0.0,-0.058,-0.571,0.0,0.0,-0.016,-0.626,12.095,0.0,0.0,0.0,-1.544,-0.144,-0.569,-3.486,-0.164,0.0,0.082,6.062,1.198,1354.7,998.0,11171.6,2952.8,0.0,36000.0,24000.0,0.0,6.8,91.76,29034.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,313.0,0.0,-487.0,800.0 +base-enclosure-thermal-mass.xml,59.016,59.016,35.539,35.539,23.477,0.0,0.0,0.0,0.0,0.0,0.0,0.387,0.0,0.0,4.208,0.793,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.477,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.986,0.0,13.821,9.071,0.615,0.0,0.0,0.0,0.0,2051.8,3508.8,3508.8,23.385,18.821,0.0,3.539,3.634,0.512,7.484,0.629,10.104,-12.697,0.0,0.0,0.0,8.256,-0.104,4.801,0.0,0.726,0.0,5.052,-7.799,-2.489,0.0,-0.025,-0.437,-0.048,2.762,-0.019,-1.345,11.731,0.0,0.0,0.0,-6.227,-0.1,-1.141,-3.851,-0.162,0.0,3.035,7.782,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,76.088,76.088,34.35,34.35,41.738,0.0,0.0,0.0,0.0,0.0,0.0,0.689,0.0,0.0,3.004,0.523,9.021,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.049,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,41.738,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.074,0.0,8.978,9.071,0.622,0.0,0.0,0.0,0.0,2066.1,2846.0,2846.0,26.296,12.822,0.0,3.344,16.987,0.473,7.14,0.838,1.286,-1.617,0.0,0.0,0.0,7.334,-0.056,4.84,0.0,0.732,0.0,8.06,-8.05,-2.557,0.0,0.311,-0.524,-0.006,3.433,-0.079,-0.157,1.405,0.0,0.0,0.0,-4.914,-0.05,-0.94,-0.487,-0.12,0.0,1.765,7.516,1.95,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,35247.0,8664.0,918.0,0.0,575.0,16373.0,0.0,0.0,1949.0,2171.0,4597.0,13671.0,5183.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,58.23,58.23,34.529,34.529,23.701,0.0,0.0,0.0,0.0,0.0,0.0,0.391,0.0,0.0,3.403,0.591,9.016,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.062,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.701,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.196,0.0,10.154,9.071,0.618,0.0,0.0,0.0,0.0,2039.7,3487.8,3487.8,23.508,18.624,0.0,3.539,3.637,0.512,7.513,0.629,10.084,-12.691,0.0,0.0,0.0,8.339,-0.064,4.806,0.0,0.728,0.0,5.115,-7.8,-2.489,0.0,0.051,-0.377,-0.039,2.955,-0.004,-1.132,11.723,0.0,0.0,0.0,-5.942,-0.06,-1.064,-8.097,-0.151,0.0,2.606,7.775,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.984,59.984,33.671,33.671,26.313,0.0,0.0,0.0,0.0,0.0,0.0,0.434,0.0,0.0,2.647,0.449,9.018,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.058,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,26.313,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.633,0.0,7.594,9.071,0.619,0.0,0.0,0.0,0.0,2026.8,2455.3,2455.3,17.734,8.647,0.0,3.454,5.149,0.499,7.205,0.6,0.0,0.0,0.0,0.0,0.0,7.478,-0.043,4.779,0.0,0.721,0.0,5.145,-7.908,-2.516,0.0,0.211,-0.364,-0.022,3.226,0.016,0.0,0.0,0.0,0.0,0.0,-5.15,-0.041,-1.09,0.0,-0.142,0.0,1.328,7.663,1.991,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,25473.0,8352.0,0.0,0.0,575.0,7829.0,0.0,0.0,1949.0,2171.0,4597.0,11624.0,5099.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,67.04,67.04,35.727,35.727,31.313,0.0,0.0,0.0,0.0,0.0,0.0,0.517,0.0,0.0,4.264,0.799,9.016,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.065,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,31.313,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.327,0.0,13.903,9.071,0.617,0.0,0.0,0.0,0.0,2057.5,3769.3,3769.3,28.23,21.382,0.0,3.476,3.628,0.511,7.479,0.63,19.599,-16.819,0.0,0.0,0.0,8.385,-0.085,4.83,0.0,0.73,0.0,6.637,-7.855,-2.5,0.0,0.035,-0.371,-0.039,2.872,-0.0,-4.822,14.292,0.0,0.0,0.0,-6.099,-0.08,-1.051,-3.405,-0.151,0.0,3.201,7.721,2.007,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,38663.0,8743.0,13788.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,21180.0,5355.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,59.144,59.144,35.622,35.622,23.522,0.0,0.0,0.0,0.0,0.0,0.0,0.388,0.0,0.0,4.273,0.808,9.013,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,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.522,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.029,0.0,14.083,9.071,0.614,0.0,0.0,0.0,0.0,2039.7,3884.4,3884.4,23.508,19.176,0.0,3.541,3.638,0.512,7.492,0.63,10.091,-12.691,0.0,0.0,0.0,8.23,-0.074,4.808,0.0,0.728,0.0,5.076,-7.8,-2.489,0.0,-0.049,-0.459,-0.051,2.685,-0.024,-1.234,12.133,0.0,0.0,0.0,-6.385,-0.07,-1.153,-3.916,-0.164,0.0,3.12,7.783,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,58.965,58.965,33.189,33.189,25.776,0.0,0.0,0.0,0.0,0.0,0.0,0.425,0.0,0.0,2.283,0.348,9.022,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.045,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,25.776,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.14,0.0,5.952,9.071,0.623,0.0,0.0,0.0,0.0,2053.2,2987.9,2987.9,23.552,11.519,0.0,3.577,3.692,0.519,7.538,0.642,10.689,-11.794,0.0,0.0,0.0,8.474,-0.061,4.889,0.0,0.74,0.0,5.49,-8.052,-2.553,0.0,0.395,-0.072,0.004,3.608,0.068,-3.443,2.905,0.0,0.0,0.0,-4.566,-0.057,-0.863,-2.598,-0.113,0.0,1.374,7.51,1.955,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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,60.223,60.223,35.026,35.026,25.196,0.0,0.0,0.0,0.0,0.0,0.0,0.416,0.0,0.0,3.773,0.69,9.015,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.066,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,25.196,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.598,0.0,11.998,9.071,0.617,0.0,0.0,0.0,0.0,2040.0,3662.6,3662.6,22.969,17.201,0.0,3.498,3.602,0.507,7.401,0.621,8.59,-9.448,0.0,0.0,0.0,8.025,-0.063,4.793,0.0,0.724,0.0,5.361,-7.814,-2.492,0.0,0.041,-0.387,-0.041,2.884,-0.007,-0.665,8.68,0.0,0.0,0.0,-5.952,-0.059,-1.108,-3.539,-0.156,0.0,2.682,7.763,2.015,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,31383.0,8571.0,6680.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,17521.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,48.291,48.291,29.978,29.978,18.314,0.0,0.0,0.0,0.0,0.0,0.0,0.302,0.0,0.0,4.586,0.877,9.2,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.096,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.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,17.156,0.0,15.291,9.178,0.607,0.0,0.0,0.0,2.0,1689.8,3494.7,3494.7,20.918,21.83,0.0,3.809,3.819,0.0,0.0,0.766,10.497,-11.429,0.0,0.0,10.197,0.0,-0.472,2.065,0.0,0.784,0.0,4.107,-5.899,-1.423,0.0,-0.056,-0.542,0.0,0.0,0.037,-0.072,12.54,0.0,0.0,-3.678,0.0,-0.465,-0.392,-2.654,-0.155,0.0,3.567,6.115,1.223,1354.7,998.0,11171.5,2752.7,0.0,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,5354.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,53.239,53.239,32.283,32.283,20.955,0.0,0.0,0.0,0.0,0.0,0.0,0.346,0.0,0.0,4.251,0.8,9.248,0.0,0.0,3.404,0.142,0.277,0.0,0.0,0.0,0.0,2.075,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,5.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.955,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.625,0.0,13.948,9.2,0.614,0.0,0.0,0.0,0.0,1835.1,3783.1,3783.1,21.884,19.627,0.0,3.65,4.732,0.514,5.492,0.701,9.833,-12.62,0.0,0.0,0.833,6.114,-0.044,3.262,0.0,0.734,0.0,4.691,-6.728,-1.879,0.0,-0.008,-0.615,-0.052,1.964,-0.035,-1.096,11.668,0.0,0.0,-0.122,-4.544,-0.041,-0.762,-3.61,-0.163,0.0,3.252,6.732,1.525,1354.7,998.0,11171.6,2792.6,0.0,36000.0,24000.0,0.0,6.8,91.76,31583.0,8577.0,7508.0,0.0,620.0,7529.0,0.0,511.0,1432.0,2171.0,3235.0,19061.0,5346.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-belly-wing-no-skirt.xml,50.233,50.233,29.073,29.073,21.159,0.0,0.0,0.0,0.0,0.0,0.0,0.349,0.0,0.0,3.815,0.699,9.201,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.093,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.159,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.816,0.0,11.938,9.178,0.609,0.0,0.0,0.0,0.0,1679.8,3153.5,3153.5,24.73,18.029,0.0,3.98,5.365,0.0,0.0,0.755,8.71,-11.193,0.0,0.0,10.282,0.0,-0.377,2.071,0.0,0.792,0.0,6.518,-6.015,-1.452,0.0,0.328,-0.567,0.0,0.0,0.048,0.153,9.501,0.0,0.0,-3.37,0.0,-0.371,-0.377,-2.426,-0.14,0.0,2.213,5.996,1.194,1354.7,998.0,11171.5,2752.7,0.0,36000.0,24000.0,0.0,6.8,91.76,21939.0,2609.0,6674.0,0.0,575.0,3049.0,0.0,4563.0,0.0,2171.0,2299.0,12752.0,755.0,5340.0,0.0,207.0,321.0,0.0,488.0,0.0,2010.0,310.0,3320.0,380.0,0.0,-420.0,800.0 +base-foundation-belly-wing-skirt.xml,49.856,49.856,29.081,29.081,20.775,0.0,0.0,0.0,0.0,0.0,0.0,0.343,0.0,0.0,3.826,0.702,9.201,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.094,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.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,0.0,0.0,0.0,0.0,19.456,0.0,11.987,9.178,0.608,0.0,0.0,0.0,0.0,1679.1,3168.9,3168.9,24.577,17.989,0.0,3.983,5.37,0.0,0.0,0.755,8.718,-11.171,0.0,0.0,9.976,0.0,-0.37,2.07,0.0,0.792,0.0,6.402,-6.005,-1.45,0.0,0.319,-0.579,0.0,0.0,0.045,0.131,9.523,0.0,0.0,-3.3,0.0,-0.364,-0.381,-2.445,-0.141,0.0,2.218,6.007,1.196,1354.7,998.0,11171.6,2752.7,0.0,36000.0,24000.0,0.0,6.8,91.76,21939.0,2609.0,6674.0,0.0,575.0,3049.0,0.0,4563.0,0.0,2171.0,2299.0,12752.0,755.0,5340.0,0.0,207.0,321.0,0.0,488.0,0.0,2010.0,310.0,3320.0,380.0,0.0,-420.0,800.0 +base-foundation-complex.xml,78.516,78.516,36.887,36.887,41.629,0.0,0.0,0.0,0.0,0.0,0.0,0.687,0.0,0.0,5.062,0.994,9.017,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.062,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,41.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,38.987,0.0,17.363,9.071,0.618,0.0,0.0,0.0,3.0,2080.7,4107.2,4107.2,33.833,22.084,0.0,3.432,3.664,0.521,19.568,0.652,10.158,-12.86,0.0,0.0,0.0,8.681,-0.12,6.1,0.0,0.74,0.0,8.531,-8.008,-2.548,0.0,0.064,-0.344,-0.042,3.886,0.001,-0.923,11.551,0.0,0.0,0.0,-4.502,-0.112,-1.192,-3.976,-0.134,0.0,3.696,7.566,1.959,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,42012.0,8808.0,7508.0,0.0,575.0,15887.0,0.0,0.0,2467.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-full.xml,56.476,56.476,36.103,36.103,20.373,0.0,0.0,0.0,0.0,0.0,0.0,0.336,0.0,0.0,4.7,0.91,9.012,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.079,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,20.373,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.077,0.0,15.902,9.071,0.613,0.0,0.0,0.0,0.0,2050.7,3738.5,3738.5,22.775,20.954,0.0,3.625,3.702,0.521,8.198,0.644,10.264,-12.674,0.0,0.0,0.0,4.764,-0.069,4.847,0.0,0.733,0.0,4.477,-7.798,-2.489,0.0,-0.076,-0.475,-0.054,2.229,-0.029,-1.44,11.74,0.0,0.0,0.0,-3.664,-0.063,-1.15,-4.075,-0.165,0.0,3.442,7.789,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,31633.0,8578.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1365.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,58.071,58.071,35.794,35.794,22.277,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.429,0.844,9.013,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,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.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,20.862,0.0,14.728,9.071,0.614,0.0,0.0,0.0,0.0,2036.3,3750.2,3750.2,23.24,20.04,0.0,3.568,3.658,0.515,7.807,0.633,10.133,-12.689,0.0,0.0,0.0,6.854,-0.061,4.814,0.0,0.729,0.0,4.844,-7.791,-2.487,0.0,-0.054,-0.459,-0.051,2.565,-0.025,-1.391,11.724,0.0,0.0,0.0,-5.24,-0.057,-1.147,-3.886,-0.163,0.0,3.236,7.792,2.02,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,31633.0,8578.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1365.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,58.009,58.009,35.168,35.168,22.841,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,3.92,0.721,9.013,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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,21.39,0.0,12.528,9.071,0.615,0.0,0.0,0.0,0.0,2041.6,3765.5,3765.5,23.695,19.001,0.0,3.571,3.665,0.516,6.088,0.636,10.163,-12.703,0.0,0.0,0.0,8.942,-0.072,4.83,0.0,0.732,0.0,4.971,-7.81,-2.491,0.0,0.027,-0.395,-0.042,1.149,-0.009,-1.203,11.711,0.0,0.0,0.0,-6.427,-0.067,-1.105,-3.49,-0.158,0.0,2.892,7.771,2.016,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,35456.0,8669.0,7508.0,0.0,575.0,9987.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.443,47.443,28.55,28.55,18.893,0.0,0.0,0.0,0.0,0.0,0.0,0.312,0.0,0.0,3.429,0.615,9.208,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.07,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.68,0.0,10.552,9.178,0.615,0.0,0.0,0.0,0.0,1665.1,2797.9,2797.9,16.166,11.78,0.0,3.707,3.603,0.507,5.099,0.623,9.803,-12.661,0.0,0.0,0.0,9.971,-0.063,3.499,0.0,0.729,0.0,0.0,-5.999,-1.462,0.0,0.051,-0.445,-0.049,1.827,-0.02,-1.119,11.692,0.0,0.0,0.0,-3.741,-0.059,-0.812,-3.588,-0.16,0.0,0.0,5.997,1.184,1354.7,998.0,11171.5,2752.7,0.0,36000.0,24000.0,0.0,6.8,91.76,21523.0,0.0,7508.0,0.0,575.0,5116.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.666,42.666,29.123,29.123,13.544,0.0,0.0,0.0,0.0,0.0,0.0,0.223,0.0,0.0,4.2,0.793,9.178,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,1.812,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.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,12.678,0.0,13.644,9.122,0.694,0.0,0.0,0.0,0.0,1645.4,3046.3,3046.3,15.578,15.406,0.0,3.98,3.864,0.0,0.0,0.777,10.556,-11.233,0.0,0.0,5.319,0.0,-0.388,2.582,0.0,0.0,0.0,2.124,-3.831,-1.415,0.0,-0.11,-0.685,0.0,0.0,-0.007,-0.371,12.735,0.0,0.0,-0.653,0.0,-0.384,-0.549,-2.977,0.0,0.0,1.658,3.98,1.23,1354.7,998.0,11171.6,2652.8,0.0,36000.0,24000.0,0.0,6.8,91.76,23121.0,4832.0,7508.0,0.0,575.0,2198.0,0.0,3538.0,0.0,2171.0,2299.0,14275.0,221.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,40.083,40.083,28.975,28.975,11.107,0.0,0.0,0.0,0.0,0.0,0.0,0.183,0.0,0.0,3.861,0.716,9.199,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.1,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.107,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.395,0.0,12.264,9.178,0.607,0.0,0.0,0.0,0.0,1649.8,2869.4,2869.4,12.974,13.084,0.0,3.929,3.8,0.0,0.0,0.69,10.055,-12.09,0.0,0.0,0.0,7.953,-0.156,2.012,0.0,0.773,0.0,0.299,-5.925,-1.441,0.0,-0.052,-0.561,0.0,0.0,-0.019,-0.691,12.166,0.0,0.0,0.0,-1.626,-0.154,-0.449,-3.297,-0.168,0.0,0.084,6.092,1.204,1354.7,998.0,11171.5,2752.7,0.0,36000.0,24000.0,0.0,6.8,91.76,28667.0,1684.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.799,43.799,29.196,29.196,14.603,0.0,0.0,0.0,0.0,0.0,0.0,0.241,0.0,0.0,4.283,0.812,9.196,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,1.748,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.603,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.672,0.0,14.015,9.122,0.713,0.0,0.0,0.0,0.0,1640.2,2975.6,2975.6,16.865,16.395,0.0,3.988,3.87,0.0,0.0,0.777,10.616,-11.319,0.0,0.0,5.952,0.0,-0.397,2.589,0.0,0.0,0.0,2.556,-3.855,-1.423,0.0,-0.084,-0.66,0.0,0.0,-0.003,-0.36,12.65,0.0,0.0,-0.537,0.0,-0.391,-0.534,-2.962,0.0,0.0,1.934,3.956,1.222,1354.7,998.0,11171.6,2652.8,0.0,36000.0,24000.0,0.0,6.8,91.76,23082.0,4827.0,7508.0,0.0,575.0,2198.0,0.0,3504.0,0.0,2171.0,2299.0,14270.0,225.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.102,41.102,28.625,28.625,12.477,0.0,0.0,0.0,0.0,0.0,0.0,0.206,0.0,0.0,3.844,0.709,9.195,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,1.755,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.477,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.681,0.0,12.124,9.122,0.711,0.0,0.0,0.0,0.0,1641.5,2792.7,2792.7,15.029,14.108,0.0,3.976,3.837,0.0,0.0,0.766,10.567,-11.128,0.0,0.0,4.468,0.0,-0.41,2.585,0.0,0.0,0.0,1.91,-3.816,-1.409,0.0,-0.082,-0.633,0.0,0.0,0.021,-0.332,12.841,0.0,0.0,-2.065,0.0,-0.405,-0.551,-2.808,0.0,0.0,1.14,3.996,1.237,1354.7,998.0,11171.6,2652.8,0.0,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,49.114,49.114,28.543,28.543,20.571,0.0,0.0,0.0,0.0,0.0,0.0,0.339,0.0,0.0,3.535,0.634,9.128,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,1.99,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.571,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.253,0.0,10.837,9.122,0.64,0.0,0.0,0.0,0.0,1659.9,2764.2,2764.2,17.054,12.672,0.0,3.734,3.631,0.0,0.0,0.637,9.326,-12.484,0.0,0.0,14.524,0.0,-0.055,2.47,0.0,0.0,0.0,2.675,-3.989,-1.475,0.0,0.079,-0.423,0.0,0.0,-0.009,-0.363,11.485,0.0,0.0,-2.715,0.0,-0.054,-0.503,-2.787,0.0,0.0,1.307,3.822,1.171,1354.7,998.0,11171.6,2652.8,0.0,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,127.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.717,42.717,29.126,29.126,13.591,0.0,0.0,0.0,0.0,0.0,0.0,0.224,0.0,0.0,4.22,0.798,9.188,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,1.78,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.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,12.723,0.0,13.738,9.122,0.704,0.0,0.0,0.0,0.0,1642.2,3223.2,3223.2,15.831,15.611,0.0,3.972,3.831,0.0,0.0,0.757,10.506,-11.224,0.0,0.0,5.375,0.0,-0.392,2.581,0.0,0.0,0.0,2.231,-3.83,-1.415,0.0,-0.088,-0.641,0.0,0.0,0.011,-0.398,12.744,0.0,0.0,-0.703,0.0,-0.387,-0.549,-2.977,0.0,0.0,1.736,3.981,1.231,1354.7,998.0,11171.5,2652.8,0.0,36000.0,24000.0,0.0,6.8,91.76,23128.0,4832.0,7508.0,0.0,575.0,2198.0,0.0,3545.0,0.0,2171.0,2299.0,14277.0,221.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.847,40.847,29.545,29.545,11.302,0.0,0.0,0.0,0.0,0.0,0.0,0.186,0.0,0.0,4.231,0.804,9.294,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.113,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.302,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,13.808,9.178,0.708,0.0,0.0,0.0,0.0,1646.2,2882.6,2882.6,14.661,14.88,0.0,3.96,3.814,0.0,0.0,0.776,10.616,-10.805,0.0,0.0,4.531,0.0,-0.452,2.047,0.0,0.773,0.0,1.723,-5.372,-1.377,0.0,-0.194,-0.755,0.0,0.0,0.006,-0.576,13.164,0.0,0.0,-2.02,0.0,-0.448,-0.468,-3.063,-0.191,0.0,1.288,6.051,1.269,1354.7,998.0,11171.5,2752.7,0.0,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-above-grade.xml,42.894,42.894,29.647,29.647,13.247,0.0,0.0,0.0,0.0,0.0,0.0,0.219,0.0,0.0,4.243,0.804,9.359,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.106,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.247,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.403,0.0,13.777,9.178,0.777,0.0,0.0,0.0,0.0,1662.7,3226.3,3226.3,15.822,15.686,0.0,3.962,3.8,0.0,0.0,0.753,10.468,-11.092,0.0,0.0,6.699,0.0,-0.436,1.847,0.0,0.779,0.0,2.134,-5.472,-1.401,0.0,-0.09,-0.641,0.0,0.0,0.024,-0.388,12.877,0.0,0.0,-2.425,0.0,-0.431,-0.377,-2.975,-0.176,0.0,1.449,5.945,1.244,1354.7,998.0,11171.5,2752.7,0.0,36000.0,24000.0,0.0,6.8,91.76,24393.0,7387.0,7508.0,0.0,575.0,2198.0,0.0,2255.0,0.0,2171.0,2299.0,15739.0,2026.0,7037.0,0.0,207.0,232.0,0.0,598.0,0.0,2010.0,310.0,3320.0,380.0,0.0,-420.0,800.0 +base-foundation-vented-crawlspace.xml,42.815,42.815,29.492,29.492,13.324,0.0,0.0,0.0,0.0,0.0,0.0,0.22,0.0,0.0,4.111,0.772,9.368,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.105,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.324,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.475,0.0,13.197,9.178,0.786,0.0,0.0,0.0,0.0,1651.4,2855.1,2855.1,15.831,15.378,0.0,3.967,3.822,0.0,0.0,0.764,10.539,-11.143,0.0,0.0,6.722,0.0,-0.431,1.849,0.0,0.782,0.0,2.149,-5.497,-1.409,0.0,-0.078,-0.638,0.0,0.0,0.02,-0.338,12.826,0.0,0.0,-2.943,0.0,-0.426,-0.371,-2.899,-0.172,0.0,1.325,5.917,1.237,1354.7,998.0,11171.5,2752.7,0.0,36000.0,24000.0,0.0,6.8,91.76,23883.0,6887.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,65.207,65.207,35.953,35.953,29.254,0.0,0.0,0.0,0.0,0.0,0.0,0.483,0.0,0.0,4.47,0.852,9.015,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.068,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,29.254,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.397,0.0,14.829,9.071,0.616,0.0,0.0,0.0,0.0,2070.5,4087.5,4087.5,27.219,21.057,0.0,3.524,3.694,0.521,7.367,0.649,10.888,-12.93,0.0,0.0,0.0,10.143,-0.076,6.637,0.0,0.728,0.0,6.224,-7.826,-2.494,0.0,-0.08,-0.496,-0.057,1.502,-0.026,-1.456,12.041,0.0,0.0,0.0,-3.617,-0.071,-1.482,-4.137,-0.157,0.0,3.24,7.752,2.013,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,34105.0,8645.0,7925.0,0.0,575.0,6502.0,0.0,0.0,2345.0,2171.0,5942.0,19161.0,5335.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-cooling-only.xml,34.272,34.272,34.272,34.272,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.266,0.975,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.506,9.071,0.666,0.0,0.0,0.0,0.0,1924.9,3385.9,3385.9,0.0,16.213,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.004,-0.445,-0.048,2.73,-0.025,-1.371,11.85,0.0,0.0,0.0,-6.855,-0.066,-1.16,-3.655,-0.163,0.0,1.952,7.904,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,36000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.811,45.811,45.811,45.811,0.0,0.0,0.0,0.0,0.0,0.0,9.893,1.051,0.329,0.019,3.361,1.005,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.724,0.348,12.895,9.071,0.615,0.0,0.0,0.0,0.0,7045.4,3758.5,7045.4,24.559,16.503,0.0,3.514,3.638,0.512,7.506,0.63,10.088,-12.691,0.0,0.0,0.0,8.291,-0.067,4.807,0.0,0.728,0.0,5.714,-7.8,-2.489,0.0,0.016,-0.441,-0.049,2.747,-0.02,-1.329,11.723,0.0,0.0,0.0,-6.242,-0.063,-1.137,-3.779,-0.162,0.0,2.003,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.328,42.328,42.328,42.328,0.0,0.0,0.0,0.0,0.0,0.0,9.925,1.821,0.342,0.034,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.415,0.376,0.0,9.071,0.592,0.0,0.0,0.0,0.0,7320.9,1786.0,7320.9,25.614,0.0,0.0,3.485,3.641,0.512,7.491,0.63,10.097,-12.691,0.0,0.0,0.0,8.143,-0.07,4.809,0.0,0.728,0.0,6.573,-7.8,-2.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.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.674,45.674,45.674,45.674,0.0,0.0,0.0,0.0,0.0,0.0,9.336,0.942,0.969,0.053,3.253,0.971,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.773,1.022,12.442,9.071,0.615,0.0,0.0,151.0,0.0,10336.1,3675.2,10336.1,37.691,16.344,0.0,3.596,3.664,0.514,7.733,0.62,9.994,-12.822,0.0,0.0,0.0,9.049,0.07,4.732,0.0,0.76,0.0,4.79,-7.794,-2.499,0.0,0.037,-0.419,-0.047,2.844,-0.028,-1.416,11.591,0.0,0.0,0.0,-6.236,0.061,-1.15,-4.207,-0.159,0.0,1.945,7.787,2.008,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.873,45.873,45.873,45.873,0.0,0.0,0.0,0.0,0.0,0.0,9.968,1.051,0.329,0.019,3.349,1.005,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.724,0.348,12.895,9.071,0.615,0.0,0.0,0.0,0.0,7045.4,3752.6,7045.4,24.559,16.503,0.0,3.514,3.638,0.512,7.506,0.63,10.088,-12.691,0.0,0.0,0.0,8.291,-0.067,4.807,0.0,0.728,0.0,5.714,-7.8,-2.489,0.0,0.016,-0.441,-0.049,2.747,-0.02,-1.329,11.723,0.0,0.0,0.0,-6.242,-0.063,-1.137,-3.779,-0.162,0.0,2.003,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.811,45.811,45.811,45.811,0.0,0.0,0.0,0.0,0.0,0.0,9.893,1.051,0.329,0.019,3.361,1.005,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.724,0.348,12.895,9.071,0.615,0.0,0.0,0.0,0.0,7045.4,3758.5,7045.4,24.559,16.503,0.0,3.514,3.638,0.512,7.506,0.63,10.088,-12.691,0.0,0.0,0.0,8.291,-0.067,4.807,0.0,0.728,0.0,5.714,-7.8,-2.489,0.0,0.016,-0.441,-0.049,2.747,-0.02,-1.329,11.723,0.0,0.0,0.0,-6.242,-0.063,-1.137,-3.779,-0.162,0.0,2.003,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.64,41.64,41.64,41.64,0.0,0.0,0.0,0.0,0.0,0.0,7.687,0.615,0.315,0.013,2.251,0.607,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.761,0.328,13.147,9.071,0.615,0.0,0.0,0.0,0.0,7022.6,3298.8,7022.6,24.552,17.528,0.0,3.473,3.638,0.512,7.508,0.63,10.089,-12.691,0.0,0.0,0.0,8.293,-0.067,4.807,0.0,0.728,0.0,6.784,-7.8,-2.489,0.0,0.006,-0.441,-0.049,2.747,-0.02,-1.329,11.723,0.0,0.0,0.0,-6.241,-0.063,-1.137,-3.779,-0.162,0.0,2.259,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,54.151,54.151,38.777,38.777,15.374,0.0,0.0,0.0,0.0,0.0,5.322,0.38,0.0,0.058,2.39,0.477,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.07,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,0.0,15.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,28.976,11.489,15.75,9.071,0.616,0.0,0.0,1.0,13.0,3140.5,2982.9,3140.5,23.257,17.755,0.0,3.264,3.597,0.506,7.506,0.614,9.915,-12.591,0.0,0.0,0.0,8.221,-0.031,5.815,0.0,0.719,0.0,11.235,-7.688,-2.467,0.0,-0.16,-0.467,-0.052,2.794,-0.032,-1.455,11.822,0.0,0.0,0.0,-6.255,-0.027,-1.459,-3.737,-0.167,0.0,5.139,7.892,2.04,1354.7,998.0,11171.5,2563.5,0.0,18000.0,18000.0,60000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,57.132,57.132,37.612,37.612,19.52,0.0,0.0,0.0,0.0,0.0,4.245,0.257,0.0,0.073,2.409,0.479,9.015,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.069,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,0.0,19.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,28.582,14.58,15.868,9.071,0.616,0.0,0.0,244.0,13.0,3068.3,3140.3,3140.3,23.54,17.756,0.0,3.284,3.596,0.505,7.4,0.614,9.858,-12.676,0.0,0.0,0.0,8.226,-0.017,5.779,0.0,0.715,0.0,10.792,-7.713,-2.456,0.0,-0.146,-0.461,-0.052,2.715,-0.03,-1.487,11.737,0.0,0.0,0.0,-6.198,-0.013,-1.472,-3.723,-0.17,0.0,5.029,7.866,2.051,1354.7,998.0,11171.6,2563.5,0.0,18000.0,18000.0,60000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,54.262,54.262,38.884,38.884,15.378,0.0,0.0,0.0,0.0,0.0,5.402,0.385,0.0,0.058,2.409,0.479,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,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,0.0,15.378,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.278,11.493,15.904,9.071,0.615,0.0,0.0,1.0,13.0,3140.5,3320.2,3320.2,23.257,17.756,0.0,3.305,3.638,0.512,7.505,0.63,10.09,-12.705,0.0,0.0,0.0,8.308,-0.067,5.888,0.0,0.727,0.0,11.385,-7.81,-2.491,0.0,-0.118,-0.432,-0.047,2.776,-0.017,-1.297,11.708,0.0,0.0,0.0,-6.19,-0.063,-1.395,-3.723,-0.16,0.0,5.191,7.77,2.016,1354.7,998.0,11171.6,2563.5,0.0,18000.0,18000.0,60000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,54.289,54.289,39.042,39.042,15.247,0.0,0.0,0.0,0.0,0.0,5.172,0.362,0.0,0.46,2.417,0.479,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,15.247,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.568,12.657,16.003,9.071,0.615,0.0,0.0,2.0,11.0,3138.3,3320.1,3320.1,26.781,17.746,0.0,3.248,3.64,0.512,7.51,0.63,10.086,-12.696,0.0,0.0,0.0,8.301,-0.064,4.804,0.0,0.727,0.0,12.774,-7.798,-2.488,0.0,-0.126,-0.439,-0.048,2.748,-0.02,-1.332,11.717,0.0,0.0,0.0,-6.237,-0.059,-1.139,-3.789,-0.162,0.0,5.204,7.783,2.019,1354.7,998.0,11171.6,2563.5,0.0,18000.0,18000.0,60000.0,6.8,91.76,39742.0,16102.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-detailed-performance-autosize.xml,43.023,43.023,43.023,43.023,0.0,0.0,0.0,0.0,0.0,0.0,9.111,0.593,0.308,0.011,2.685,0.163,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.056,0.319,14.669,9.071,0.615,0.0,0.0,0.0,0.0,5594.5,4141.5,5594.5,24.792,18.667,0.0,3.348,3.64,0.512,7.511,0.63,10.091,-12.696,0.0,0.0,0.0,8.301,-0.065,4.807,0.0,0.728,0.0,10.191,-7.801,-2.489,0.0,-0.062,-0.44,-0.048,2.749,-0.02,-1.328,11.717,0.0,0.0,0.0,-6.236,-0.061,-1.137,-3.783,-0.162,0.0,3.846,7.78,2.018,1354.7,998.0,11171.6,2563.5,0.0,31147.0,31147.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-detailed-performance-heating-only.xml,42.644,42.644,42.644,42.644,0.0,0.0,0.0,0.0,0.0,0.0,9.096,0.545,0.102,0.004,2.627,0.118,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.418,0.106,13.982,9.071,0.615,0.0,0.0,0.0,0.0,5145.2,3578.2,5145.2,24.549,18.265,0.0,3.373,3.64,0.512,7.511,0.63,10.09,-12.696,0.0,0.0,0.0,8.301,-0.065,4.807,0.0,0.728,0.0,9.535,-7.801,-2.489,0.0,-0.028,-0.44,-0.048,2.749,-0.02,-1.328,11.717,0.0,0.0,0.0,-6.237,-0.061,-1.137,-3.781,-0.162,0.0,3.133,7.78,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-detailed-performance-normalized-capacities.xml,42.601,42.601,42.601,42.601,0.0,0.0,0.0,0.0,0.0,0.0,9.152,0.542,0.105,0.004,2.533,0.113,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.565,0.109,14.277,9.071,0.615,0.0,0.0,0.0,0.0,5162.0,3939.8,5162.0,24.549,18.285,0.0,3.368,3.64,0.512,7.511,0.63,10.09,-12.696,0.0,0.0,0.0,8.3,-0.065,4.807,0.0,0.728,0.0,9.688,-7.801,-2.489,0.0,-0.042,-0.44,-0.048,2.749,-0.02,-1.328,11.717,0.0,0.0,0.0,-6.236,-0.061,-1.137,-3.782,-0.162,0.0,3.441,7.78,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-detailed-performance-other-temperatures.xml,50.501,50.501,50.501,50.501,0.0,0.0,0.0,0.0,0.0,0.0,10.064,0.743,6.011,0.337,3.088,0.105,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.942,6.348,14.244,9.071,0.615,0.0,0.0,0.0,0.0,8377.1,3855.2,8377.1,24.545,18.389,0.0,3.351,3.64,0.512,7.511,0.63,10.091,-12.696,0.0,0.0,0.0,8.302,-0.065,4.807,0.0,0.728,0.0,10.072,-7.801,-2.489,0.0,-0.041,-0.44,-0.048,2.749,-0.02,-1.328,11.717,0.0,0.0,0.0,-6.236,-0.061,-1.137,-3.782,-0.162,0.0,3.408,7.78,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-detailed-performance.xml,42.561,42.561,42.561,42.561,0.0,0.0,0.0,0.0,0.0,0.0,9.114,0.544,0.101,0.004,2.531,0.114,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.417,0.105,14.284,9.071,0.615,0.0,0.0,0.0,0.0,5145.3,3936.6,5145.3,24.549,18.281,0.0,3.373,3.64,0.512,7.511,0.63,10.09,-12.696,0.0,0.0,0.0,8.301,-0.065,4.807,0.0,0.728,0.0,9.534,-7.801,-2.489,0.0,-0.042,-0.44,-0.048,2.749,-0.02,-1.328,11.717,0.0,0.0,0.0,-6.236,-0.061,-1.137,-3.781,-0.162,0.0,3.448,7.78,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.112,41.112,41.112,41.112,0.0,0.0,0.0,0.0,0.0,0.0,8.181,0.28,0.32,0.015,2.047,0.118,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.068,0.334,13.982,9.071,0.615,0.0,0.0,0.0,0.0,5827.2,3201.4,5827.2,24.603,18.265,0.0,3.426,3.639,0.512,7.509,0.63,10.089,-12.696,0.0,0.0,0.0,8.298,-0.065,4.807,0.0,0.728,0.0,8.14,-7.801,-2.489,0.0,-0.029,-0.44,-0.048,2.749,-0.02,-1.328,11.717,0.0,0.0,0.0,-6.237,-0.061,-1.137,-3.781,-0.162,0.0,3.133,7.78,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,50.056,50.056,42.271,42.271,7.785,0.0,0.0,0.0,0.0,0.0,0.0,0.051,0.0,0.0,3.133,0.477,15.674,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.967,0.0,0.0,0.548,0.588,2.435,2.058,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.785,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.207,0.0,9.022,16.197,0.647,0.0,0.0,0.0,0.0,2487.1,3690.9,3690.9,17.788,16.073,0.0,2.847,2.787,0.39,5.36,0.411,7.458,-12.563,0.0,0.0,0.0,5.528,-0.057,3.485,0.0,0.573,0.0,1.715,-8.608,-2.465,0.0,-0.085,-0.54,-0.062,2.449,-0.05,-1.666,11.85,0.0,0.0,0.0,-7.413,-0.057,-1.213,-6.541,-0.183,0.0,1.894,8.945,2.042,2180.8,1715.9,21140.4,3685.8,0.0,31430.0,27891.0,0.0,0.0,100.0,31430.0,9044.0,7128.0,0.0,545.0,6493.0,0.0,0.0,1851.0,2061.0,4307.0,22993.0,6411.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.xml,60.102,60.102,35.727,35.727,24.375,0.0,0.0,0.0,0.0,0.0,0.0,0.409,0.0,0.0,4.34,0.825,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.375,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.837,0.0,14.409,9.071,0.615,0.0,0.0,0.0,0.0,2056.2,3838.9,3838.9,24.443,19.173,0.0,3.514,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.291,-0.067,4.807,0.0,0.728,0.0,5.831,-7.8,-2.489,0.0,-0.049,-0.44,-0.048,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.543,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,32235.0,21309.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.537,50.537,30.458,30.458,0.0,0.0,0.0,0.0,0.0,20.078,0.0,0.252,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.078,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.042,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,1975.9,1785.9,1975.9,16.778,0.0,0.0,3.74,3.639,0.512,7.485,0.63,10.091,-12.691,0.0,0.0,0.0,8.13,-0.07,4.808,0.0,0.728,0.0,0.0,-7.8,-2.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,49.292,49.292,49.292,49.292,0.0,0.0,0.0,0.0,0.0,0.0,18.955,0.13,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.042,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,5998.2,1785.9,5998.2,16.778,0.0,0.0,3.74,3.639,0.512,7.485,0.63,10.091,-12.691,0.0,0.0,0.0,8.13,-0.07,4.808,0.0,0.728,0.0,0.0,-7.8,-2.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,56.13,56.13,35.779,35.779,20.351,0.0,0.0,0.0,0.0,0.0,0.0,0.155,0.0,0.0,4.333,1.139,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,20.351,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.195,0.0,14.059,9.071,0.615,0.0,0.0,0.0,0.0,2008.6,4059.7,4059.7,16.778,19.321,0.0,3.737,3.636,0.512,7.501,0.629,10.082,-12.691,0.0,0.0,0.0,8.282,-0.066,4.807,0.0,0.728,0.0,0.0,-7.8,-2.489,0.0,-0.036,-0.44,-0.048,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.241,-0.063,-1.137,-3.78,-0.162,0.0,3.187,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.486,55.486,30.36,30.36,25.127,0.0,0.0,0.0,0.0,0.0,0.0,0.153,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,25.127,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.042,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,1958.4,1785.9,1958.4,16.778,0.0,0.0,3.74,3.639,0.512,7.485,0.63,10.091,-12.691,0.0,0.0,0.0,8.13,-0.07,4.808,0.0,0.728,0.0,0.0,-7.8,-2.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.53,50.53,30.36,30.36,20.17,0.0,0.0,0.0,0.0,0.0,0.0,0.153,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,20.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,17.042,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,1958.4,1785.9,1958.4,16.778,0.0,0.0,3.74,3.639,0.512,7.485,0.63,10.091,-12.691,0.0,0.0,0.0,8.13,-0.07,4.808,0.0,0.728,0.0,0.0,-7.8,-2.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.537,50.537,30.458,30.458,0.0,20.078,0.0,0.0,0.0,0.0,0.0,0.252,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,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.078,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.042,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,1975.9,1785.9,1975.9,16.778,0.0,0.0,3.74,3.639,0.512,7.485,0.63,10.091,-12.691,0.0,0.0,0.0,8.13,-0.07,4.808,0.0,0.728,0.0,0.0,-7.8,-2.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.529,50.529,30.337,30.337,0.0,0.0,20.192,0.0,0.0,0.0,0.0,0.13,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.042,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,1954.4,1785.9,1954.4,16.778,0.0,0.0,3.74,3.639,0.512,7.485,0.63,10.091,-12.691,0.0,0.0,0.0,8.13,-0.07,4.808,0.0,0.728,0.0,0.0,-7.8,-2.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.529,50.529,30.337,30.337,0.0,0.0,0.0,20.192,0.0,0.0,0.0,0.13,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.042,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,1954.4,1785.9,1954.4,16.778,0.0,0.0,3.74,3.639,0.512,7.485,0.63,10.091,-12.691,0.0,0.0,0.0,8.13,-0.07,4.808,0.0,0.728,0.0,0.0,-7.8,-2.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.358,35.358,35.358,35.358,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.221,1.107,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.642,9.071,0.666,0.0,0.0,0.0,0.0,1974.9,3679.3,3679.3,0.0,19.003,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.045,-0.444,-0.048,2.731,-0.025,-1.37,11.85,0.0,0.0,0.0,-6.854,-0.066,-1.16,-3.657,-0.163,0.0,3.109,7.904,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.37,35.37,35.37,35.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.233,1.107,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.642,9.071,0.666,0.0,0.0,0.0,0.0,1974.9,3685.9,3685.9,0.0,19.003,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.045,-0.444,-0.048,2.731,-0.025,-1.37,11.85,0.0,0.0,0.0,-6.854,-0.066,-1.16,-3.657,-0.163,0.0,3.109,7.904,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,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,3.077,0.684,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.052,9.071,0.666,0.0,0.0,0.0,0.0,1974.9,3224.5,3224.5,0.0,19.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.063,-0.444,-0.048,2.731,-0.025,-1.37,11.85,0.0,0.0,0.0,-6.853,-0.066,-1.16,-3.656,-0.163,0.0,3.524,7.904,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-detailed-performance-autosize.xml,34.524,34.524,34.524,34.524,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.081,0.413,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.485,9.071,0.666,0.0,0.0,0.0,3.0,1974.9,3993.4,3993.4,0.0,18.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.137,-0.444,-0.048,2.732,-0.025,-1.369,11.85,0.0,0.0,0.0,-6.852,-0.066,-1.16,-3.666,-0.163,0.0,5.033,7.905,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,19564.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-detailed-performance.xml,33.341,33.341,33.341,33.341,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.194,0.116,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.003,9.071,0.666,0.0,0.0,0.0,0.0,1974.9,3642.4,3642.4,0.0,18.024,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.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.444,-0.048,2.731,-0.025,-1.37,11.85,0.0,0.0,0.0,-6.853,-0.066,-1.16,-3.659,-0.163,0.0,3.514,7.904,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,36000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,32.986,32.986,32.986,32.986,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.686,0.27,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.827,9.071,0.666,0.0,0.0,0.0,0.0,1974.9,3015.4,3015.4,0.0,19.177,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.102,-0.444,-0.048,2.732,-0.025,-1.369,11.85,0.0,0.0,0.0,-6.852,-0.066,-1.16,-3.661,-0.163,0.0,4.351,7.904,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.842,47.842,47.842,47.842,0.0,0.0,0.0,0.0,0.0,0.0,10.003,1.837,0.343,0.034,4.334,1.14,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.618,0.377,14.06,9.071,0.615,0.0,0.0,0.0,0.0,7390.6,4059.7,7390.6,25.614,19.322,0.0,3.48,3.638,0.512,7.507,0.63,10.088,-12.691,0.0,0.0,0.0,8.292,-0.067,4.807,0.0,0.728,0.0,6.625,-7.8,-2.489,0.0,-0.034,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.187,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.432,59.432,36.464,36.464,22.968,0.0,0.0,0.0,0.0,0.0,0.0,0.379,0.0,0.0,5.025,0.909,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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,17.194,0.0,10.914,9.071,0.615,0.0,0.0,0.0,0.0,2034.7,3107.2,3107.2,16.762,12.093,0.0,3.737,3.636,0.512,7.501,0.629,10.081,-12.69,0.0,0.0,0.0,8.281,-0.066,4.806,0.0,0.728,0.0,0.0,-7.798,-2.488,0.0,0.057,-0.441,-0.049,2.748,-0.02,-1.33,11.724,0.0,0.0,0.0,-6.243,-0.062,-1.137,-3.77,-0.162,0.0,0.0,7.784,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.52,52.52,41.55,41.55,10.971,0.0,0.0,0.0,0.0,0.0,5.572,0.529,0.0,0.931,3.361,1.005,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,10.971,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.011,11.353,12.895,9.071,0.615,0.0,0.0,0.0,0.0,3544.9,3758.5,3758.5,24.549,16.503,0.0,3.457,3.638,0.512,7.508,0.63,10.089,-12.691,0.0,0.0,0.0,8.294,-0.067,4.807,0.0,0.728,0.0,7.048,-7.8,-2.489,0.0,0.016,-0.441,-0.049,2.747,-0.02,-1.329,11.723,0.0,0.0,0.0,-6.241,-0.063,-1.137,-3.779,-0.162,0.0,2.003,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.346,55.346,40.479,40.479,14.867,0.0,0.0,0.0,0.0,0.0,4.197,0.372,0.0,1.392,3.361,1.005,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,14.867,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.882,15.515,12.895,9.071,0.615,0.0,0.0,0.0,0.0,3386.2,3758.5,3758.5,24.548,16.503,0.0,3.421,3.639,0.512,7.509,0.63,10.09,-12.691,0.0,0.0,0.0,8.296,-0.067,4.807,0.0,0.728,0.0,7.948,-7.8,-2.489,0.0,0.016,-0.441,-0.049,2.747,-0.02,-1.329,11.723,0.0,0.0,0.0,-6.241,-0.063,-1.137,-3.779,-0.162,0.0,2.003,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.687,52.687,37.418,37.418,15.269,0.0,0.0,0.0,0.0,0.0,3.161,0.203,0.0,1.044,2.251,0.607,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,15.269,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.239,15.549,13.147,9.071,0.615,0.0,0.0,0.0,0.0,2777.9,3298.9,3298.9,24.547,17.528,0.0,3.409,3.639,0.512,7.51,0.63,10.09,-12.691,0.0,0.0,0.0,8.297,-0.067,4.807,0.0,0.728,0.0,8.315,-7.8,-2.489,0.0,0.006,-0.441,-0.049,2.747,-0.02,-1.329,11.723,0.0,0.0,0.0,-6.241,-0.063,-1.137,-3.779,-0.162,0.0,2.259,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.415,52.415,37.02,37.02,15.395,0.0,0.0,0.0,0.0,0.0,3.525,0.042,0.0,1.137,2.047,0.118,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,15.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,26.174,15.762,13.982,9.071,0.615,0.0,0.0,0.0,0.0,2775.0,3201.4,3201.4,24.598,18.265,0.0,3.377,3.64,0.512,7.511,0.63,10.091,-12.696,0.0,0.0,0.0,8.301,-0.065,4.807,0.0,0.728,0.0,9.284,-7.801,-2.489,0.0,-0.029,-0.44,-0.048,2.749,-0.02,-1.328,11.717,0.0,0.0,0.0,-6.237,-0.061,-1.137,-3.781,-0.162,0.0,3.133,7.78,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.776,47.776,35.917,35.917,11.859,0.0,0.0,0.0,0.0,0.0,3.081,0.013,0.0,0.545,2.081,0.045,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,11.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,20.417,11.812,11.929,9.071,0.615,0.0,0.0,0.0,0.0,2608.7,2873.3,2873.3,19.412,14.142,0.0,3.601,3.637,0.512,7.504,0.63,10.086,-12.691,0.0,0.0,0.0,8.287,-0.066,4.807,0.0,0.728,0.0,3.348,-7.8,-2.489,0.0,0.051,-0.441,-0.049,2.746,-0.02,-1.33,11.723,0.0,0.0,0.0,-6.243,-0.063,-1.137,-3.777,-0.162,0.0,1.03,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,26181.0,2541.0,7508.0,0.0,575.0,6840.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.975,93.975,46.236,46.236,47.74,0.0,0.0,0.0,0.0,0.0,0.0,0.622,0.0,0.0,7.847,1.617,8.857,0.0,0.0,6.369,0.0,0.43,0.0,0.0,0.0,0.0,2.078,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,12.575,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,47.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,44.56,0.0,28.693,8.985,0.613,0.0,0.0,6.0,53.0,2472.8,5246.3,5246.3,49.142,36.144,0.0,3.194,7.884,1.072,7.901,0.668,20.507,-25.256,0.0,0.0,0.0,9.019,-0.126,11.17,0.0,0.746,0.0,20.398,-9.657,-3.531,0.0,-0.342,-0.978,-0.092,2.723,-0.015,-1.929,23.309,0.0,0.0,0.0,-6.357,-0.114,-2.398,-7.546,-0.157,0.0,10.568,9.512,2.837,1354.7,998.0,11171.5,2410.9,0.0,48000.0,36000.0,0.0,6.8,91.76,71257.0,33166.0,15016.0,0.0,575.0,9467.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,58.417,58.417,35.469,35.469,22.948,0.0,0.0,0.0,0.0,0.0,0.0,0.379,0.0,0.0,4.159,0.78,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.948,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.496,0.0,13.647,9.071,0.615,0.0,0.0,0.0,0.0,2050.2,3826.3,3826.3,22.816,18.634,0.0,3.563,3.637,0.512,7.505,0.63,10.086,-12.691,0.0,0.0,0.0,8.289,-0.067,4.807,0.0,0.728,0.0,4.449,-7.8,-2.489,0.0,-0.016,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.241,-0.063,-1.137,-3.779,-0.162,0.0,2.763,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,31447.0,7807.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18409.0,4950.0,7037.0,0.0,207.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.707,56.707,35.232,35.232,21.476,0.0,0.0,0.0,0.0,0.0,0.0,0.354,0.0,0.0,3.984,0.742,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,21.476,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.103,0.0,12.829,9.071,0.615,0.0,0.0,0.0,0.0,2044.9,3542.1,3542.1,20.689,16.029,0.0,3.612,3.637,0.512,7.504,0.629,10.084,-12.69,0.0,0.0,0.0,8.285,-0.066,4.806,0.0,0.728,0.0,3.013,-7.798,-2.488,0.0,0.016,-0.441,-0.049,2.747,-0.02,-1.33,11.724,0.0,0.0,0.0,-6.243,-0.062,-1.137,-3.78,-0.162,0.0,1.923,7.784,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,28613.0,4973.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,15788.0,2330.0,7037.0,0.0,207.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-defaults.xml,55.541,55.541,40.502,40.502,15.039,0.0,0.0,0.0,0.0,0.0,4.628,0.391,0.0,0.0,5.332,0.0,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,15.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,18.844,0.0,10.914,9.071,0.615,0.0,0.0,0.0,0.0,2999.9,3821.1,3821.1,18.563,12.093,0.0,3.737,3.636,0.512,7.5,0.629,10.082,-12.691,0.0,0.0,0.0,8.281,-0.066,4.806,0.0,0.728,0.0,1.653,-7.8,-2.489,0.0,0.058,-0.441,-0.049,2.747,-0.02,-1.329,11.723,0.0,0.0,0.0,-6.242,-0.063,-1.137,-3.77,-0.162,0.0,-0.0,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,41910.0,24000.0,0.0,6.8,91.76,28213.0,4573.0,7508.0,0.0,575.0,6840.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-ducts-effective-rvalue.xml,59.215,59.215,35.594,35.594,23.621,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.25,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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,22.122,0.0,13.972,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3883.9,3883.9,23.504,19.171,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.095,-7.8,-2.489,0.0,-0.03,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.099,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32230.0,8590.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18783.0,5325.0,7037.0,0.0,207.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.626,58.626,35.486,35.486,23.14,0.0,0.0,0.0,0.0,0.0,0.0,0.382,0.0,0.0,4.17,0.782,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.686,0.0,13.792,9.071,0.615,0.0,0.0,0.0,0.0,2050.2,3874.5,3874.5,22.905,19.089,0.0,3.551,3.638,0.512,7.505,0.63,10.087,-12.691,0.0,0.0,0.0,8.289,-0.067,4.807,0.0,0.728,0.0,4.667,-7.8,-2.489,0.0,-0.02,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.241,-0.063,-1.137,-3.779,-0.162,0.0,2.967,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,34498.0,10858.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,20350.0,6892.0,7037.0,0.0,207.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.482,60.482,35.789,35.789,24.693,0.0,0.0,0.0,0.0,0.0,0.0,0.407,0.0,0.0,4.395,0.835,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.693,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.131,0.0,14.619,9.071,0.615,0.0,0.0,0.0,0.0,2055.7,4055.3,4055.3,24.749,20.751,0.0,3.502,3.638,0.512,7.507,0.63,10.088,-12.691,0.0,0.0,0.0,8.291,-0.067,4.807,0.0,0.728,0.0,6.139,-7.8,-2.489,0.0,-0.059,-0.44,-0.048,2.748,-0.02,-1.327,11.723,0.0,0.0,0.0,-6.239,-0.063,-1.137,-3.782,-0.162,0.0,3.77,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32661.0,9021.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,20673.0,7215.0,7037.0,0.0,207.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,47.263,47.263,47.263,47.263,0.0,0.0,0.0,0.0,0.0,0.0,17.056,0.0,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.042,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,5891.0,1785.9,5891.0,16.762,0.0,0.0,3.74,3.639,0.512,7.485,0.63,10.091,-12.691,0.0,0.0,0.0,8.13,-0.07,4.808,0.0,0.728,0.0,0.0,-7.8,-2.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.859,55.859,31.606,31.606,24.253,0.0,0.0,0.0,0.0,0.0,0.0,0.63,0.0,0.0,0.0,0.824,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.253,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.944,0.0,10.915,9.071,0.615,0.0,0.0,0.0,0.0,2046.7,2172.1,2172.1,24.541,12.103,0.0,3.51,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.291,-0.067,4.807,0.0,0.728,0.0,5.935,-7.8,-2.489,0.0,0.059,-0.441,-0.049,2.747,-0.02,-1.329,11.723,0.0,0.0,0.0,-6.241,-0.063,-1.137,-3.771,-0.162,0.0,-0.0,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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,30.916,30.916,30.916,30.916,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.886,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.517,9.071,0.666,0.0,0.0,0.0,0.0,1924.9,2074.8,2074.8,0.0,16.172,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.039,-0.445,-0.048,2.729,-0.025,-1.372,11.85,0.0,0.0,0.0,-6.856,-0.066,-1.16,-3.651,-0.163,0.0,0.929,7.904,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,30.831,30.831,30.831,30.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.8,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.573,9.071,0.666,0.0,0.0,0.0,0.0,1924.9,2032.3,2032.3,0.0,11.885,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.046,-0.445,-0.048,2.73,-0.025,-1.371,11.85,0.0,0.0,0.0,-6.855,-0.066,-1.16,-3.647,-0.163,0.0,0.0,7.904,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.84,52.84,30.205,30.205,0.0,0.0,0.0,22.635,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.993,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.146,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.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,18.094,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,1931.3,1806.9,1931.3,17.317,0.0,0.0,3.737,3.636,0.512,7.478,0.63,10.09,-12.691,0.0,0.0,0.0,8.134,-0.073,5.889,0.0,0.727,0.0,0.0,-7.806,-2.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,1354.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,57.794,57.794,30.205,30.205,0.0,0.0,27.589,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.993,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.146,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.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,18.094,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,1931.3,1806.9,1931.3,17.317,0.0,0.0,3.737,3.636,0.512,7.478,0.63,10.09,-12.691,0.0,0.0,0.0,8.134,-0.073,5.889,0.0,0.727,0.0,0.0,-7.806,-2.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,1354.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.874,54.874,30.832,30.832,0.0,0.0,0.0,0.0,0.0,24.042,0.0,0.625,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.042,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.744,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,2046.0,1786.0,2046.0,24.541,0.0,0.0,3.515,3.641,0.512,7.49,0.63,10.096,-12.691,0.0,0.0,0.0,8.141,-0.07,4.808,0.0,0.728,0.0,5.885,-7.8,-2.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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,57.33,57.33,57.33,57.33,0.0,0.0,0.0,0.0,0.0,0.0,21.735,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,7905.7,3884.4,7905.7,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,53.402,53.402,53.402,53.402,0.0,0.0,0.0,0.0,0.0,0.0,22.57,0.625,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.744,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,8296.6,1786.0,8296.6,24.541,0.0,0.0,3.515,3.641,0.512,7.49,0.63,10.096,-12.691,0.0,0.0,0.0,8.141,-0.07,4.808,0.0,0.728,0.0,5.885,-7.8,-2.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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.958,57.958,34.333,34.333,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,3.127,0.665,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,14.401,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3593.8,3593.8,23.508,19.799,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.048,-0.44,-0.048,2.748,-0.02,-1.327,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.78,-0.162,0.0,3.533,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,57.187,57.187,33.562,33.562,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,2.739,0.282,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,15.249,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3366.3,3366.3,23.508,19.441,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.092,-0.44,-0.048,2.749,-0.02,-1.327,11.723,0.0,0.0,0.0,-6.239,-0.063,-1.137,-3.785,-0.162,0.0,4.436,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.822,38.822,30.321,30.321,8.501,0.0,0.0,0.0,0.0,0.0,0.0,0.221,0.0,0.0,0.0,0.0,9.033,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.001,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,8.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.035,0.0,0.0,9.071,0.636,0.0,0.0,0.0,0.0,1989.1,1804.8,1989.1,18.724,0.0,0.0,2.806,2.757,0.386,5.26,0.404,7.366,-12.563,0.0,0.0,0.0,5.328,-0.056,3.446,0.0,0.566,0.0,2.046,-7.591,-2.465,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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.761,59.761,30.832,30.832,28.93,0.0,0.0,0.0,0.0,0.0,0.0,0.625,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,28.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,22.744,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,2046.0,1786.0,2046.0,24.541,0.0,0.0,3.515,3.641,0.512,7.49,0.63,10.096,-12.691,0.0,0.0,0.0,8.141,-0.07,4.808,0.0,0.728,0.0,5.885,-7.8,-2.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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.874,54.874,30.832,30.832,24.042,0.0,0.0,0.0,0.0,0.0,0.0,0.625,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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.042,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.744,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,2046.0,1786.0,2046.0,24.541,0.0,0.0,3.515,3.641,0.512,7.49,0.63,10.096,-12.691,0.0,0.0,0.0,8.141,-0.07,4.808,0.0,0.728,0.0,5.885,-7.8,-2.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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,60.368,60.368,36.115,36.115,24.253,0.0,0.0,0.0,0.0,0.0,0.0,0.63,0.0,0.0,5.332,0.0,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.253,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.944,0.0,10.915,9.071,0.615,0.0,0.0,0.0,0.0,2046.7,3821.2,3821.2,24.541,12.094,0.0,3.51,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.291,-0.067,4.807,0.0,0.728,0.0,5.935,-7.8,-2.489,0.0,0.059,-0.441,-0.049,2.747,-0.02,-1.329,11.723,0.0,0.0,0.0,-6.241,-0.063,-1.137,-3.771,-0.162,0.0,-0.0,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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.874,54.874,30.832,30.832,0.0,24.042,0.0,0.0,0.0,0.0,0.0,0.625,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,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.042,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.744,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,2046.0,1786.0,2046.0,24.541,0.0,0.0,3.515,3.641,0.512,7.49,0.63,10.096,-12.691,0.0,0.0,0.0,8.141,-0.07,4.808,0.0,0.728,0.0,5.885,-7.8,-2.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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.874,54.874,30.832,30.832,0.0,0.0,24.042,0.0,0.0,0.0,0.0,0.625,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.042,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.744,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,2046.0,1786.0,2046.0,24.541,0.0,0.0,3.515,3.641,0.512,7.49,0.63,10.096,-12.691,0.0,0.0,0.0,8.141,-0.07,4.808,0.0,0.728,0.0,5.885,-7.8,-2.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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.874,54.874,30.832,30.832,0.0,0.0,0.0,24.042,0.0,0.0,0.0,0.625,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.042,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.744,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,2046.0,1786.0,2046.0,24.541,0.0,0.0,3.515,3.641,0.512,7.49,0.63,10.096,-12.691,0.0,0.0,0.0,8.141,-0.07,4.808,0.0,0.728,0.0,5.885,-7.8,-2.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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.43,59.43,36.496,36.496,22.934,0.0,0.0,0.0,0.0,0.0,0.0,0.41,0.0,0.0,5.025,0.909,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.934,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.366,0.0,10.914,9.071,0.615,0.0,0.0,0.0,0.0,2039.1,3107.2,3107.2,16.929,12.093,0.0,3.774,3.672,0.517,7.576,0.635,10.182,-12.817,0.0,0.0,0.0,8.363,-0.067,4.854,0.0,0.735,0.0,0.0,-7.876,-2.513,0.0,0.057,-0.441,-0.049,2.748,-0.02,-1.33,11.724,0.0,0.0,0.0,-6.243,-0.062,-1.137,-3.77,-0.162,0.0,0.0,7.784,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.778,33.778,33.778,33.778,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.949,0.798,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.742,9.071,0.666,0.0,0.0,0.0,0.0,1924.9,2947.6,2947.6,0.0,16.403,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.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.445,-0.048,2.73,-0.025,-1.371,11.85,0.0,0.0,0.0,-6.855,-0.066,-1.16,-3.656,-0.163,0.0,2.195,7.904,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,36000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-detailed-geothermal-loop.xml,40.982,40.982,40.982,40.982,0.0,0.0,0.0,0.0,0.0,0.0,6.516,0.653,0.0,0.0,2.703,0.961,9.015,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.069,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.756,0.0,13.449,9.071,0.616,0.0,0.0,0.0,0.0,3376.0,2934.2,3376.0,23.539,16.423,0.0,3.53,3.596,0.506,7.823,0.621,9.976,-12.711,0.0,0.0,0.0,11.627,-0.067,4.798,0.0,0.726,0.0,4.299,-7.815,-2.492,0.0,0.02,-0.431,-0.047,3.181,-0.017,-1.292,11.702,0.0,0.0,0.0,-6.268,-0.064,-1.124,-3.768,-0.159,0.0,2.103,7.765,2.015,1354.7,998.0,11171.5,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31565.0,7516.0,7508.0,0.0,575.0,7249.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,37.045,37.045,37.045,37.045,0.0,0.0,0.0,0.0,0.0,0.0,5.914,0.925,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.428,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,3523.1,1786.0,3523.1,23.429,0.0,0.0,3.563,3.64,0.512,7.489,0.63,10.095,-12.691,0.0,0.0,0.0,8.139,-0.07,4.808,0.0,0.728,0.0,4.528,-7.8,-2.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.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,40.425,40.425,40.425,40.425,0.0,0.0,0.0,0.0,0.0,0.0,5.796,0.592,0.0,0.0,2.939,0.946,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.912,0.0,12.97,9.071,0.615,0.0,0.0,0.0,0.0,3419.8,3117.6,3419.8,22.602,16.484,0.0,3.583,3.637,0.512,7.505,0.63,10.086,-12.691,0.0,0.0,0.0,8.288,-0.067,4.807,0.0,0.728,0.0,3.849,-7.8,-2.489,0.0,0.013,-0.441,-0.049,2.747,-0.02,-1.329,11.723,0.0,0.0,0.0,-6.242,-0.063,-1.137,-3.778,-0.162,0.0,2.076,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,49.032,49.032,49.032,49.032,0.0,0.0,0.0,0.0,0.0,0.0,12.667,0.726,0.687,0.021,4.103,0.675,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.228,0.708,13.43,9.071,0.615,0.0,0.0,0.0,0.0,7149.1,4017.0,7149.1,25.085,17.633,0.0,3.456,3.638,0.512,7.508,0.63,10.089,-12.691,0.0,0.0,0.0,8.294,-0.067,4.807,0.0,0.728,0.0,7.262,-7.8,-2.489,0.0,-0.008,-0.441,-0.049,2.747,-0.02,-1.329,11.723,0.0,0.0,0.0,-6.241,-0.063,-1.137,-3.781,-0.162,0.0,2.553,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,44.368,44.368,44.368,44.368,0.0,0.0,0.0,0.0,0.0,0.0,9.624,0.597,0.614,0.019,2.804,0.559,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.449,0.633,13.778,9.071,0.615,0.0,0.0,0.0,0.0,7134.9,3612.6,7134.9,25.081,19.025,0.0,3.409,3.639,0.512,7.509,0.63,10.09,-12.691,0.0,0.0,0.0,8.296,-0.067,4.807,0.0,0.728,0.0,8.521,-7.8,-2.489,0.0,-0.021,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.78,-0.162,0.0,2.904,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-detailed-performance.xml,46.045,46.045,46.045,46.045,0.0,0.0,0.0,0.0,0.0,0.0,11.468,0.555,0.309,0.009,3.38,0.172,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.758,0.318,14.993,9.071,0.615,0.0,0.0,0.0,0.0,5912.0,4585.4,5912.0,25.08,18.927,0.0,3.321,3.64,0.512,7.511,0.63,10.09,-12.696,0.0,0.0,0.0,8.302,-0.065,4.807,0.0,0.728,0.0,10.918,-7.801,-2.489,0.0,-0.077,-0.439,-0.048,2.75,-0.02,-1.327,11.717,0.0,0.0,0.0,-6.235,-0.061,-1.137,-3.785,-0.162,0.0,4.183,7.78,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,44.314,44.314,44.314,44.314,0.0,0.0,0.0,0.0,0.0,0.0,10.39,0.374,0.641,0.022,2.58,0.155,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.685,0.663,14.75,9.071,0.615,0.0,0.0,0.0,0.0,6481.5,3577.7,6481.5,25.126,18.874,0.0,3.363,3.64,0.512,7.511,0.63,10.09,-12.696,0.0,0.0,0.0,8.301,-0.066,4.807,0.0,0.728,0.0,9.806,-7.801,-2.489,0.0,-0.065,-0.439,-0.048,2.749,-0.02,-1.328,11.717,0.0,0.0,0.0,-6.236,-0.061,-1.137,-3.783,-0.162,0.0,3.926,7.78,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,61.234,61.234,36.367,36.367,24.867,0.0,0.0,0.0,0.0,0.0,0.0,0.299,0.0,0.0,5.172,0.744,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.867,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.174,0.0,14.87,9.071,0.615,0.0,0.0,0.0,4.0,2035.6,3987.5,3987.5,24.573,18.689,0.0,3.502,3.638,0.512,7.506,0.63,10.085,-12.691,0.0,0.0,0.0,8.29,-0.065,4.806,0.0,0.728,0.0,6.182,-7.798,-2.488,0.0,-0.071,-0.44,-0.049,2.748,-0.02,-1.33,11.723,0.0,0.0,0.0,-6.241,-0.061,-1.138,-3.783,-0.162,0.0,4.02,7.784,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.771,59.771,34.904,34.904,24.867,0.0,0.0,0.0,0.0,0.0,0.0,0.299,0.0,0.0,3.82,0.633,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.867,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.174,0.0,15.315,9.071,0.615,0.0,0.0,0.0,3.0,2035.6,3689.9,3689.9,24.573,18.986,0.0,3.502,3.638,0.512,7.506,0.63,10.085,-12.691,0.0,0.0,0.0,8.29,-0.065,4.806,0.0,0.728,0.0,6.182,-7.798,-2.488,0.0,-0.09,-0.44,-0.048,2.749,-0.02,-1.33,11.723,0.0,0.0,0.0,-6.24,-0.061,-1.138,-3.783,-0.162,0.0,4.471,7.784,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.036,59.036,34.169,34.169,24.867,0.0,0.0,0.0,0.0,0.0,0.0,0.299,0.0,0.0,3.341,0.378,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.867,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.174,0.0,16.025,9.071,0.615,0.0,0.0,0.0,0.0,2035.6,3573.0,3573.0,24.573,19.199,0.0,3.502,3.638,0.512,7.506,0.63,10.085,-12.691,0.0,0.0,0.0,8.29,-0.065,4.806,0.0,0.728,0.0,6.182,-7.798,-2.488,0.0,-0.131,-0.44,-0.048,2.75,-0.02,-1.329,11.723,0.0,0.0,0.0,-6.239,-0.061,-1.138,-3.79,-0.162,0.0,5.236,7.784,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,56.307,56.307,30.693,30.693,25.614,0.0,0.0,0.0,0.0,0.0,0.0,0.486,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,25.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.0,0.0,24.049,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,2020.1,1786.0,2020.1,25.88,0.0,0.0,3.466,3.641,0.512,7.491,0.63,10.094,-12.691,0.0,0.0,0.0,8.141,-0.069,4.807,0.0,0.728,0.0,7.231,-7.798,-2.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,1354.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.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,42.712,42.712,42.712,42.712,0.0,0.0,0.0,0.0,0.0,0.0,7.496,0.606,0.0,0.0,3.553,0.905,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.029,0.0,13.538,9.071,0.615,0.0,0.0,0.0,0.0,3705.0,3369.9,3705.0,23.668,17.789,0.0,3.543,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.289,-0.067,4.807,0.0,0.728,0.0,4.997,-7.8,-2.489,0.0,-0.012,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.241,-0.063,-1.137,-3.78,-0.162,0.0,2.658,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,31147.0,7507.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,33.486,33.486,33.486,33.486,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.261,0.195,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.325,9.071,0.666,0.0,0.0,0.0,0.0,1974.9,3068.7,3068.7,0.0,14.313,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.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.445,-0.048,2.729,-0.025,-1.371,11.85,0.0,0.0,0.0,-6.856,-0.066,-1.16,-3.658,-0.163,0.0,1.794,7.904,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,41.615,41.615,41.615,41.615,0.0,0.0,0.0,0.0,0.0,0.0,8.477,0.224,0.144,0.006,2.52,0.092,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.59,0.15,12.215,9.071,0.615,0.0,0.0,0.0,0.0,4940.9,3243.8,4940.9,19.566,14.283,0.0,3.595,3.637,0.512,7.504,0.63,10.086,-12.691,0.0,0.0,0.0,8.287,-0.067,4.807,0.0,0.728,0.0,3.526,-7.8,-2.489,0.0,0.042,-0.441,-0.049,2.746,-0.02,-1.33,11.723,0.0,0.0,0.0,-6.243,-0.063,-1.137,-3.778,-0.162,0.0,1.324,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,26181.0,2541.0,7508.0,0.0,575.0,6840.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,32.837,32.837,32.837,32.837,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.738,0.069,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.063,9.071,0.666,0.0,0.0,0.0,0.0,1974.9,2690.8,2690.8,0.0,14.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.021,-0.445,-0.048,2.729,-0.025,-1.372,11.85,0.0,0.0,0.0,-6.856,-0.066,-1.16,-3.655,-0.163,0.0,1.52,7.904,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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-detailed-performance-autosize.xml,33.27,33.27,33.27,33.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.185,0.054,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.573,9.071,0.666,0.0,0.0,0.0,0.0,1974.9,2761.4,2761.4,0.0,11.876,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.046,-0.445,-0.048,2.73,-0.025,-1.371,11.85,0.0,0.0,0.0,-6.855,-0.066,-1.16,-3.647,-0.163,0.0,0.0,7.904,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,14282.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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-air-conditioner-only-ductless-detailed-performance.xml,32.575,32.575,32.575,32.575,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.541,0.004,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.572,9.071,0.666,0.0,0.0,0.0,0.0,1974.9,2769.6,2769.6,0.0,11.877,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.046,-0.445,-0.048,2.73,-0.025,-1.371,11.85,0.0,0.0,0.0,-6.855,-0.066,-1.16,-3.647,-0.163,0.0,0.0,7.904,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,36000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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-air-conditioner-only-ductless.xml,32.931,32.931,32.931,32.931,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.877,0.024,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.573,9.071,0.666,0.0,0.0,0.0,0.0,1974.9,2667.8,2667.8,0.0,11.871,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.046,-0.445,-0.048,2.73,-0.025,-1.371,11.85,0.0,0.0,0.0,-6.855,-0.066,-1.16,-3.647,-0.163,0.0,0.0,7.904,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.099,32.099,32.099,32.099,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.025,0.044,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.562,9.071,0.666,0.0,0.0,0.0,0.0,1924.9,2505.4,2505.4,0.0,13.888,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.037,-0.445,-0.048,2.729,-0.025,-1.372,11.85,0.0,0.0,0.0,-6.856,-0.066,-1.16,-3.653,-0.163,0.0,1.003,7.904,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,36000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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-detailed-performance-autosize.xml,41.216,41.216,41.216,41.216,0.0,0.0,0.0,0.0,0.0,0.0,7.68,0.243,0.0,0.0,3.051,0.09,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.857,0.0,12.505,9.071,0.615,0.0,0.0,0.0,0.0,4145.8,3271.0,4145.8,19.571,14.26,0.0,3.587,3.637,0.512,7.505,0.63,10.086,-12.691,0.0,0.0,0.0,8.287,-0.067,4.807,0.0,0.728,0.0,3.8,-7.8,-2.489,0.0,0.03,-0.441,-0.049,2.747,-0.02,-1.329,11.723,0.0,0.0,0.0,-6.242,-0.063,-1.137,-3.78,-0.162,0.0,1.627,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,26181.0,26181.0,36000.0,6.8,91.76,26181.0,2541.0,7508.0,0.0,575.0,6840.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-detailed-performance.xml,40.595,40.595,40.595,40.595,0.0,0.0,0.0,0.0,0.0,0.0,7.358,0.159,0.0,0.0,2.89,0.036,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.407,0.0,12.256,9.071,0.615,0.0,0.0,0.0,0.0,4041.1,3122.1,4041.1,19.308,14.108,0.0,3.602,3.637,0.512,7.504,0.63,10.086,-12.691,0.0,0.0,0.0,8.287,-0.067,4.807,0.0,0.728,0.0,3.337,-7.8,-2.489,0.0,0.04,-0.441,-0.049,2.746,-0.02,-1.329,11.723,0.0,0.0,0.0,-6.243,-0.063,-1.137,-3.778,-0.162,0.0,1.369,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,26181.0,2541.0,7508.0,0.0,575.0,6840.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,37.29,37.29,37.29,37.29,0.0,0.0,0.0,0.0,0.0,0.0,6.878,0.137,0.065,0.003,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.024,0.067,0.0,9.071,0.592,0.0,0.0,0.0,0.0,4437.4,1785.9,4437.4,19.645,0.0,0.0,3.611,3.64,0.512,7.488,0.63,10.094,-12.691,0.0,0.0,0.0,8.137,-0.07,4.808,0.0,0.728,0.0,3.095,-7.8,-2.489,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,36000.0,6.8,91.76,26181.0,2541.0,7508.0,0.0,575.0,6840.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,39.375,39.375,39.375,39.375,0.0,0.0,0.0,0.0,0.0,0.0,6.943,0.086,0.066,0.002,2.081,0.045,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.228,0.068,11.929,9.071,0.615,0.0,0.0,0.0,0.0,4361.3,2873.3,4361.3,19.413,14.142,0.0,3.607,3.637,0.512,7.504,0.63,10.085,-12.691,0.0,0.0,0.0,8.287,-0.066,4.807,0.0,0.728,0.0,3.154,-7.8,-2.489,0.0,0.051,-0.441,-0.049,2.746,-0.02,-1.33,11.723,0.0,0.0,0.0,-6.243,-0.063,-1.137,-3.777,-0.162,0.0,1.03,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,26181.0,2541.0,7508.0,0.0,575.0,6840.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,39.078,39.078,39.078,39.078,0.0,0.0,0.0,0.0,0.0,0.0,5.983,0.131,0.393,0.0,2.391,0.028,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.195,0.393,10.914,9.071,0.615,0.0,0.0,0.0,0.0,4413.1,3100.7,4413.1,16.762,12.092,0.0,3.737,3.636,0.512,7.501,0.629,10.081,-12.69,0.0,0.0,0.0,8.281,-0.066,4.806,0.0,0.728,0.0,0.0,-7.798,-2.488,0.0,0.057,-0.441,-0.049,2.748,-0.02,-1.33,11.724,0.0,0.0,0.0,-6.243,-0.062,-1.137,-3.77,-0.162,0.0,0.0,7.784,2.019,1354.7,998.0,11171.6,2563.5,0.0,18000.0,18000.0,60000.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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-ducts-defaults.xml,45.844,45.844,36.508,36.508,9.336,0.0,0.0,0.0,0.0,0.0,3.616,0.049,0.0,0.281,2.383,0.028,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,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,0.0,9.336,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.36,7.751,10.83,9.071,0.615,0.0,0.0,2.0,0.0,2953.5,3118.8,3118.8,17.594,12.255,0.0,3.734,3.633,0.511,7.494,0.629,10.082,-12.691,0.0,0.0,0.0,8.284,-0.07,5.887,0.0,0.727,0.0,0.115,-7.805,-2.49,0.0,0.063,-0.434,-0.048,2.773,-0.017,-1.299,11.723,0.0,0.0,0.0,-6.201,-0.066,-1.395,-3.705,-0.16,0.0,0.0,7.775,2.018,1354.7,998.0,11171.6,2563.5,0.0,18000.0,18000.0,60000.0,6.8,91.76,24589.0,950.0,7508.0,0.0,575.0,6840.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,45.564,45.564,36.313,36.313,9.251,0.0,0.0,0.0,0.0,0.0,3.419,0.044,0.0,0.279,2.391,0.028,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,9.251,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.601,7.68,10.914,9.071,0.615,0.0,0.0,1.0,0.0,2871.7,3100.7,3100.7,17.931,12.092,0.0,3.716,3.636,0.512,7.501,0.629,10.081,-12.69,0.0,0.0,0.0,8.281,-0.066,4.806,0.0,0.728,0.0,0.426,-7.798,-2.488,0.0,0.057,-0.441,-0.049,2.748,-0.02,-1.33,11.724,0.0,0.0,0.0,-6.243,-0.062,-1.137,-3.77,-0.162,0.0,0.0,7.784,2.019,1354.7,998.0,11171.6,2563.5,0.0,18000.0,18000.0,60000.0,6.8,91.76,26570.0,2930.0,7508.0,0.0,575.0,6840.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,48.951,48.951,36.24,36.24,0.0,12.711,0.0,0.0,0.0,0.0,3.612,0.066,0.0,0.0,2.383,0.028,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,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,0.0,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.711,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.246,7.627,10.83,9.071,0.615,0.0,0.0,2.0,0.0,2953.5,3118.8,3118.8,17.317,12.255,0.0,3.734,3.633,0.511,7.494,0.629,10.082,-12.691,0.0,0.0,0.0,8.284,-0.07,5.887,0.0,0.727,0.0,0.0,-7.805,-2.49,0.0,0.063,-0.434,-0.048,2.773,-0.017,-1.299,11.723,0.0,0.0,0.0,-6.201,-0.066,-1.395,-3.705,-0.16,0.0,0.0,7.775,2.018,1354.7,998.0,11171.6,2563.5,0.0,18000.0,18000.0,60000.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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-detailed-performance-autosize.xml,38.901,38.901,38.901,38.901,0.0,0.0,0.0,0.0,0.0,0.0,6.776,0.076,0.0,0.0,1.891,0.006,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.195,0.0,10.913,9.071,0.615,0.0,0.0,0.0,0.0,3883.1,2973.5,3883.1,16.761,12.09,0.0,3.737,3.636,0.512,7.501,0.629,10.081,-12.69,0.0,0.0,0.0,8.281,-0.066,4.806,0.0,0.728,0.0,0.0,-7.798,-2.488,0.0,0.057,-0.441,-0.049,2.748,-0.02,-1.33,11.724,0.0,0.0,0.0,-6.243,-0.062,-1.137,-3.77,-0.162,0.0,0.0,7.784,2.019,1354.7,998.0,11171.6,2563.5,0.0,23640.0,23640.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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-detailed-performance.xml,39.102,39.102,39.102,39.102,0.0,0.0,0.0,0.0,0.0,0.0,7.02,0.04,0.0,0.0,1.887,0.003,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.195,0.0,10.913,9.071,0.615,0.0,0.0,0.0,0.0,3944.1,3072.0,3944.1,16.761,12.089,0.0,3.737,3.636,0.512,7.501,0.629,10.081,-12.69,0.0,0.0,0.0,8.281,-0.066,4.806,0.0,0.728,0.0,0.0,-7.798,-2.488,0.0,0.057,-0.441,-0.049,2.748,-0.02,-1.33,11.724,0.0,0.0,0.0,-6.243,-0.062,-1.137,-3.771,-0.162,0.0,0.0,7.784,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,38.306,38.306,38.306,38.306,0.0,0.0,0.0,0.0,0.0,0.0,5.959,0.057,0.0,0.0,2.132,0.006,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.195,0.0,10.914,9.071,0.615,0.0,0.0,0.0,0.0,3627.2,2872.5,3627.2,16.762,12.089,0.0,3.737,3.636,0.512,7.501,0.629,10.081,-12.69,0.0,0.0,0.0,8.281,-0.066,4.806,0.0,0.728,0.0,0.0,-7.798,-2.488,0.0,0.057,-0.441,-0.049,2.748,-0.02,-1.33,11.724,0.0,0.0,0.0,-6.243,-0.062,-1.137,-3.77,-0.162,0.0,0.0,7.784,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,38.306,38.306,38.306,38.306,0.0,0.0,0.0,0.0,0.0,0.0,5.959,0.057,0.0,0.0,2.132,0.006,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.195,0.0,10.914,9.071,0.615,0.0,0.0,0.0,0.0,3627.2,2872.5,3627.2,16.762,12.089,0.0,3.737,3.636,0.512,7.501,0.629,10.081,-12.69,0.0,0.0,0.0,8.281,-0.066,4.806,0.0,0.728,0.0,0.0,-7.798,-2.488,0.0,0.057,-0.441,-0.049,2.748,-0.02,-1.33,11.724,0.0,0.0,0.0,-6.243,-0.062,-1.137,-3.77,-0.162,0.0,0.0,7.784,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,67.555,67.555,52.544,52.544,7.433,3.747,3.831,0.0,0.0,0.0,14.282,0.917,0.239,0.01,6.405,0.54,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.071,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,7.433,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.747,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.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,34.142,0.249,19.022,9.071,0.615,0.0,0.0,0.0,15.0,6578.3,4446.8,6578.3,38.542,22.494,0.0,3.4,3.637,0.512,7.503,0.63,10.088,-12.703,0.0,0.0,0.0,8.303,-0.067,5.888,0.0,0.727,0.0,16.162,-7.808,-2.49,0.0,-0.112,-0.433,-0.047,2.773,-0.017,-1.3,11.709,0.0,0.0,0.0,-6.195,-0.063,-1.396,-3.746,-0.16,0.0,8.306,7.771,2.017,1354.7,998.0,11171.6,2563.5,0.0,59200.0,36799.2,10236.0,6.8,91.76,36744.0,13104.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,23818.0,10360.0,7037.0,0.0,207.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,20.452,20.452,20.452,20.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,4.542,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.993,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.496,0.335,0.0,0.0,0.0,0.0,1265.8,1194.4,1265.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,1354.7,998.0,8369.9,2062.4,0.0,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,1252.0,0.0,452.0,800.0 +base-hvac-ptac-with-heating-electricity.xml,51.595,51.595,51.595,51.595,0.0,0.0,0.0,0.0,0.0,0.0,17.208,0.0,0.0,0.0,4.236,0.0,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.194,0.0,10.914,9.071,0.615,0.0,0.0,0.0,0.0,5891.0,3388.5,5891.0,16.762,12.093,0.0,3.737,3.636,0.512,7.501,0.629,10.081,-12.69,0.0,0.0,0.0,8.28,-0.066,4.806,0.0,0.728,0.0,0.0,-7.798,-2.488,0.0,0.057,-0.441,-0.049,2.748,-0.02,-1.33,11.724,0.0,0.0,0.0,-6.243,-0.062,-1.137,-3.77,-0.162,0.0,0.0,7.784,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.897,55.897,34.387,34.387,21.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.236,0.0,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,21.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,17.194,0.0,10.914,9.071,0.615,0.0,0.0,0.0,0.0,1931.3,3388.5,3388.5,16.762,12.093,0.0,3.737,3.636,0.512,7.501,0.629,10.081,-12.69,0.0,0.0,0.0,8.28,-0.066,4.806,0.0,0.728,0.0,0.0,-7.798,-2.488,0.0,0.057,-0.441,-0.049,2.748,-0.02,-1.33,11.724,0.0,0.0,0.0,-6.243,-0.062,-1.137,-3.77,-0.162,0.0,0.0,7.784,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.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,4.119,0.0,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.573,9.071,0.666,0.0,0.0,0.0,0.0,1924.9,3030.3,3030.3,0.0,11.876,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.046,-0.445,-0.048,2.73,-0.025,-1.371,11.85,0.0,0.0,0.0,-6.855,-0.066,-1.16,-3.647,-0.163,0.0,0.0,7.904,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.936,41.936,41.936,41.936,0.0,0.0,0.0,0.0,0.0,0.0,7.633,0.0,0.053,0.0,4.099,0.0,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.195,0.053,10.914,9.071,0.615,0.0,0.0,0.0,0.0,4855.9,3369.3,4855.9,16.762,12.093,0.0,3.737,3.636,0.512,7.501,0.629,10.081,-12.69,0.0,0.0,0.0,8.281,-0.066,4.806,0.0,0.728,0.0,0.0,-7.798,-2.488,0.0,0.057,-0.441,-0.049,2.748,-0.02,-1.33,11.724,0.0,0.0,0.0,-6.243,-0.062,-1.137,-3.77,-0.162,0.0,0.0,7.784,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.936,41.936,41.936,41.936,0.0,0.0,0.0,0.0,0.0,0.0,7.633,0.0,0.053,0.0,4.099,0.0,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.195,0.053,10.914,9.071,0.615,0.0,0.0,0.0,0.0,4855.9,3369.3,4855.9,16.762,12.093,0.0,3.737,3.636,0.512,7.501,0.629,10.081,-12.69,0.0,0.0,0.0,8.281,-0.066,4.806,0.0,0.728,0.0,0.0,-7.798,-2.488,0.0,0.057,-0.441,-0.049,2.748,-0.02,-1.33,11.724,0.0,0.0,0.0,-6.243,-0.062,-1.137,-3.77,-0.162,0.0,0.0,7.784,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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,31.83,31.83,31.83,31.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.8,0.0,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.489,9.071,0.666,0.0,0.0,0.0,0.0,1924.9,2330.4,2330.4,0.0,3.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.015,-0.147,-0.016,0.901,-0.008,-0.452,3.911,0.0,0.0,0.0,-2.262,-0.022,-0.383,-1.203,-0.054,0.0,0.0,2.608,0.674,1354.7,998.0,11171.5,2563.5,0.0,0.0,8000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.226,35.226,35.226,35.226,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.195,0.0,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.573,9.071,0.666,0.0,0.0,0.0,0.0,1924.9,3461.5,3461.5,0.0,11.876,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.046,-0.445,-0.048,2.73,-0.025,-1.371,11.85,0.0,0.0,0.0,-6.855,-0.066,-1.16,-3.647,-0.163,0.0,0.0,7.904,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.023,34.023,34.023,34.023,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.974,0.0,9.054,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.929,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.85,9.071,0.658,0.0,0.0,0.0,0.0,1924.2,3578.9,3578.9,0.0,10.701,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.115,-0.617,-0.073,2.251,-0.068,-1.894,11.85,0.0,0.0,0.0,-7.585,-0.069,-1.298,-4.026,-0.195,0.0,0.0,7.922,2.042,1354.7,998.0,11171.6,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.216,35.216,35.216,35.216,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.186,0.0,9.061,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.904,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.573,9.071,0.666,0.0,0.0,0.0,0.0,1924.9,3457.6,3457.6,0.0,11.876,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.046,-0.445,-0.048,2.73,-0.025,-1.371,11.85,0.0,0.0,0.0,-6.855,-0.066,-1.16,-3.647,-0.163,0.0,0.0,7.904,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.692,52.692,52.692,52.692,0.0,0.0,0.0,0.0,0.0,0.0,17.208,0.0,0.0,0.0,5.332,0.0,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.194,0.0,10.914,9.071,0.615,0.0,0.0,0.0,0.0,5891.0,3821.1,5891.0,16.762,12.093,0.0,3.737,3.636,0.512,7.501,0.629,10.081,-12.69,0.0,0.0,0.0,8.28,-0.066,4.806,0.0,0.728,0.0,0.0,-7.798,-2.488,0.0,0.057,-0.441,-0.049,2.748,-0.02,-1.33,11.724,0.0,0.0,0.0,-6.243,-0.062,-1.137,-3.77,-0.162,0.0,0.0,7.784,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.936,41.936,41.936,41.936,0.0,0.0,0.0,0.0,0.0,0.0,7.633,0.0,0.053,0.0,4.099,0.0,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.195,0.053,10.914,9.071,0.615,0.0,0.0,0.0,0.0,4855.9,3369.3,4855.9,16.762,12.093,0.0,3.737,3.636,0.512,7.501,0.629,10.081,-12.69,0.0,0.0,0.0,8.281,-0.066,4.806,0.0,0.728,0.0,0.0,-7.798,-2.488,0.0,0.057,-0.441,-0.049,2.748,-0.02,-1.33,11.724,0.0,0.0,0.0,-6.243,-0.062,-1.137,-3.77,-0.162,0.0,0.0,7.784,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,36000.0,36000.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.991,58.991,35.552,35.552,23.439,0.0,0.0,0.0,0.0,0.0,0.0,0.387,0.0,0.0,4.22,0.794,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.439,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.951,0.0,13.834,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3546.2,3546.2,23.508,19.169,0.0,3.499,3.599,0.507,7.507,0.615,9.923,-12.591,0.0,0.0,0.0,8.214,-0.033,4.75,0.0,0.72,0.0,5.064,-7.689,-2.467,0.0,-0.07,-0.475,-0.053,2.763,-0.034,-1.479,11.822,0.0,0.0,0.0,-6.3,-0.029,-1.188,-3.799,-0.168,0.0,3.074,7.892,2.04,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.895,57.895,34.971,34.971,22.924,0.0,0.0,0.0,0.0,0.0,0.0,0.378,0.0,0.0,3.746,0.7,9.015,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.066,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.924,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.076,0.0,11.957,9.071,0.617,0.0,0.0,106.0,41.0,2072.1,3770.0,3770.0,34.955,20.845,0.0,3.497,3.568,0.501,7.484,0.605,9.791,-12.687,0.0,0.0,0.0,8.63,0.008,4.642,0.0,0.725,0.0,4.731,-7.752,-2.486,0.0,-0.04,-0.468,-0.053,2.704,-0.034,-1.49,11.726,0.0,0.0,0.0,-6.525,-0.001,-1.18,-4.194,-0.17,0.0,2.39,7.825,2.022,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,57.375,57.375,35.127,35.127,22.248,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,3.886,0.728,9.015,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.065,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.248,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.744,0.0,12.562,9.071,0.617,0.0,0.0,0.0,8.0,2048.7,3769.7,3769.7,25.752,21.422,0.0,3.491,3.553,0.499,7.324,0.602,9.749,-12.723,0.0,0.0,0.0,8.166,-0.021,4.634,0.0,0.722,0.0,4.643,-7.768,-2.488,0.0,-0.027,-0.468,-0.053,2.647,-0.033,-1.493,11.69,0.0,0.0,0.0,-6.519,-0.022,-1.168,-4.138,-0.172,0.0,2.557,7.808,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.926,41.926,33.625,33.625,8.301,0.0,0.0,0.0,0.0,0.0,0.0,0.137,0.0,0.0,2.929,0.488,9.046,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.959,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,8.301,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.768,0.0,8.584,9.071,0.649,0.0,0.0,0.0,0.0,2012.3,3486.2,3486.2,17.944,16.314,0.0,2.815,2.755,0.385,5.258,0.403,7.36,-12.563,0.0,0.0,0.0,5.368,-0.059,3.444,0.0,0.566,0.0,1.759,-7.591,-2.465,0.0,-0.067,-0.517,-0.059,2.512,-0.044,-1.596,11.85,0.0,0.0,0.0,-7.338,-0.059,-1.192,-6.335,-0.18,0.0,1.986,7.912,2.042,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-space-heater-gas-only.xml,47.262,47.262,30.207,30.207,17.056,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,17.056,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.042,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,1931.2,1785.9,1931.2,16.762,0.0,0.0,3.739,3.638,0.512,7.485,0.63,10.09,-12.69,0.0,0.0,0.0,8.129,-0.069,4.808,0.0,0.728,0.0,0.0,-7.798,-2.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,1354.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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-oil-only.xml,52.823,52.823,30.273,30.273,0.0,22.55,0.0,0.0,0.0,0.0,0.0,0.068,0.0,0.0,0.0,0.0,8.993,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.146,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,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.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,18.094,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,1943.3,1806.9,1943.3,17.317,0.0,0.0,3.737,3.636,0.512,7.478,0.63,10.09,-12.691,0.0,0.0,0.0,8.134,-0.073,5.889,0.0,0.727,0.0,0.0,-7.806,-2.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,1354.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.823,52.823,30.273,30.273,0.0,0.0,0.0,0.0,22.55,0.0,0.0,0.068,0.0,0.0,0.0,0.0,8.993,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.146,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.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,18.094,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,1943.3,1806.9,1943.3,17.317,0.0,0.0,3.737,3.636,0.512,7.478,0.63,10.09,-12.691,0.0,0.0,0.0,8.134,-0.073,5.889,0.0,0.727,0.0,0.0,-7.806,-2.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,1354.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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.xml,48.289,48.289,32.761,32.761,15.529,0.0,0.0,0.0,0.0,0.0,0.0,0.25,0.0,0.0,2.062,0.342,9.031,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.009,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,15.529,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,0.0,6.249,9.071,0.634,0.0,0.0,3737.0,2466.0,1995.5,1993.3,2019.1,3.83,2.738,0.0,2.628,2.856,0.399,5.162,0.432,7.697,-12.831,0.0,0.0,0.0,4.459,-0.123,3.528,0.0,0.588,0.0,9.602,-7.792,-2.505,0.0,-0.339,-0.769,-0.096,1.692,-0.106,-2.36,11.582,0.0,0.0,0.0,-7.925,-0.061,-1.373,-6.01,-0.228,0.0,2.739,7.746,2.002,1354.7,998.0,11171.6,2563.5,0.0,3600.0,2400.0,0.0,6.8,91.76,28898.0,5258.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,17384.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.61,47.61,47.61,47.61,0.0,0.0,0.0,0.0,0.0,0.0,17.404,0.0,0.0,0.0,0.0,0.0,8.992,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.149,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.042,0.0,0.0,9.071,0.592,0.0,0.0,0.0,0.0,5986.5,1785.9,5986.5,16.762,0.0,0.0,3.739,3.638,0.512,7.485,0.63,10.09,-12.69,0.0,0.0,0.0,8.129,-0.069,4.808,0.0,0.728,0.0,0.0,-7.798,-2.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,1354.7,998.0,11171.6,2563.5,0.0,36000.0,0.0,0.0,6.8,91.76,23640.0,0.0,7508.0,0.0,575.0,6840.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 diff --git a/hpxml-measures/workflow/tests/base_results/results_workflow_simulations1_bills.csv b/hpxml-measures/workflow/tests/base_results/results_workflow_simulations1_bills.csv index 77261b750..2c9932ed6 100644 --- a/hpxml-measures/workflow/tests/base_results/results_workflow_simulations1_bills.csv +++ b/hpxml-measures/workflow/tests/base_results/results_workflow_simulations1_bills.csv @@ -1,291 +1,295 @@ 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) -base-appliances-coal.xml,1806.18,144.0,1216.24,0.0,1360.24,144.0,228.95,372.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,72.99,72.99 -base-appliances-dehumidifier-ief-portable.xml,1518.27,144.0,1216.97,0.0,1360.97,144.0,13.3,157.3,0.0,0.0,0.0,0.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,1519.87,144.0,1218.78,0.0,1362.78,144.0,13.09,157.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 -base-appliances-dehumidifier-multiple.xml,1516.38,144.0,1214.36,0.0,1358.36,144.0,14.02,158.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 -base-appliances-dehumidifier.xml,1517.45,144.0,1216.3,0.0,1360.3,144.0,13.15,157.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 -base-appliances-gas.xml,1784.74,144.0,1216.24,0.0,1360.24,144.0,280.5,424.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 -base-appliances-modified.xml,1866.25,144.0,1351.41,0.0,1495.41,144.0,226.84,370.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 -base-appliances-none.xml,1582.24,144.0,1038.01,0.0,1182.01,144.0,256.23,400.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 -base-appliances-oil.xml,1903.38,144.0,1216.24,0.0,1360.24,144.0,228.95,372.95,0.0,170.19,170.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 -base-appliances-propane.xml,1865.27,144.0,1216.24,0.0,1360.24,144.0,228.95,372.95,0.0,0.0,0.0,0.0,132.08,132.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 -base-appliances-wood.xml,1806.18,144.0,1216.24,0.0,1360.24,144.0,228.95,372.95,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 -base-atticroof-cathedral.xml,1870.51,144.0,1311.11,0.0,1455.11,144.0,271.4,415.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 -base-atticroof-conditioned.xml,2013.39,144.0,1485.95,0.0,1629.95,144.0,239.44,383.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 -base-atticroof-flat.xml,1778.74,144.0,1284.68,0.0,1428.68,144.0,206.06,350.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 -base-atticroof-radiant-barrier-ceiling.xml,1565.62,144.0,1228.24,0.0,1372.24,144.0,49.38,193.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 -base-atticroof-radiant-barrier.xml,1542.24,144.0,1212.24,0.0,1356.24,144.0,42.0,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 -base-atticroof-unvented-insulated-roof.xml,1809.47,144.0,1290.41,0.0,1434.41,144.0,231.06,375.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 -base-atticroof-vented.xml,1825.1,144.0,1303.2,0.0,1447.2,144.0,233.9,377.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 -base-battery-scheduled.xml,1902.06,144.0,1378.19,0.0,1522.19,144.0,235.87,379.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 -base-battery.xml,1839.18,144.0,1315.31,0.0,1459.31,144.0,235.87,379.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 -base-bldgtype-mf-unit-adjacent-to-multifamily-buffer-space.xml,1316.62,144.0,905.47,0.0,1049.47,144.0,123.15,267.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 -base-bldgtype-mf-unit-adjacent-to-multiple.xml,1278.55,144.0,923.28,0.0,1067.28,144.0,67.27,211.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 -base-bldgtype-mf-unit-adjacent-to-non-freezing-space.xml,1455.63,144.0,905.58,0.0,1049.58,144.0,262.05,406.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 -base-bldgtype-mf-unit-adjacent-to-other-heated-space.xml,1202.51,144.0,900.55,0.0,1044.55,144.0,13.96,157.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 -base-bldgtype-mf-unit-adjacent-to-other-housing-unit.xml,1220.17,144.0,920.92,0.0,1064.92,144.0,11.25,155.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 -base-bldgtype-mf-unit-infil-compartmentalization-test.xml,1256.44,144.0,962.96,0.0,1106.96,144.0,5.48,149.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 -base-bldgtype-mf-unit-residents-1.xml,984.59,144.0,683.66,0.0,827.66,144.0,12.93,156.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 -base-bldgtype-mf-unit-shared-boiler-chiller-baseboard.xml,1277.58,144.0,982.69,0.0,1126.69,144.0,6.89,150.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 -base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil-ducted.xml,1305.73,144.0,1010.38,0.0,1154.38,144.0,7.35,151.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 -base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil.xml,1287.78,144.0,993.25,0.0,1137.25,144.0,6.53,150.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 -base-bldgtype-mf-unit-shared-boiler-chiller-water-loop-heat-pump.xml,1446.64,144.0,1153.28,0.0,1297.28,144.0,5.36,149.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 -base-bldgtype-mf-unit-shared-boiler-cooling-tower-water-loop-heat-pump.xml,1297.78,144.0,1004.42,0.0,1148.42,144.0,5.36,149.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 -base-bldgtype-mf-unit-shared-boiler-only-baseboard.xml,1120.96,144.0,827.43,0.0,971.43,144.0,5.53,149.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 -base-bldgtype-mf-unit-shared-boiler-only-fan-coil-ducted.xml,1122.03,144.0,828.12,0.0,972.12,144.0,5.91,149.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 -base-bldgtype-mf-unit-shared-boiler-only-fan-coil-eae.xml,1121.86,144.0,828.59,0.0,972.59,144.0,5.27,149.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 -base-bldgtype-mf-unit-shared-boiler-only-fan-coil-fireplace-elec.xml,1124.68,144.0,832.85,0.0,976.85,144.0,3.83,147.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 -base-bldgtype-mf-unit-shared-boiler-only-fan-coil.xml,1121.92,144.0,828.67,0.0,972.67,144.0,5.25,149.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 -base-bldgtype-mf-unit-shared-boiler-only-water-loop-heat-pump.xml,1120.69,144.0,828.38,0.0,972.38,144.0,4.31,148.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 -base-bldgtype-mf-unit-shared-chiller-only-baseboard.xml,1124.85,144.0,980.85,0.0,1124.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 -base-bldgtype-mf-unit-shared-chiller-only-fan-coil-ducted.xml,1151.53,144.0,1007.53,0.0,1151.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 -base-bldgtype-mf-unit-shared-chiller-only-fan-coil.xml,1133.79,144.0,989.79,0.0,1133.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 -base-bldgtype-mf-unit-shared-chiller-only-water-loop-heat-pump.xml,1293.07,144.0,1149.07,0.0,1293.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 -base-bldgtype-mf-unit-shared-cooling-tower-only-water-loop-heat-pump.xml,1145.29,144.0,1001.29,0.0,1145.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 -base-bldgtype-mf-unit-shared-generator.xml,1639.83,144.0,960.62,0.0,1104.62,144.0,6.66,150.66,0.0,0.0,0.0,0.0,384.55,384.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 -base-bldgtype-mf-unit-shared-ground-loop-ground-to-air-heat-pump.xml,1188.87,144.0,1044.87,0.0,1188.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 -base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml,1060.16,144.0,613.48,0.0,757.48,144.0,158.68,302.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 -base-bldgtype-mf-unit-shared-laundry-room.xml,1032.79,144.0,606.5,0.0,750.5,144.0,138.29,282.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 -base-bldgtype-mf-unit-shared-mechvent-multiple.xml,1624.9,144.0,1124.51,0.0,1268.51,144.0,212.39,356.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 -base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml,1345.31,144.0,1001.24,0.0,1145.24,144.0,56.07,200.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 -base-bldgtype-mf-unit-shared-mechvent.xml,1322.68,144.0,995.9,0.0,1139.9,144.0,38.78,182.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 -base-bldgtype-mf-unit-shared-pv.xml,358.03,144.0,960.62,-897.25,207.37,144.0,6.66,150.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 -base-bldgtype-mf-unit-shared-water-heater-recirc.xml,1074.11,144.0,647.28,0.0,791.28,144.0,138.83,282.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 -base-bldgtype-mf-unit-shared-water-heater.xml,1033.89,144.0,607.06,0.0,751.06,144.0,138.83,282.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 -base-bldgtype-mf-unit.xml,1255.28,144.0,960.62,0.0,1104.62,144.0,6.66,150.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 -base-bldgtype-mf-whole-building.xml,8904.04,864.0,8040.04,0.0,8904.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 -base-bldgtype-sfa-unit-2stories.xml,1729.56,144.0,1267.93,0.0,1411.93,144.0,173.63,317.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 -base-bldgtype-sfa-unit-atticroof-cathedral.xml,2289.08,144.0,1361.8,0.0,1505.8,144.0,639.28,783.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 -base-bldgtype-sfa-unit-infil-compartmentalization-test.xml,1514.18,144.0,1094.71,0.0,1238.71,144.0,131.47,275.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 -base-bldgtype-sfa-unit.xml,1514.18,144.0,1094.71,0.0,1238.71,144.0,131.47,275.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 -base-dhw-combi-tankless-outside.xml,1388.39,144.0,786.23,0.0,930.23,144.0,314.16,458.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 -base-dhw-combi-tankless.xml,1401.33,144.0,786.58,0.0,930.58,144.0,326.75,470.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 -base-dhw-desuperheater-2-speed.xml,1319.56,144.0,1175.56,0.0,1319.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 -base-dhw-desuperheater-gshp.xml,1542.54,144.0,1398.54,0.0,1542.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 -base-dhw-desuperheater-hpwh.xml,1659.88,144.0,1089.39,0.0,1233.39,144.0,282.49,426.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 -base-dhw-desuperheater-tankless.xml,1379.35,144.0,1235.35,0.0,1379.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 -base-dhw-desuperheater-var-speed.xml,1286.91,144.0,1142.91,0.0,1286.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 -base-dhw-desuperheater.xml,1380.46,144.0,1236.46,0.0,1380.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 -base-dhw-dwhr.xml,1755.8,144.0,1231.93,0.0,1375.93,144.0,235.87,379.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 -base-dhw-indirect-detailed-setpoints.xml,1417.64,144.0,786.17,0.0,930.17,144.0,343.47,487.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 +base-appliances-coal.xml,1812.07,144.0,1207.51,0.0,1351.51,144.0,243.55,387.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,73.01,73.01 +base-appliances-dehumidifier-ief-portable.xml,1507.23,144.0,1201.13,0.0,1345.13,144.0,18.1,162.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 +base-appliances-dehumidifier-ief-whole-home.xml,1508.15,144.0,1202.19,0.0,1346.19,144.0,17.96,161.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 +base-appliances-dehumidifier-multiple.xml,1505.44,144.0,1198.92,0.0,1342.92,144.0,18.52,162.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 +base-appliances-dehumidifier.xml,1506.03,144.0,1200.05,0.0,1344.05,144.0,17.98,161.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 +base-appliances-freezer-temperature-dependent-schedule.xml,1889.06,144.0,1358.0,0.0,1502.0,144.0,243.06,387.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 +base-appliances-gas.xml,1790.62,144.0,1207.51,0.0,1351.51,144.0,295.11,439.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 +base-appliances-modified.xml,1871.4,144.0,1342.21,0.0,1486.21,144.0,241.19,385.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 +base-appliances-none.xml,1592.6,144.0,1035.12,0.0,1179.12,144.0,269.48,413.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 +base-appliances-oil.xml,1909.29,144.0,1207.51,0.0,1351.51,144.0,243.55,387.55,0.0,170.23,170.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 +base-appliances-propane.xml,1871.18,144.0,1207.51,0.0,1351.51,144.0,243.55,387.55,0.0,0.0,0.0,0.0,132.12,132.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +base-appliances-refrigerator-temperature-dependent-schedule.xml,1844.59,144.0,1306.32,0.0,1450.32,144.0,250.27,394.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 +base-appliances-wood.xml,1812.07,144.0,1207.51,0.0,1351.51,144.0,243.55,387.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,73.01,73.01,0.0,0.0,0.0,0.0,0.0,0.0 +base-atticroof-cathedral.xml,1872.94,144.0,1301.87,0.0,1445.87,144.0,283.07,427.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 +base-atticroof-conditioned.xml,2017.14,144.0,1476.82,0.0,1620.82,144.0,252.32,396.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 +base-atticroof-flat.xml,1781.53,144.0,1275.89,0.0,1419.89,144.0,217.64,361.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 +base-atticroof-radiant-barrier-ceiling.xml,1559.63,144.0,1217.87,0.0,1361.87,144.0,53.76,197.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 +base-atticroof-radiant-barrier.xml,1535.89,144.0,1201.73,0.0,1345.73,144.0,46.16,190.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 +base-atticroof-unvented-insulated-roof.xml,1812.97,144.0,1282.02,0.0,1426.02,144.0,242.95,386.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 +base-atticroof-vented.xml,1830.36,144.0,1294.36,0.0,1438.36,144.0,248.0,392.0,0.0,0.0,0.0,0.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,1907.47,144.0,1369.2,0.0,1513.2,144.0,250.27,394.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 +base-battery.xml,1844.59,144.0,1306.32,0.0,1450.32,144.0,250.27,394.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 +base-bldgtype-mf-unit-adjacent-to-multifamily-buffer-space.xml,1307.87,144.0,882.29,0.0,1026.29,144.0,137.58,281.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 +base-bldgtype-mf-unit-adjacent-to-multiple.xml,1282.02,144.0,915.4,0.0,1059.4,144.0,78.62,222.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 +base-bldgtype-mf-unit-adjacent-to-non-freezing-space.xml,1441.38,144.0,873.07,0.0,1017.07,144.0,280.31,424.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 +base-bldgtype-mf-unit-adjacent-to-other-heated-space.xml,1196.71,144.0,888.54,0.0,1032.54,144.0,20.17,164.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 +base-bldgtype-mf-unit-adjacent-to-other-housing-unit.xml,1216.48,144.0,911.1,0.0,1055.1,144.0,17.38,161.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 +base-bldgtype-mf-unit-infil-compartmentalization-test.xml,1248.57,144.0,952.48,0.0,1096.48,144.0,8.09,152.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 +base-bldgtype-mf-unit-residents-1.xml,982.17,144.0,679.25,0.0,823.25,144.0,14.92,158.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 +base-bldgtype-mf-unit-shared-boiler-chiller-baseboard.xml,1268.56,144.0,970.8,0.0,1114.8,144.0,9.76,153.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 +base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil-ducted.xml,1295.32,144.0,996.9,0.0,1140.9,144.0,10.42,154.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 +base-bldgtype-mf-unit-shared-boiler-chiller-fan-coil.xml,1278.49,144.0,981.24,0.0,1125.24,144.0,9.25,153.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 +base-bldgtype-mf-unit-shared-boiler-chiller-water-loop-heat-pump.xml,1423.25,144.0,1127.65,0.0,1271.65,144.0,7.6,151.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 +base-bldgtype-mf-unit-shared-boiler-cooling-tower-water-loop-heat-pump.xml,1287.23,144.0,991.63,0.0,1135.63,144.0,7.6,151.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 +base-bldgtype-mf-unit-shared-boiler-only-baseboard.xml,1133.54,144.0,837.09,0.0,981.09,144.0,8.45,152.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 +base-bldgtype-mf-unit-shared-boiler-only-fan-coil-ducted.xml,1135.18,144.0,838.17,0.0,982.17,144.0,9.01,153.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 +base-bldgtype-mf-unit-shared-boiler-only-fan-coil-fireplace-elec.xml,1139.29,144.0,845.46,0.0,989.46,144.0,5.83,149.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 +base-bldgtype-mf-unit-shared-boiler-only-fan-coil.xml,1135.02,144.0,839.02,0.0,983.02,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 +base-bldgtype-mf-unit-shared-boiler-only-water-loop-heat-pump.xml,1133.14,144.0,838.57,0.0,982.57,144.0,6.57,150.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 +base-bldgtype-mf-unit-shared-chiller-only-baseboard.xml,1110.91,144.0,966.91,0.0,1110.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 +base-bldgtype-mf-unit-shared-chiller-only-fan-coil-ducted.xml,1135.59,144.0,991.59,0.0,1135.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 +base-bldgtype-mf-unit-shared-chiller-only-fan-coil.xml,1119.03,144.0,975.03,0.0,1119.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 +base-bldgtype-mf-unit-shared-chiller-only-water-loop-heat-pump.xml,1264.61,144.0,1120.61,0.0,1264.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 +base-bldgtype-mf-unit-shared-cooling-tower-only-water-loop-heat-pump.xml,1129.91,144.0,985.91,0.0,1129.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 +base-bldgtype-mf-unit-shared-generator.xml,1632.51,144.0,950.43,0.0,1094.43,144.0,9.53,153.53,0.0,0.0,0.0,0.0,384.55,384.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +base-bldgtype-mf-unit-shared-ground-loop-ground-to-air-heat-pump.xml,1181.57,144.0,1037.57,0.0,1181.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 +base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml,1052.69,144.0,603.14,0.0,747.14,144.0,161.55,305.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 +base-bldgtype-mf-unit-shared-laundry-room.xml,1025.86,144.0,596.45,0.0,740.45,144.0,141.41,285.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 +base-bldgtype-mf-unit-shared-mechvent-multiple.xml,1626.05,144.0,1117.08,0.0,1261.08,144.0,220.97,364.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 +base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml,1340.84,144.0,992.92,0.0,1136.92,144.0,59.92,203.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 +base-bldgtype-mf-unit-shared-mechvent.xml,1321.14,144.0,988.12,0.0,1132.12,144.0,45.02,189.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 +base-bldgtype-mf-unit-shared-pv-battery.xml,382.88,144.0,982.48,-897.13,229.35,144.0,9.53,153.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 +base-bldgtype-mf-unit-shared-pv.xml,350.72,144.0,950.43,-897.25,197.19,144.0,9.53,153.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 +base-bldgtype-mf-unit-shared-water-heater-recirc-scheduled.xml,1067.48,144.0,637.45,0.0,781.45,144.0,142.03,286.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 +base-bldgtype-mf-unit-shared-water-heater-recirc.xml,1067.48,144.0,637.45,0.0,781.45,144.0,142.03,286.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 +base-bldgtype-mf-unit-shared-water-heater.xml,1027.25,144.0,597.22,0.0,741.22,144.0,142.03,286.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 +base-bldgtype-mf-unit.xml,1247.96,144.0,950.43,0.0,1094.43,144.0,9.53,153.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 +base-bldgtype-mf-whole-building.xml,8869.62,864.0,8005.62,0.0,8869.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 +base-bldgtype-sfa-unit-2stories.xml,1734.05,144.0,1259.13,0.0,1403.13,144.0,186.92,330.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 +base-bldgtype-sfa-unit-atticroof-cathedral.xml,2294.65,144.0,1355.0,0.0,1499.0,144.0,651.65,795.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 +base-bldgtype-sfa-unit-infil-compartmentalization-test.xml,1518.68,144.0,1085.58,0.0,1229.58,144.0,145.1,289.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 +base-bldgtype-sfa-unit.xml,1518.68,144.0,1085.58,0.0,1229.58,144.0,145.1,289.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 +base-dhw-combi-tankless-outside.xml,1398.73,144.0,784.24,0.0,928.24,144.0,326.49,470.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 +base-dhw-combi-tankless.xml,1411.6,144.0,784.5,0.0,928.5,144.0,339.1,483.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 +base-dhw-desuperheater-2-speed.xml,1307.1,144.0,1163.1,0.0,1307.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 +base-dhw-desuperheater-gshp.xml,1548.5,144.0,1404.5,0.0,1548.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 +base-dhw-desuperheater-hpwh.xml,1667.29,144.0,1081.92,0.0,1225.92,144.0,297.37,441.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 +base-dhw-desuperheater-tankless.xml,1364.87,144.0,1220.87,0.0,1364.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 +base-dhw-desuperheater-var-speed.xml,1275.8,144.0,1131.8,0.0,1275.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 +base-dhw-desuperheater.xml,1366.09,144.0,1222.09,0.0,1366.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 +base-dhw-dwhr.xml,1761.21,144.0,1222.94,0.0,1366.94,144.0,250.27,394.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 +base-dhw-indirect-detailed-setpoints.xml,1428.27,144.0,784.35,0.0,928.35,144.0,355.92,499.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 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 -base-dhw-indirect-outside.xml,1434.16,144.0,786.23,0.0,930.23,144.0,359.93,503.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 -base-dhw-indirect-standbyloss.xml,1421.56,144.0,786.11,0.0,930.11,144.0,347.45,491.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 -base-dhw-indirect-with-solar-fraction.xml,1336.56,144.0,786.44,0.0,930.44,144.0,262.12,406.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 -base-dhw-indirect.xml,1419.07,144.0,786.18,0.0,930.18,144.0,344.89,488.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 -base-dhw-jacket-electric.xml,1829.53,144.0,1303.38,0.0,1447.38,144.0,238.15,382.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 -base-dhw-jacket-gas.xml,1668.97,144.0,988.17,0.0,1132.17,144.0,392.8,536.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 -base-dhw-jacket-hpwh.xml,1655.22,144.0,1084.51,0.0,1228.51,144.0,282.71,426.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 -base-dhw-jacket-indirect.xml,1416.98,144.0,786.24,0.0,930.24,144.0,342.74,486.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 -base-dhw-low-flow-fixtures.xml,1831.1,144.0,1307.23,0.0,1451.23,144.0,235.87,379.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 -base-dhw-multiple.xml,1393.88,144.0,856.9,0.0,1000.9,144.0,248.98,392.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 -base-dhw-none.xml,1425.86,144.0,902.33,0.0,1046.33,144.0,235.53,379.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 -base-dhw-recirc-demand.xml,1837.42,144.0,1313.55,0.0,1457.55,144.0,235.87,379.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 -base-dhw-recirc-manual.xml,1822.0,144.0,1298.13,0.0,1442.13,144.0,235.87,379.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 -base-dhw-recirc-nocontrol.xml,2378.13,144.0,1854.26,0.0,1998.26,144.0,235.87,379.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 -base-dhw-recirc-temperature.xml,2200.06,144.0,1676.19,0.0,1820.19,144.0,235.87,379.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 -base-dhw-recirc-timer.xml,2378.13,144.0,1854.26,0.0,1998.26,144.0,235.87,379.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 -base-dhw-solar-direct-evacuated-tube.xml,1626.21,144.0,1102.34,0.0,1246.34,144.0,235.87,379.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 -base-dhw-solar-direct-flat-plate.xml,1573.71,144.0,1049.93,0.0,1193.93,144.0,235.78,379.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 -base-dhw-solar-direct-ics.xml,1629.07,144.0,1105.2,0.0,1249.2,144.0,235.87,379.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 -base-dhw-solar-fraction.xml,1625.64,144.0,1098.92,0.0,1242.92,144.0,238.72,382.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 -base-dhw-solar-indirect-flat-plate.xml,1573.13,144.0,1053.11,0.0,1197.11,144.0,232.02,376.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 -base-dhw-solar-thermosyphon-flat-plate.xml,1563.27,144.0,1039.49,0.0,1183.49,144.0,235.78,379.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 -base-dhw-tank-coal.xml,1745.49,144.0,990.12,0.0,1134.12,144.0,238.21,382.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,229.16,229.16 -base-dhw-tank-detailed-setpoints.xml,1838.76,144.0,1314.96,0.0,1458.96,144.0,235.8,379.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 -base-dhw-tank-elec-uef.xml,1841.51,144.0,1318.19,0.0,1462.19,144.0,235.32,379.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 -base-dhw-tank-gas-outside.xml,1690.94,144.0,982.4,0.0,1126.4,144.0,420.54,564.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 -base-dhw-tank-gas-uef-fhr.xml,1673.7,144.0,988.75,0.0,1132.75,144.0,396.95,540.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 -base-dhw-tank-gas-uef.xml,1673.7,144.0,988.75,0.0,1132.75,144.0,396.95,540.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 -base-dhw-tank-gas.xml,1678.16,144.0,990.12,0.0,1134.12,144.0,400.04,544.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 -base-dhw-tank-heat-pump-detailed-schedules.xml,1633.19,144.0,1054.04,0.0,1198.04,144.0,291.15,435.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 -base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml,1627.02,144.0,1047.5,0.0,1191.5,144.0,291.52,435.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 -base-dhw-tank-heat-pump-outside.xml,1757.89,144.0,1229.63,0.0,1373.63,144.0,240.26,384.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 -base-dhw-tank-heat-pump-uef.xml,1627.02,144.0,1047.5,0.0,1191.5,144.0,291.52,435.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 -base-dhw-tank-heat-pump-with-solar-fraction.xml,1564.71,144.0,1022.16,0.0,1166.16,144.0,254.55,398.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 -base-dhw-tank-heat-pump-with-solar.xml,1575.35,144.0,1044.31,0.0,1188.31,144.0,243.04,387.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 -base-dhw-tank-heat-pump.xml,1659.84,144.0,1090.05,0.0,1234.05,144.0,281.79,425.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 -base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml,1833.34,144.0,1298.86,0.0,1442.86,144.0,246.48,390.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 -base-dhw-tank-model-type-stratified.xml,1822.83,144.0,1294.71,0.0,1438.71,144.0,240.12,384.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 -base-dhw-tank-oil.xml,2050.64,144.0,990.12,0.0,1134.12,144.0,238.21,382.21,0.0,534.31,534.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 -base-dhw-tank-wood.xml,1745.49,144.0,990.12,0.0,1134.12,144.0,238.21,382.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,229.16,229.16,0.0,0.0,0.0,0.0,0.0,0.0 -base-dhw-tankless-detailed-setpoints.xml,1629.01,144.0,982.4,0.0,1126.4,144.0,358.61,502.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 -base-dhw-tankless-electric-outside.xml,1850.98,144.0,1322.72,0.0,1466.72,144.0,240.26,384.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 -base-dhw-tankless-electric-uef.xml,1847.14,144.0,1318.88,0.0,1462.88,144.0,240.26,384.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 -base-dhw-tankless-electric.xml,1850.98,144.0,1322.72,0.0,1466.72,144.0,240.26,384.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 -base-dhw-tankless-gas-uef.xml,1613.01,144.0,982.4,0.0,1126.4,144.0,342.61,486.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 -base-dhw-tankless-gas-with-solar-fraction.xml,1552.17,144.0,982.4,0.0,1126.4,144.0,281.77,425.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 -base-dhw-tankless-gas-with-solar.xml,1539.18,144.0,998.19,0.0,1142.19,144.0,252.99,396.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 -base-dhw-tankless-gas.xml,1629.26,144.0,982.4,0.0,1126.4,144.0,358.86,502.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 -base-dhw-tankless-propane.xml,1814.55,144.0,982.4,0.0,1126.4,144.0,240.26,384.26,0.0,0.0,0.0,0.0,303.89,303.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 -base-enclosure-2stories-garage.xml,2049.23,144.0,1499.36,0.0,1643.36,144.0,261.87,405.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 -base-enclosure-2stories.xml,2220.34,144.0,1620.87,0.0,1764.87,144.0,311.47,455.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 -base-enclosure-beds-1.xml,1665.01,144.0,1120.06,0.0,1264.06,144.0,256.95,400.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 -base-enclosure-beds-2.xml,1753.35,144.0,1218.98,0.0,1362.98,144.0,246.37,390.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 -base-enclosure-beds-4.xml,1923.97,144.0,1410.47,0.0,1554.47,144.0,225.5,369.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 -base-enclosure-beds-5.xml,2008.18,144.0,1504.94,0.0,1648.94,144.0,215.24,359.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 -base-enclosure-ceilingtypes.xml,2023.18,144.0,1334.19,0.0,1478.19,144.0,400.99,544.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 -base-enclosure-floortypes.xml,1761.66,144.0,1073.61,0.0,1217.61,144.0,400.05,544.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 -base-enclosure-garage.xml,1808.8,144.0,1267.33,0.0,1411.33,144.0,253.47,397.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 -base-enclosure-infil-ach-house-pressure.xml,1839.18,144.0,1315.31,0.0,1459.31,144.0,235.87,379.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 -base-enclosure-infil-cfm-house-pressure.xml,1839.18,144.0,1315.31,0.0,1459.31,144.0,235.87,379.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 -base-enclosure-infil-cfm50.xml,1839.18,144.0,1315.31,0.0,1459.31,144.0,235.87,379.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 -base-enclosure-infil-ela.xml,1920.43,144.0,1315.78,0.0,1459.78,144.0,316.65,460.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 -base-enclosure-infil-flue.xml,1854.08,144.0,1315.28,0.0,1459.28,144.0,250.8,394.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 -base-enclosure-infil-natural-ach.xml,1920.43,144.0,1315.78,0.0,1459.78,144.0,316.65,460.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 -base-enclosure-infil-natural-cfm.xml,1920.43,144.0,1315.78,0.0,1459.78,144.0,316.65,460.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 -base-enclosure-orientations.xml,1840.92,144.0,1314.43,0.0,1458.43,144.0,238.49,382.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 -base-enclosure-overhangs.xml,1836.14,144.0,1309.15,0.0,1453.15,144.0,238.99,382.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 -base-enclosure-rooftypes.xml,1834.2,144.0,1309.42,0.0,1453.42,144.0,236.78,380.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 -base-enclosure-skylights-physical-properties.xml,1894.0,144.0,1355.16,0.0,1499.16,144.0,250.84,394.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 -base-enclosure-skylights-shading.xml,1852.38,144.0,1316.94,0.0,1460.94,144.0,247.44,391.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 -base-enclosure-skylights-storms.xml,1864.05,144.0,1342.72,0.0,1486.72,144.0,233.33,377.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 -base-enclosure-skylights.xml,1864.01,144.0,1346.36,0.0,1490.36,144.0,229.65,373.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 -base-enclosure-split-level.xml,1481.71,144.0,1077.41,0.0,1221.41,144.0,116.3,260.3,0.0,0.0,0.0,0.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,1835.8,144.0,1313.61,0.0,1457.61,144.0,234.19,378.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 -base-enclosure-walltypes.xml,1981.97,144.0,1267.02,0.0,1411.02,144.0,426.95,570.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 -base-enclosure-windows-natural-ventilation-availability.xml,1804.03,144.0,1279.4,0.0,1423.4,144.0,236.63,380.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 -base-enclosure-windows-none.xml,1792.7,144.0,1241.27,0.0,1385.27,144.0,263.43,407.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 -base-enclosure-windows-physical-properties.xml,1924.65,144.0,1319.43,0.0,1463.43,144.0,317.22,461.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 -base-enclosure-windows-shading-seasons.xml,1839.14,144.0,1316.39,0.0,1460.39,144.0,234.75,378.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 -base-enclosure-windows-shading.xml,1771.93,144.0,1225.8,0.0,1369.8,144.0,258.13,402.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 -base-enclosure-windows-storms.xml,1834.42,144.0,1294.24,0.0,1438.24,144.0,252.18,396.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 -base-foundation-ambient.xml,1579.97,144.0,1108.42,0.0,1252.42,144.0,183.55,327.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 -base-foundation-basement-garage.xml,1692.09,144.0,1194.79,0.0,1338.79,144.0,209.3,353.3,0.0,0.0,0.0,0.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-belly-wing-no-skirt.xml,1574.91,144.0,1074.99,0.0,1218.99,144.0,211.92,355.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 -base-foundation-belly-wing-skirt.xml,1571.18,144.0,1075.28,0.0,1219.28,144.0,207.9,351.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 -base-foundation-complex.xml,2076.94,144.0,1362.6,0.0,1506.6,144.0,426.34,570.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 -base-foundation-conditioned-basement-slab-insulation-full.xml,1824.64,144.0,1334.86,0.0,1478.86,144.0,201.78,345.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 -base-foundation-conditioned-basement-slab-insulation.xml,1832.62,144.0,1322.86,0.0,1466.86,144.0,221.76,365.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 -base-foundation-conditioned-basement-wall-insulation.xml,1814.61,144.0,1298.7,0.0,1442.7,144.0,227.91,371.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 -base-foundation-conditioned-crawlspace.xml,1537.06,144.0,1058.37,0.0,1202.37,144.0,190.69,334.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 -base-foundation-multiple.xml,1510.34,144.0,1087.84,0.0,1231.84,144.0,134.5,278.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 -base-foundation-slab.xml,1469.76,144.0,1072.3,0.0,1216.3,144.0,109.46,253.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 -base-foundation-unconditioned-basement-above-grade.xml,1526.28,144.0,1092.79,0.0,1236.79,144.0,145.49,289.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 -base-foundation-unconditioned-basement-assembly-r.xml,1482.46,144.0,1071.22,0.0,1215.22,144.0,123.24,267.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 -base-foundation-unconditioned-basement-wall-insulation.xml,1554.87,144.0,1059.04,0.0,1203.04,144.0,207.83,351.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 -base-foundation-unconditioned-basement.xml,1511.92,144.0,1088.97,0.0,1232.97,144.0,134.95,278.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 -base-foundation-unvented-crawlspace.xml,1491.96,144.0,1092.72,0.0,1236.72,144.0,111.24,255.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 -base-foundation-vented-crawlspace-above-grade.xml,1515.82,144.0,1096.59,0.0,1240.59,144.0,131.23,275.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 -base-foundation-vented-crawlspace.xml,1510.65,144.0,1090.66,0.0,1234.66,144.0,131.99,275.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 -base-foundation-walkout-basement.xml,1912.39,144.0,1329.04,0.0,1473.04,144.0,295.35,439.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 -base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml,1417.99,144.0,1273.99,0.0,1417.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 -base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml,1815.07,144.0,1671.07,0.0,1815.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 -base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,1677.51,144.0,1533.51,0.0,1677.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 -base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,1813.9,144.0,1669.9,0.0,1813.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 -base-hvac-air-to-air-heat-pump-1-speed-seer2-hspf2.xml,1817.23,144.0,1673.23,0.0,1817.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 -base-hvac-air-to-air-heat-pump-1-speed.xml,1815.07,144.0,1671.07,0.0,1815.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 -base-hvac-air-to-air-heat-pump-2-speed.xml,1666.08,144.0,1522.08,0.0,1666.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 -base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml,1866.34,144.0,1420.34,0.0,1564.34,144.0,158.0,302.0,0.0,0.0,0.0,0.0,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,1868.36,144.0,1378.64,0.0,1522.64,144.0,201.72,345.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 -base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml,1870.14,144.0,1424.09,0.0,1568.09,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 -base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml,1873.53,144.0,1429.2,0.0,1573.2,144.0,156.33,300.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 -base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-autosize.xml,1714.53,144.0,1570.53,0.0,1714.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 -base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-heating-only.xml,1701.83,144.0,1557.83,0.0,1701.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 -base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-normalized-capacities.xml,1699.83,144.0,1555.83,0.0,1699.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 -base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-other-temperatures.xml,1980.6,144.0,1836.6,0.0,1980.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 -base-hvac-air-to-air-heat-pump-var-speed-detailed-performance.xml,1698.31,144.0,1554.31,0.0,1698.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 -base-hvac-air-to-air-heat-pump-var-speed.xml,1644.71,144.0,1500.71,0.0,1644.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 -base-hvac-autosize-sizing-controls.xml,1926.22,144.0,1569.04,0.0,1713.04,144.0,69.18,213.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 -base-hvac-autosize.xml,1851.63,144.0,1320.19,0.0,1464.19,144.0,243.44,387.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 -base-hvac-boiler-coal-only.xml,1547.28,144.0,1119.54,0.0,1263.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,283.74,283.74 -base-hvac-boiler-elec-only.xml,1914.77,144.0,1770.77,0.0,1914.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 -base-hvac-boiler-gas-central-ac-1-speed.xml,1814.47,144.0,1323.08,0.0,1467.08,144.0,203.39,347.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 -base-hvac-boiler-gas-only-pilot.xml,1658.12,144.0,1116.15,0.0,1260.15,144.0,253.97,397.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 -base-hvac-boiler-gas-only.xml,1605.45,144.0,1116.15,0.0,1260.15,144.0,201.3,345.3,0.0,0.0,0.0,0.0,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,1925.12,144.0,1119.54,0.0,1263.54,0.0,0.0,0.0,0.0,661.58,661.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 -base-hvac-boiler-propane-only.xml,1775.73,144.0,1115.36,0.0,1259.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,516.37,516.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 -base-hvac-boiler-wood-only.xml,1544.71,144.0,1115.36,0.0,1259.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,285.35,285.35,0.0,0.0,0.0,0.0,0.0,0.0 -base-hvac-central-ac-only-1-speed-seer2.xml,1458.08,144.0,1314.08,0.0,1458.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 -base-hvac-central-ac-only-1-speed.xml,1458.56,144.0,1314.56,0.0,1458.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 -base-hvac-central-ac-only-2-speed.xml,1398.66,144.0,1254.66,0.0,1398.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 -base-hvac-central-ac-only-var-speed-detailed-performance-autosize.xml,1424.95,144.0,1280.95,0.0,1424.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 -base-hvac-central-ac-only-var-speed-detailed-performance.xml,1381.34,144.0,1237.34,0.0,1381.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 -base-hvac-central-ac-only-var-speed.xml,1367.86,144.0,1223.86,0.0,1367.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 -base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,1888.27,144.0,1744.27,0.0,1888.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 +base-dhw-indirect-outside.xml,1444.5,144.0,784.24,0.0,928.24,144.0,372.26,516.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 +base-dhw-indirect-standbyloss.xml,1432.21,144.0,784.32,0.0,928.32,144.0,359.89,503.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 +base-dhw-indirect-with-solar-fraction.xml,1346.98,144.0,784.44,0.0,928.44,144.0,274.54,418.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 +base-dhw-indirect.xml,1429.67,144.0,784.35,0.0,928.35,144.0,357.32,501.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 +base-dhw-jacket-electric.xml,1834.96,144.0,1294.38,0.0,1438.38,144.0,252.58,396.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 +base-dhw-jacket-gas.xml,1674.49,144.0,979.25,0.0,1123.25,144.0,407.24,551.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 +base-dhw-jacket-hpwh.xml,1663.3,144.0,1077.61,0.0,1221.61,144.0,297.69,441.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 +base-dhw-jacket-indirect.xml,1427.52,144.0,784.37,0.0,928.37,144.0,355.15,499.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 +base-dhw-low-flow-fixtures.xml,1836.49,144.0,1298.22,0.0,1442.22,144.0,250.27,394.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 +base-dhw-multiple.xml,1404.47,144.0,855.15,0.0,999.15,144.0,261.32,405.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 +base-dhw-none.xml,1434.67,144.0,891.29,0.0,1035.29,144.0,255.38,399.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 +base-dhw-recirc-demand-scheduled.xml,1842.79,144.0,1304.52,0.0,1448.52,144.0,250.27,394.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 +base-dhw-recirc-demand.xml,1842.79,144.0,1304.52,0.0,1448.52,144.0,250.27,394.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 +base-dhw-recirc-manual.xml,1827.38,144.0,1289.11,0.0,1433.11,144.0,250.27,394.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 +base-dhw-recirc-nocontrol.xml,2383.35,144.0,1845.08,0.0,1989.08,144.0,250.27,394.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 +base-dhw-recirc-temperature.xml,2205.33,144.0,1667.06,0.0,1811.06,144.0,250.27,394.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 +base-dhw-recirc-timer.xml,2383.35,144.0,1845.08,0.0,1989.08,144.0,250.27,394.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 +base-dhw-solar-direct-evacuated-tube.xml,1631.3,144.0,1093.03,0.0,1237.03,144.0,250.27,394.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 +base-dhw-solar-direct-flat-plate.xml,1578.73,144.0,1040.56,0.0,1184.56,144.0,250.17,394.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 +base-dhw-solar-direct-ics.xml,1634.01,144.0,1095.74,0.0,1239.74,144.0,250.27,394.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 +base-dhw-solar-fraction.xml,1631.17,144.0,1090.01,0.0,1234.01,144.0,253.16,397.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 +base-dhw-solar-indirect-flat-plate.xml,1577.98,144.0,1043.64,0.0,1187.64,144.0,246.34,390.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 +base-dhw-solar-thermosyphon-flat-plate.xml,1568.16,144.0,1029.98,0.0,1173.98,144.0,250.18,394.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 +base-dhw-tank-coal.xml,1750.89,144.0,981.13,0.0,1125.13,144.0,252.57,396.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,229.19,229.19 +base-dhw-tank-detailed-setpoints.xml,1844.16,144.0,1305.96,0.0,1449.96,144.0,250.2,394.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 +base-dhw-tank-elec-uef.xml,1846.91,144.0,1309.19,0.0,1453.19,144.0,249.72,393.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 +base-dhw-tank-gas-outside.xml,1696.52,144.0,973.59,0.0,1117.59,144.0,434.93,578.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 +base-dhw-tank-gas-uef-fhr.xml,1679.18,144.0,979.81,0.0,1123.81,144.0,411.37,555.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 +base-dhw-tank-gas-uef.xml,1679.18,144.0,979.81,0.0,1123.81,144.0,411.37,555.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 +base-dhw-tank-gas.xml,1683.57,144.0,981.13,0.0,1125.13,144.0,414.44,558.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 +base-dhw-tank-heat-pump-detailed-schedules.xml,1640.55,144.0,1046.45,0.0,1190.45,144.0,306.1,450.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 +base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml,1634.31,144.0,1039.73,0.0,1183.73,144.0,306.58,450.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 +base-dhw-tank-heat-pump-outside.xml,1762.9,144.0,1220.2,0.0,1364.2,144.0,254.7,398.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 +base-dhw-tank-heat-pump-uef.xml,1634.31,144.0,1039.73,0.0,1183.73,144.0,306.58,450.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 +base-dhw-tank-heat-pump-with-solar-fraction.xml,1571.02,144.0,1013.75,0.0,1157.75,144.0,269.27,413.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 +base-dhw-tank-heat-pump-with-solar.xml,1581.1,144.0,1035.86,0.0,1179.86,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 +base-dhw-tank-heat-pump.xml,1667.09,144.0,1082.4,0.0,1226.4,144.0,296.69,440.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 +base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml,1823.83,144.0,1288.2,0.0,1432.2,144.0,247.63,391.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 +base-dhw-tank-model-type-stratified.xml,1828.31,144.0,1285.75,0.0,1429.75,144.0,254.56,398.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 +base-dhw-tank-oil.xml,2056.1,144.0,981.13,0.0,1125.13,144.0,252.57,396.57,0.0,534.4,534.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 +base-dhw-tank-wood.xml,1750.89,144.0,981.13,0.0,1125.13,144.0,252.57,396.57,0.0,0.0,0.0,0.0,0.0,0.0,0.0,229.19,229.19,0.0,0.0,0.0,0.0,0.0,0.0 +base-dhw-tankless-detailed-setpoints.xml,1634.58,144.0,973.59,0.0,1117.59,144.0,372.99,516.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 +base-dhw-tankless-electric-outside.xml,1856.45,144.0,1313.75,0.0,1457.75,144.0,254.7,398.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 +base-dhw-tankless-electric-uef.xml,1852.61,144.0,1309.91,0.0,1453.91,144.0,254.7,398.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 +base-dhw-tankless-electric.xml,1856.45,144.0,1313.75,0.0,1457.75,144.0,254.7,398.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 +base-dhw-tankless-gas-uef.xml,1618.59,144.0,973.59,0.0,1117.59,144.0,357.0,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 +base-dhw-tankless-gas-with-solar-fraction.xml,1557.78,144.0,973.59,0.0,1117.59,144.0,296.19,440.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 +base-dhw-tankless-gas-with-solar.xml,1544.39,144.0,989.2,0.0,1133.2,144.0,267.19,411.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 +base-dhw-tankless-gas.xml,1634.84,144.0,973.59,0.0,1117.59,144.0,373.25,517.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 +base-dhw-tankless-propane.xml,1820.04,144.0,973.59,0.0,1117.59,144.0,254.7,398.7,0.0,0.0,0.0,0.0,303.75,303.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +base-enclosure-2stories-garage.xml,2052.45,144.0,1489.52,0.0,1633.52,144.0,274.93,418.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 +base-enclosure-2stories.xml,2225.43,144.0,1610.98,0.0,1754.98,144.0,326.45,470.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 +base-enclosure-beds-1.xml,1668.25,144.0,1113.89,0.0,1257.89,144.0,266.36,410.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 +base-enclosure-beds-2.xml,1757.76,144.0,1211.47,0.0,1355.47,144.0,258.29,402.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 +base-enclosure-beds-4.xml,1930.24,144.0,1399.9,0.0,1543.9,144.0,242.34,386.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 +base-enclosure-beds-5.xml,2015.2,144.0,1492.74,0.0,1636.74,144.0,234.46,378.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 +base-enclosure-ceilingtypes.xml,2028.45,144.0,1325.41,0.0,1469.41,144.0,415.04,559.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 +base-enclosure-floortypes.xml,1765.93,144.0,1065.7,0.0,1209.7,144.0,412.23,556.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 +base-enclosure-garage.xml,1801.17,144.0,1246.4,0.0,1390.4,144.0,266.77,410.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 +base-enclosure-infil-ach-house-pressure.xml,1844.59,144.0,1306.32,0.0,1450.32,144.0,250.27,394.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 +base-enclosure-infil-cfm-house-pressure.xml,1844.59,144.0,1306.32,0.0,1450.32,144.0,250.27,394.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 +base-enclosure-infil-cfm50.xml,1844.59,144.0,1306.32,0.0,1450.32,144.0,250.27,394.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 +base-enclosure-infil-ela.xml,1926.5,144.0,1307.25,0.0,1451.25,144.0,331.25,475.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 +base-enclosure-infil-flue.xml,1859.62,144.0,1306.37,0.0,1450.37,144.0,265.25,409.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 +base-enclosure-infil-natural-ach.xml,1926.5,144.0,1307.25,0.0,1451.25,144.0,331.25,475.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 +base-enclosure-infil-natural-cfm.xml,1926.5,144.0,1307.25,0.0,1451.25,144.0,331.25,475.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 +base-enclosure-orientations.xml,1846.36,144.0,1305.45,0.0,1449.45,144.0,252.91,396.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 +base-enclosure-overhangs.xml,1841.76,144.0,1300.32,0.0,1444.32,144.0,253.44,397.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 +base-enclosure-rooftypes.xml,1839.72,144.0,1300.54,0.0,1444.54,144.0,251.18,395.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 +base-enclosure-skylights-physical-properties.xml,1898.76,144.0,1345.78,0.0,1489.78,144.0,264.98,408.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 +base-enclosure-skylights-shading.xml,1857.85,144.0,1308.04,0.0,1452.04,144.0,261.81,405.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 +base-enclosure-skylights-storms.xml,1868.79,144.0,1333.32,0.0,1477.32,144.0,247.47,391.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 +base-enclosure-skylights.xml,1868.63,144.0,1336.88,0.0,1480.88,144.0,243.75,387.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 +base-enclosure-split-level.xml,1481.18,144.0,1068.52,0.0,1212.52,144.0,124.66,268.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 +base-enclosure-thermal-mass.xml,1841.0,144.0,1304.3,0.0,1448.3,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 +base-enclosure-walltypes.xml,1990.8,144.0,1260.66,0.0,1404.66,144.0,442.14,586.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-enclosure-windows-natural-ventilation-availability.xml,1806.3,144.0,1267.23,0.0,1411.23,144.0,251.07,395.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 +base-enclosure-windows-none.xml,1802.47,144.0,1235.73,0.0,1379.73,144.0,278.74,422.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 +base-enclosure-windows-physical-properties.xml,1930.89,144.0,1311.18,0.0,1455.18,144.0,331.71,475.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 +base-enclosure-windows-shading-seasons.xml,1844.51,144.0,1307.33,0.0,1451.33,144.0,249.18,393.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 +base-enclosure-windows-shading.xml,1779.11,144.0,1218.05,0.0,1362.05,144.0,273.06,417.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 +base-enclosure-windows-storms.xml,1840.38,144.0,1285.47,0.0,1429.47,144.0,266.91,410.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 +base-foundation-ambient.xml,1582.2,144.0,1100.2,0.0,1244.2,144.0,194.0,338.0,0.0,0.0,0.0,0.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,1694.81,144.0,1184.82,0.0,1328.82,144.0,221.99,365.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 +base-foundation-belly-wing-no-skirt.xml,1579.15,144.0,1067.0,0.0,1211.0,144.0,224.15,368.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 +base-foundation-belly-wing-skirt.xml,1575.35,144.0,1067.28,0.0,1211.28,144.0,220.07,364.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 +base-foundation-complex.xml,2082.77,144.0,1353.78,0.0,1497.78,144.0,440.99,584.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 +base-foundation-conditioned-basement-slab-insulation-full.xml,1828.8,144.0,1324.99,0.0,1468.99,144.0,215.81,359.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 +base-foundation-conditioned-basement-slab-insulation.xml,1837.65,144.0,1313.66,0.0,1457.66,144.0,235.99,379.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 +base-foundation-conditioned-basement-wall-insulation.xml,1820.63,144.0,1290.67,0.0,1434.67,144.0,241.96,385.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 +base-foundation-conditioned-crawlspace.xml,1535.94,144.0,1047.8,0.0,1191.8,144.0,200.14,344.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-foundation-multiple.xml,1500.29,144.0,1068.82,0.0,1212.82,144.0,143.47,287.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 +base-foundation-slab.xml,1469.07,144.0,1063.41,0.0,1207.41,144.0,117.66,261.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 +base-foundation-unconditioned-basement-above-grade.xml,1514.2,144.0,1071.5,0.0,1215.5,144.0,154.7,298.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 +base-foundation-unconditioned-basement-assembly-r.xml,1470.71,144.0,1050.53,0.0,1194.53,144.0,132.18,276.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 +base-foundation-unconditioned-basement-wall-insulation.xml,1553.46,144.0,1047.54,0.0,1191.54,144.0,217.92,361.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 +base-foundation-unconditioned-basement.xml,1500.91,144.0,1068.93,0.0,1212.93,144.0,143.98,287.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 +base-foundation-unvented-crawlspace.xml,1492.03,144.0,1084.31,0.0,1228.31,144.0,119.72,263.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 +base-foundation-vented-crawlspace-above-grade.xml,1516.39,144.0,1088.06,0.0,1232.06,144.0,140.33,284.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 +base-foundation-vented-crawlspace.xml,1511.49,144.0,1082.35,0.0,1226.35,144.0,141.14,285.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-foundation-walkout-basement.xml,1917.39,144.0,1319.49,0.0,1463.49,144.0,309.9,453.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 +base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml,1401.79,144.0,1257.79,0.0,1401.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 +base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml,1825.26,144.0,1681.26,0.0,1825.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 +base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,1697.47,144.0,1553.47,0.0,1697.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 +base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,1820.26,144.0,1676.26,0.0,1820.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 +base-hvac-air-to-air-heat-pump-1-speed-seer2-hspf2.xml,1827.57,144.0,1683.57,0.0,1827.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 +base-hvac-air-to-air-heat-pump-1-speed.xml,1825.26,144.0,1681.26,0.0,1825.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 +base-hvac-air-to-air-heat-pump-2-speed.xml,1672.21,144.0,1528.21,0.0,1672.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 +base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml,1873.99,144.0,1423.13,0.0,1567.13,144.0,162.86,306.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 +base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml,1875.17,144.0,1380.39,0.0,1524.39,144.0,206.78,350.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 +base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml,1877.96,144.0,1427.05,0.0,1571.05,144.0,162.91,306.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 +base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml,1882.36,144.0,1432.84,0.0,1576.84,144.0,161.52,305.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 +base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-autosize.xml,1722.97,144.0,1578.97,0.0,1722.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 +base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-heating-only.xml,1709.04,144.0,1565.04,0.0,1709.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 +base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-normalized-capacities.xml,1707.47,144.0,1563.47,0.0,1707.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 +base-hvac-air-to-air-heat-pump-var-speed-detailed-performance-other-temperatures.xml,1997.4,144.0,1853.4,0.0,1997.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 +base-hvac-air-to-air-heat-pump-var-speed-detailed-performance.xml,1705.99,144.0,1561.99,0.0,1705.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 +base-hvac-air-to-air-heat-pump-var-speed.xml,1652.84,144.0,1508.84,0.0,1652.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 +base-hvac-autosize-sizing-controls.xml,1921.84,144.0,1551.37,0.0,1695.37,144.0,82.47,226.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 +base-hvac-autosize.xml,1857.41,144.0,1311.19,0.0,1455.19,144.0,258.22,402.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 +base-hvac-boiler-coal-only.xml,1563.0,144.0,1117.83,0.0,1261.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,301.17,301.17 +base-hvac-boiler-elec-only.xml,1953.05,144.0,1809.05,0.0,1953.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 +base-hvac-boiler-gas-central-ac-1-speed.xml,1816.7,144.0,1313.12,0.0,1457.12,144.0,215.58,359.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 +base-hvac-boiler-gas-only-pilot.xml,1668.39,144.0,1114.22,0.0,1258.22,144.0,266.17,410.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 +base-hvac-boiler-gas-only.xml,1615.89,144.0,1114.22,0.0,1258.22,144.0,213.67,357.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 +base-hvac-boiler-oil-only.xml,1964.06,144.0,1117.83,0.0,1261.83,0.0,0.0,0.0,0.0,702.23,702.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 +base-hvac-boiler-propane-only.xml,1805.47,144.0,1113.38,0.0,1257.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,548.09,548.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +base-hvac-boiler-wood-only.xml,1560.25,144.0,1113.38,0.0,1257.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,302.87,302.87,0.0,0.0,0.0,0.0,0.0,0.0 +base-hvac-central-ac-only-1-speed-seer2.xml,1441.64,144.0,1297.64,0.0,1441.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 +base-hvac-central-ac-only-1-speed.xml,1442.1,144.0,1298.1,0.0,1442.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 +base-hvac-central-ac-only-2-speed.xml,1384.17,144.0,1240.17,0.0,1384.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 +base-hvac-central-ac-only-var-speed-detailed-performance-autosize.xml,1411.04,144.0,1267.04,0.0,1411.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 +base-hvac-central-ac-only-var-speed-detailed-performance.xml,1367.62,144.0,1223.62,0.0,1367.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 +base-hvac-central-ac-only-var-speed.xml,1354.61,144.0,1210.61,0.0,1354.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 +base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,1899.82,144.0,1755.82,0.0,1899.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 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 -base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,1922.29,144.0,1521.45,0.0,1665.45,144.0,112.84,256.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 -base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,1925.44,144.0,1484.83,0.0,1628.83,144.0,152.61,296.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 -base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml,1819.04,144.0,1374.19,0.0,1518.19,144.0,156.85,300.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 -base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml,1804.62,144.0,1358.4,0.0,1502.4,144.0,158.22,302.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 -base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml,1728.24,144.0,1319.27,0.0,1463.27,144.0,120.97,264.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 -base-hvac-ducts-area-fractions.xml,2480.44,144.0,1707.55,0.0,1851.55,144.0,484.89,628.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 -base-hvac-ducts-area-multipliers.xml,1827.76,144.0,1310.67,0.0,1454.67,144.0,229.09,373.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 -base-hvac-ducts-buried.xml,1804.2,144.0,1301.97,0.0,1445.97,144.0,214.23,358.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 -base-hvac-ducts-defaults.xml,1924.76,144.0,1486.85,0.0,1630.85,144.0,149.91,293.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 -base-hvac-ducts-effective-rvalue.xml,1839.12,144.0,1315.29,0.0,1459.29,144.0,235.83,379.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 -base-hvac-ducts-leakage-cfm50.xml,1830.24,144.0,1311.24,0.0,1455.24,144.0,231.0,375.0,0.0,0.0,0.0,0.0,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,1857.15,144.0,1322.53,0.0,1466.53,144.0,246.62,390.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 -base-hvac-elec-resistance-only.xml,1842.97,144.0,1698.97,0.0,1842.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 -base-hvac-evap-cooler-furnace-gas.xml,1694.69,144.0,1164.46,0.0,1308.46,144.0,242.23,386.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 -base-hvac-evap-cooler-only-ducted.xml,1290.62,144.0,1146.62,0.0,1290.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 -base-hvac-evap-cooler-only.xml,1287.46,144.0,1143.46,0.0,1287.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 -base-hvac-fireplace-wood-only.xml,1574.96,144.0,1110.9,0.0,1254.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,320.06,320.06,0.0,0.0,0.0,0.0,0.0,0.0 -base-hvac-floor-furnace-propane-only.xml,1969.03,144.0,1110.9,0.0,1254.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,714.13,714.13,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 -base-hvac-furnace-coal-only.xml,1615.94,144.0,1132.46,0.0,1276.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,339.48,339.48 -base-hvac-furnace-elec-central-ac-1-speed.xml,2211.12,144.0,2067.12,0.0,2211.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 -base-hvac-furnace-elec-only.xml,2056.22,144.0,1912.22,0.0,2056.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 -base-hvac-furnace-gas-central-ac-2-speed.xml,1791.31,144.0,1267.44,0.0,1411.44,144.0,235.87,379.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 -base-hvac-furnace-gas-central-ac-var-speed.xml,1761.88,144.0,1238.01,0.0,1382.01,144.0,235.87,379.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 -base-hvac-furnace-gas-only-detailed-setpoints.xml,1486.47,144.0,1119.45,0.0,1263.45,144.0,79.02,223.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 -base-hvac-furnace-gas-only-pilot.xml,1712.21,144.0,1132.46,0.0,1276.46,144.0,291.75,435.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 -base-hvac-furnace-gas-only.xml,1660.21,144.0,1132.46,0.0,1276.46,144.0,239.75,383.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 -base-hvac-furnace-gas-room-ac.xml,1865.62,144.0,1335.39,0.0,1479.39,144.0,242.23,386.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 -base-hvac-furnace-oil-only.xml,2068.01,144.0,1132.46,0.0,1276.46,0.0,0.0,0.0,0.0,791.55,791.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 -base-hvac-furnace-propane-only.xml,1890.8,144.0,1132.46,0.0,1276.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,614.34,614.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 -base-hvac-furnace-wood-only.xml,1615.94,144.0,1132.46,0.0,1276.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,339.48,339.48,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,1929.11,144.0,1524.89,0.0,1668.89,144.0,116.22,260.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 +base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,1931.09,144.0,1485.6,0.0,1629.6,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 +base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml,1823.01,144.0,1373.26,0.0,1517.26,144.0,161.75,305.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 +base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml,1809.75,144.0,1358.67,0.0,1502.67,144.0,163.08,307.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 +base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml,1731.8,144.0,1318.17,0.0,1462.17,144.0,125.63,269.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 +base-hvac-ducts-area-fractions.xml,2490.59,144.0,1696.87,0.0,1840.87,144.0,505.72,649.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 +base-hvac-ducts-area-multipliers.xml,1832.83,144.0,1301.74,0.0,1445.74,144.0,243.09,387.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 +base-hvac-ducts-buried.xml,1808.51,144.0,1293.01,0.0,1437.01,144.0,227.5,371.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 +base-hvac-ducts-defaults.xml,1933.76,144.0,1486.45,0.0,1630.45,144.0,159.31,303.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 +base-hvac-ducts-effective-rvalue.xml,1844.53,144.0,1306.3,0.0,1450.3,144.0,250.23,394.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 +base-hvac-ducts-leakage-cfm50.xml,1835.48,144.0,1302.35,0.0,1446.35,144.0,245.13,389.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 +base-hvac-ducts-leakage-percent.xml,1863.06,144.0,1313.48,0.0,1457.48,144.0,261.58,405.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 +base-hvac-elec-resistance-only.xml,1878.55,144.0,1734.55,0.0,1878.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 +base-hvac-evap-cooler-furnace-gas.xml,1704.87,144.0,1159.95,0.0,1303.95,144.0,256.92,400.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 +base-hvac-evap-cooler-only-ducted.xml,1278.63,144.0,1134.63,0.0,1278.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 +base-hvac-evap-cooler-only.xml,1275.5,144.0,1131.5,0.0,1275.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 +base-hvac-fireplace-wood-only.xml,1592.06,144.0,1108.53,0.0,1252.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,339.53,339.53,0.0,0.0,0.0,0.0,0.0,0.0 +base-hvac-floor-furnace-propane-only.xml,2001.42,144.0,1108.53,0.0,1252.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,748.89,748.89,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +base-hvac-furnace-coal-only.xml,1636.18,144.0,1131.54,0.0,1275.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,360.64,360.64 +base-hvac-furnace-elec-central-ac-1-speed.xml,2248.02,144.0,2104.02,0.0,2248.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 +base-hvac-furnace-elec-only.xml,2103.88,144.0,1959.88,0.0,2103.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 +base-hvac-furnace-gas-central-ac-2-speed.xml,1798.3,144.0,1260.03,0.0,1404.03,144.0,250.27,394.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 +base-hvac-furnace-gas-central-ac-var-speed.xml,1770.01,144.0,1231.74,0.0,1375.74,144.0,250.27,394.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 +base-hvac-furnace-gas-only-detailed-setpoints.xml,1490.84,144.0,1112.79,0.0,1256.79,144.0,90.05,234.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 +base-hvac-furnace-gas-only-pilot.xml,1726.0,144.0,1131.54,0.0,1275.54,144.0,306.46,450.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 +base-hvac-furnace-gas-only.xml,1674.23,144.0,1131.54,0.0,1275.54,144.0,254.69,398.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 +base-hvac-furnace-gas-room-ac.xml,1870.34,144.0,1325.42,0.0,1469.42,144.0,256.92,400.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 +base-hvac-furnace-oil-only.xml,2116.41,144.0,1131.54,0.0,1275.54,0.0,0.0,0.0,0.0,840.87,840.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 +base-hvac-furnace-propane-only.xml,1928.15,144.0,1131.54,0.0,1275.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,652.61,652.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +base-hvac-furnace-wood-only.xml,1636.18,144.0,1131.54,0.0,1275.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,360.64,360.64,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 -base-hvac-ground-to-air-heat-pump-cooling-only.xml,1399.66,144.0,1255.66,0.0,1399.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 -base-hvac-ground-to-air-heat-pump-detailed-geothermal-loop.xml,1644.54,144.0,1500.54,0.0,1644.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 -base-hvac-ground-to-air-heat-pump-heating-only.xml,1490.45,144.0,1346.45,0.0,1490.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 -base-hvac-ground-to-air-heat-pump.xml,1623.32,144.0,1479.32,0.0,1623.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 -base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml,1928.51,144.0,1784.51,0.0,1928.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 -base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml,1762.82,144.0,1618.82,0.0,1762.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 -base-hvac-install-quality-air-to-air-heat-pump-var-speed-detailed-performance.xml,1822.07,144.0,1678.07,0.0,1822.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 -base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml,1757.32,144.0,1613.32,0.0,1757.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 -base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml,1881.0,144.0,1344.7,0.0,1488.7,144.0,248.3,392.3,0.0,0.0,0.0,0.0,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,1825.44,144.0,1289.14,0.0,1433.14,144.0,248.3,392.3,0.0,0.0,0.0,0.0,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,1797.25,144.0,1260.95,0.0,1404.95,144.0,248.3,392.3,0.0,0.0,0.0,0.0,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,1671.13,144.0,1127.65,0.0,1271.65,144.0,255.48,399.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 -base-hvac-install-quality-ground-to-air-heat-pump.xml,1704.26,144.0,1560.26,0.0,1704.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 -base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml,1387.05,144.0,1243.05,0.0,1387.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 -base-hvac-install-quality-mini-split-heat-pump-ducted.xml,1662.89,144.0,1518.89,0.0,1662.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 -base-hvac-mini-split-air-conditioner-only-ducted.xml,1362.71,144.0,1218.71,0.0,1362.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 -base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance-autosize.xml,1378.23,144.0,1234.23,0.0,1378.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 -base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance.xml,1352.43,144.0,1208.43,0.0,1352.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 -base-hvac-mini-split-air-conditioner-only-ductless.xml,1366.2,144.0,1222.2,0.0,1366.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 -base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,1335.72,144.0,1191.72,0.0,1335.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 -base-hvac-mini-split-heat-pump-ducted-detailed-performance-autosize.xml,1650.41,144.0,1506.41,0.0,1650.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 -base-hvac-mini-split-heat-pump-ducted-detailed-performance.xml,1628.54,144.0,1484.54,0.0,1628.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 -base-hvac-mini-split-heat-pump-ducted-heating-only.xml,1502.06,144.0,1358.06,0.0,1502.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 -base-hvac-mini-split-heat-pump-ducted.xml,1584.35,144.0,1440.35,0.0,1584.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 -base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml,1572.03,144.0,1428.03,0.0,1572.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 -base-hvac-mini-split-heat-pump-ductless-backup-furnace-ducts-defaults.xml,1722.04,144.0,1338.69,0.0,1482.69,144.0,95.35,239.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 -base-hvac-mini-split-heat-pump-ductless-backup-furnace.xml,1713.96,144.0,1331.67,0.0,1475.67,144.0,94.29,238.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 -base-hvac-mini-split-heat-pump-ductless-backup-stove.xml,1901.83,144.0,1329.22,0.0,1473.22,0.0,0.0,0.0,0.0,428.61,428.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 -base-hvac-mini-split-heat-pump-ductless-detailed-performance-autosize.xml,1565.98,144.0,1421.98,0.0,1565.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 -base-hvac-mini-split-heat-pump-ductless-detailed-performance.xml,1574.13,144.0,1430.13,0.0,1574.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 -base-hvac-mini-split-heat-pump-ductless-heating-capacity-17f.xml,1546.39,144.0,1402.39,0.0,1546.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 -base-hvac-mini-split-heat-pump-ductless.xml,1546.39,144.0,1402.39,0.0,1546.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 -base-hvac-multiple.xml,2498.57,144.0,1913.09,0.0,2057.09,144.0,74.76,218.76,0.0,124.19,124.19,0.0,98.53,98.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 -base-hvac-none.xml,2513.83,144.0,2369.83,0.0,2513.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 -base-hvac-ptac-with-heating-electricity.xml,2010.26,144.0,1866.26,0.0,2010.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 -base-hvac-ptac-with-heating-natural-gas.xml,1774.46,144.0,1272.07,0.0,1416.07,144.0,214.39,358.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 -base-hvac-ptac.xml,1413.49,144.0,1269.49,0.0,1413.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 -base-hvac-pthp-heating-capacity-17f.xml,1677.79,144.0,1533.79,0.0,1677.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 -base-hvac-pthp.xml,1677.79,144.0,1533.79,0.0,1677.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 -base-hvac-room-ac-only-33percent.xml,1325.86,144.0,1181.86,0.0,1325.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 -base-hvac-room-ac-only-ceer.xml,1454.26,144.0,1310.26,0.0,1454.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 -base-hvac-room-ac-only-detailed-setpoints.xml,1408.31,144.0,1264.31,0.0,1408.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 -base-hvac-room-ac-only.xml,1453.89,144.0,1309.89,0.0,1453.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 -base-hvac-room-ac-with-heating.xml,2051.76,144.0,1907.76,0.0,2051.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 -base-hvac-room-ac-with-reverse-cycle.xml,1677.79,144.0,1533.79,0.0,1677.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 -base-hvac-seasons.xml,1835.62,144.0,1313.48,0.0,1457.48,144.0,234.14,378.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-hvac-setpoints-daily-schedules.xml,1811.1,144.0,1293.26,0.0,1437.26,144.0,229.84,373.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 -base-hvac-setpoints-daily-setbacks.xml,1808.33,144.0,1298.77,0.0,1442.77,144.0,221.56,365.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 -base-hvac-setpoints.xml,1614.03,144.0,1248.82,0.0,1392.82,144.0,77.21,221.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 -base-hvac-space-heater-gas-only.xml,1568.61,144.0,1110.86,0.0,1254.86,144.0,169.75,313.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 -base-hvac-stove-oil-only.xml,2000.7,144.0,1113.26,0.0,1257.26,0.0,0.0,0.0,0.0,743.44,743.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 -base-hvac-stove-wood-pellets-only.xml,1576.11,144.0,1113.26,0.0,1257.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,318.85,318.85,0.0,0.0,0.0 -base-hvac-undersized.xml,1661.55,144.0,1212.0,0.0,1356.0,144.0,161.55,305.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 -base-hvac-wall-furnace-elec-only.xml,1854.96,144.0,1710.96,0.0,1854.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 +base-hvac-ground-to-air-heat-pump-cooling-only.xml,1383.66,144.0,1239.66,0.0,1383.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 +base-hvac-ground-to-air-heat-pump-detailed-geothermal-loop.xml,1648.07,144.0,1504.07,0.0,1648.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 +base-hvac-ground-to-air-heat-pump-heating-only.xml,1503.56,144.0,1359.56,0.0,1503.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 +base-hvac-ground-to-air-heat-pump.xml,1627.61,144.0,1483.61,0.0,1627.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 +base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml,1943.48,144.0,1799.48,0.0,1943.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 +base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml,1772.34,144.0,1628.34,0.0,1772.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 +base-hvac-install-quality-air-to-air-heat-pump-var-speed-detailed-performance.xml,1833.87,144.0,1689.87,0.0,1833.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 +base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml,1770.34,144.0,1626.34,0.0,1770.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 +base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml,1886.1,144.0,1334.68,0.0,1478.68,144.0,263.42,407.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 +base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml,1832.4,144.0,1280.98,0.0,1424.98,144.0,263.42,407.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 +base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml,1805.44,144.0,1254.02,0.0,1398.02,144.0,263.42,407.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 +base-hvac-install-quality-furnace-gas-only.xml,1685.77,144.0,1126.43,0.0,1270.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 +base-hvac-install-quality-ground-to-air-heat-pump.xml,1711.54,144.0,1567.54,0.0,1711.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 +base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml,1372.97,144.0,1228.97,0.0,1372.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 +base-hvac-install-quality-mini-split-heat-pump-ducted.xml,1671.3,144.0,1527.3,0.0,1671.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,1349.14,144.0,1205.14,0.0,1349.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 +base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance-autosize.xml,1365.02,144.0,1221.02,0.0,1365.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 +base-hvac-mini-split-air-conditioner-only-ductless-detailed-performance.xml,1339.52,144.0,1195.52,0.0,1339.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 +base-hvac-mini-split-air-conditioner-only-ductless.xml,1352.58,144.0,1208.58,0.0,1352.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 +base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,1322.05,144.0,1178.05,0.0,1322.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 +base-hvac-mini-split-heat-pump-ducted-detailed-performance-autosize.xml,1656.65,144.0,1512.65,0.0,1656.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 +base-hvac-mini-split-heat-pump-ducted-detailed-performance.xml,1633.85,144.0,1489.85,0.0,1633.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 +base-hvac-mini-split-heat-pump-ducted-heating-only.xml,1512.54,144.0,1368.54,0.0,1512.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 +base-hvac-mini-split-heat-pump-ducted.xml,1589.06,144.0,1445.06,0.0,1589.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 +base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml,1578.18,144.0,1434.18,0.0,1578.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 +base-hvac-mini-split-heat-pump-ductless-backup-furnace-ducts-defaults.xml,1726.74,144.0,1339.84,0.0,1483.84,144.0,98.9,242.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 +base-hvac-mini-split-heat-pump-ductless-backup-furnace.xml,1718.7,144.0,1332.7,0.0,1476.7,144.0,98.0,242.0,0.0,0.0,0.0,0.0,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,1918.58,144.0,1330.02,0.0,1474.02,0.0,0.0,0.0,0.0,444.56,444.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 +base-hvac-mini-split-heat-pump-ductless-detailed-performance-autosize.xml,1571.68,144.0,1427.68,0.0,1571.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 +base-hvac-mini-split-heat-pump-ductless-detailed-performance.xml,1579.07,144.0,1435.07,0.0,1579.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 +base-hvac-mini-split-heat-pump-ductless-heating-capacity-17f.xml,1549.83,144.0,1405.83,0.0,1549.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 +base-hvac-mini-split-heat-pump-ductless.xml,1549.83,144.0,1405.83,0.0,1549.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 +base-hvac-multiple.xml,2530.17,144.0,1928.38,0.0,2072.38,144.0,78.74,222.74,0.0,131.07,131.07,0.0,103.98,103.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +base-hvac-none.xml,2608.01,144.0,2464.01,0.0,2608.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 +base-hvac-ptac-with-heating-electricity.xml,2037.57,144.0,1893.57,0.0,2037.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 +base-hvac-ptac-with-heating-natural-gas.xml,1777.89,144.0,1262.03,0.0,1406.03,144.0,227.86,371.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 +base-hvac-ptac.xml,1397.31,144.0,1253.31,0.0,1397.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 +base-hvac-pthp-heating-capacity-17f.xml,1683.07,144.0,1539.07,0.0,1683.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 +base-hvac-pthp.xml,1683.07,144.0,1539.07,0.0,1683.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 +base-hvac-room-ac-only-33percent.xml,1312.17,144.0,1168.17,0.0,1312.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 +base-hvac-room-ac-only-ceer.xml,1436.8,144.0,1292.8,0.0,1436.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 +base-hvac-room-ac-only-detailed-setpoints.xml,1392.64,144.0,1248.64,0.0,1392.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 +base-hvac-room-ac-only.xml,1436.44,144.0,1292.44,0.0,1436.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 +base-hvac-room-ac-with-heating.xml,2077.8,144.0,1933.8,0.0,2077.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 +base-hvac-room-ac-with-reverse-cycle.xml,1683.07,144.0,1539.07,0.0,1683.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 +base-hvac-seasons.xml,1841.08,144.0,1304.78,0.0,1448.78,144.0,248.3,392.3,0.0,0.0,0.0,0.0,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,1814.29,144.0,1283.45,0.0,1427.45,144.0,242.84,386.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 +base-hvac-setpoints-daily-setbacks.xml,1812.85,144.0,1289.17,0.0,1433.17,144.0,235.68,379.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 +base-hvac-setpoints.xml,1609.98,144.0,1234.04,0.0,1378.04,144.0,87.94,231.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 +base-hvac-space-heater-gas-only.xml,1577.27,144.0,1108.6,0.0,1252.6,144.0,180.67,324.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 +base-hvac-stove-oil-only.xml,2043.7,144.0,1111.04,0.0,1255.04,0.0,0.0,0.0,0.0,788.66,788.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 +base-hvac-stove-wood-pellets-only.xml,1593.28,144.0,1111.04,0.0,1255.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,338.24,338.24,0.0,0.0,0.0 +base-hvac-undersized.xml,1654.83,144.0,1202.33,0.0,1346.33,144.0,164.5,308.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 +base-hvac-wall-furnace-elec-only.xml,1891.31,144.0,1747.31,0.0,1891.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 diff --git a/hpxml-measures/workflow/tests/base_results/results_workflow_simulations2.csv b/hpxml-measures/workflow/tests/base_results/results_workflow_simulations2.csv index e7508ba5e..3e4729ac3 100644 --- a/hpxml-measures/workflow/tests/base_results/results_workflow_simulations2.csv +++ b/hpxml-measures/workflow/tests/base_results/results_workflow_simulations2.csv @@ -1,141 +1,141 @@ 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: Permanent Spa Heater (MBtu),End Use: Electricity: Permanent Spa 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: Permanent Spa 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 Electricity: Annual 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),Resilience: Battery (hr),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-lighting-ceiling-fans.xml,58.475,58.475,36.23,36.23,22.245,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.246,0.802,9.014,0.0,0.0,4.51,0.0,0.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.245,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.832,0.0,14.011,9.075,0.612,0.0,0.0,0.0,0.0,2119.4,3757.5,3757.5,23.032,18.72,0.0,3.557,3.645,0.513,7.528,0.631,10.101,-12.683,0.0,0.0,0.0,8.298,-0.064,4.807,0.0,0.729,0.0,4.828,-8.905,-2.499,0.0,-0.094,-0.512,-0.059,2.557,-0.038,-1.551,11.73,0.0,0.0,0.0,-6.547,-0.06,-1.206,-3.271,-0.174,0.0,3.03,8.396,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.305,58.305,36.038,36.038,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2407.8,3372.6,3372.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.816,59.816,39.442,39.442,20.375,0.0,0.0,0.0,0.0,0.0,0.0,0.336,0.0,0.0,4.585,0.884,9.015,0.0,0.0,7.677,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,20.375,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.08,0.0,15.41,9.075,0.612,0.0,0.0,0.0,0.0,2414.8,3540.2,3540.2,22.763,19.429,0.0,3.59,3.667,0.516,7.602,0.636,10.162,-12.654,0.0,0.0,0.0,8.406,-0.069,4.817,0.0,0.731,0.0,4.463,-8.891,-4.249,0.0,-0.095,-0.498,-0.057,2.592,-0.035,-1.503,11.743,0.0,0.0,0.0,-6.501,-0.065,-1.196,-3.239,-0.17,0.0,3.31,7.886,3.428,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.283,58.283,36.017,36.017,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2131.0,3378.3,3378.3,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.057,56.057,31.039,31.039,25.018,0.0,0.0,0.0,0.0,0.0,0.0,0.413,0.0,0.0,3.928,0.725,9.017,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.018,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.43,0.0,12.637,9.075,0.614,0.0,0.0,0.0,0.0,1722.6,3177.4,3177.4,23.408,17.993,0.0,3.512,3.616,0.509,7.437,0.625,10.031,-12.718,0.0,0.0,0.0,8.185,-0.059,4.798,0.0,0.728,0.0,5.362,-8.928,0.0,0.0,-0.036,-0.463,-0.052,2.696,-0.025,-1.404,11.719,0.0,0.0,0.0,-6.312,-0.055,-1.167,-3.071,-0.168,0.0,2.801,8.374,0.0,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,55.685,55.685,30.646,30.646,25.039,0.0,0.0,0.0,0.0,0.0,0.0,0.413,0.0,0.0,4.032,0.75,9.018,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.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,23.45,0.0,13.012,9.075,0.615,0.0,0.0,0.0,0.0,1722.6,3142.6,3142.6,23.408,18.203,0.0,3.512,3.615,0.509,7.439,0.625,10.03,-12.718,0.0,0.0,0.0,8.2,-0.059,4.798,0.0,0.728,0.0,5.366,-8.928,0.0,0.0,0.005,-0.415,-0.045,2.824,-0.014,-1.262,11.719,0.0,0.0,0.0,-6.116,-0.055,-1.132,-2.911,-0.16,0.0,2.915,7.851,0.0,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,66.921,66.921,34.744,34.744,32.177,0.0,0.0,0.0,0.0,0.0,0.0,0.523,0.0,0.0,2.964,0.49,9.424,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.177,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.128,0.0,8.817,9.508,0.619,0.0,0.0,0.0,0.0,2145.3,2852.8,2852.8,23.49,15.762,0.0,4.266,4.384,0.623,9.837,0.807,12.591,-13.801,0.0,0.0,0.0,10.991,-0.092,5.205,0.0,0.773,0.0,7.113,-10.172,-2.863,0.0,-0.004,-0.342,-0.042,1.616,-0.044,-1.659,9.941,0.0,0.0,0.0,-7.422,-0.082,-0.883,-2.44,-0.097,0.0,2.109,6.66,1.661,1358.5,1000.6,11355.8,2605.8,0.0,36000.0,24000.0,0.0,10.22,91.4,30666.0,8343.0,7102.0,0.0,543.0,6470.0,0.0,0.0,1844.0,2054.0,4311.0,18522.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.05,39.05,29.842,29.842,9.208,0.0,0.0,0.0,0.0,0.0,0.0,0.038,0.0,0.0,5.116,1.035,8.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,9.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,0.0,0.0,8.506,0.0,17.289,8.405,0.66,0.0,0.0,0.0,0.0,1684.4,2550.7,2550.7,13.608,14.211,0.0,3.492,3.345,0.0,0.0,0.722,9.055,-8.541,0.0,0.0,3.31,0.0,-0.336,2.06,0.0,0.803,0.0,1.498,-5.842,-1.3,0.0,-0.135,-0.628,0.0,0.0,-0.007,0.03,12.018,0.0,0.0,-0.954,0.0,-0.329,-0.438,-1.537,-0.211,0.0,1.593,6.742,1.348,1354.8,997.6,10815.2,2664.9,0.0,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,1152.0,6959.0,0.0,247.0,387.0,0.0,366.0,0.0,2317.0,359.0,3320.0,1875.0,594.0,480.0,800.0 -base-location-capetown-zaf.xml,28.099,28.099,27.938,27.938,0.16,0.0,0.0,0.0,0.0,0.0,0.0,0.001,0.0,0.0,4.286,1.011,7.511,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.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.149,0.0,16.632,7.296,0.693,0.0,0.0,0.0,0.0,1857.0,2406.2,2406.2,4.202,12.632,0.0,1.596,1.352,0.0,0.0,0.569,4.54,-5.631,0.0,0.0,2.603,0.0,-1.073,0.758,0.0,0.326,0.0,0.023,-4.305,-0.792,0.0,-0.908,-1.638,0.0,0.0,-0.468,-0.617,17.811,0.0,0.0,-4.252,0.0,-1.072,-0.601,-2.04,-0.407,0.0,1.046,8.279,1.855,1354.8,997.6,10368.9,2554.9,0.0,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,13719.0,2061.0,5640.0,0.0,185.0,149.0,0.0,333.0,0.0,1847.0,183.0,3320.0,846.0,27.0,19.0,800.0 -base-location-dallas-tx.xml,34.317,34.317,32.595,32.595,1.722,0.0,0.0,0.0,0.0,0.0,0.0,0.007,0.0,0.0,8.886,1.862,6.708,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.722,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.588,0.0,31.105,6.562,0.573,0.0,0.0,0.0,0.0,1925.7,2832.8,2832.8,9.692,15.098,0.0,1.711,1.591,0.0,0.0,0.368,4.651,-4.907,0.0,0.0,0.0,1.212,-0.34,0.998,0.0,0.383,0.0,0.043,-3.597,-0.743,0.0,0.508,-0.048,0.0,0.0,0.188,2.608,17.264,0.0,0.0,0.0,1.812,-0.335,-0.366,-1.955,-0.099,0.0,0.356,9.56,1.904,1354.8,997.6,9789.3,2412.1,0.0,24000.0,24000.0,0.0,25.88,98.42,20378.0,1386.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,1630.0,438.0,393.0,800.0 -base-location-duluth-mn.xml,70.615,70.615,29.721,29.721,40.894,0.0,0.0,0.0,0.0,0.0,0.0,0.435,0.0,0.0,2.369,0.349,11.437,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,40.894,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.056,0.0,5.773,11.397,0.833,0.0,0.0,0.0,0.0,1752.4,2446.6,2446.6,26.512,11.637,0.0,7.03,7.028,0.0,0.0,1.592,19.664,-13.103,0.0,0.0,9.994,0.0,-0.367,6.402,0.0,0.0,0.0,7.572,-6.247,-1.915,0.0,-0.474,-0.828,0.0,0.0,-0.101,-0.953,8.135,0.0,0.0,-1.63,0.0,-0.366,-0.533,-1.022,0.0,0.0,0.371,2.618,0.732,1354.8,997.6,11924.5,2831.6,0.0,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,148.0,5878.0,0.0,156.0,64.0,0.0,344.0,0.0,1624.0,107.0,3320.0,1210.0,246.0,164.0,800.0 -base-location-helena-mt.xml,77.736,77.736,35.272,35.272,42.465,0.0,0.0,0.0,0.0,0.0,0.0,1.04,0.0,0.0,2.417,0.374,10.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,42.465,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.108,0.0,6.467,10.298,0.625,0.0,0.0,0.0,0.0,2236.8,3002.1,3002.1,30.328,14.857,0.0,5.359,5.464,0.773,11.523,1.049,15.462,-15.392,0.0,0.0,0.0,13.841,-0.19,7.82,0.0,1.206,0.0,8.245,-12.135,-3.367,0.0,0.003,-0.26,-0.028,1.289,0.008,-0.496,8.386,0.0,0.0,0.0,-6.087,-0.184,-0.686,-2.363,-0.123,0.0,1.332,4.654,1.142,1354.8,997.6,11614.9,2665.3,0.0,48000.0,24000.0,0.0,-8.14,89.24,39966.0,10036.0,9283.0,0.0,710.0,8457.0,0.0,0.0,2410.0,2684.0,6386.0,17992.0,5113.0,6838.0,0.0,184.0,165.0,0.0,0.0,0.0,1837.0,535.0,3320.0,81.0,0.0,-719.0,800.0 -base-location-honolulu-hi.xml,35.687,35.687,35.687,35.687,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.905,2.906,4.745,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,48.787,4.497,0.55,0.0,0.0,0.0,0.0,2105.0,2130.1,2316.4,0.0,13.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,1.238,0.753,0.0,0.0,0.303,5.283,20.458,0.0,0.0,0.0,6.02,-0.004,-0.044,-1.672,0.062,0.0,0.744,13.134,2.647,1354.8,997.6,8369.7,2062.3,0.0,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,1831.0,580.0,452.0,800.0 -base-location-miami-fl.xml,34.859,34.859,34.859,34.859,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.145,2.708,4.875,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.316,4.634,0.551,0.0,0.0,0.0,0.0,2082.1,2402.6,2402.6,0.0,13.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,1.018,0.586,0.0,0.0,0.307,4.475,19.646,0.0,0.0,0.0,5.54,-0.004,-0.213,-2.328,-0.004,0.0,0.686,13.135,2.647,1354.8,997.6,8452.7,2082.8,0.0,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,-220.0,6532.0,0.0,279.0,507.0,0.0,0.0,0.0,2554.0,345.0,3320.0,2519.0,954.0,765.0,800.0 -base-location-phoenix-az.xml,38.533,38.533,38.533,38.533,0.001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.372,2.925,5.104,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,53.069,4.873,0.556,0.0,0.0,0.0,0.0,2439.4,3322.0,3322.0,0.564,18.416,0.0,0.703,0.517,0.0,0.0,0.206,2.243,-1.843,0.0,0.0,0.0,-0.076,-0.467,0.365,0.0,0.123,0.0,-0.0,-1.613,-0.275,0.0,1.761,1.401,0.0,0.0,0.802,6.862,24.223,0.0,0.0,0.0,7.005,-0.479,0.01,-3.136,0.116,0.0,0.951,11.527,2.372,1354.8,997.6,8260.4,2035.4,0.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.107,37.107,27.57,27.57,9.537,0.0,0.0,0.0,0.0,0.0,0.0,0.039,0.0,0.0,2.916,0.546,8.939,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.537,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.811,0.0,9.05,8.727,0.78,0.0,0.0,0.0,0.0,1685.4,2718.6,2718.6,8.448,14.131,0.0,3.436,3.276,0.0,0.0,0.748,8.756,-8.143,0.0,0.0,6.216,0.0,-0.442,1.469,0.0,0.81,0.0,1.633,-7.49,-1.648,0.0,-0.327,-0.797,0.0,0.0,-0.01,-0.756,10.358,0.0,0.0,-2.965,0.0,-0.439,-0.366,-1.84,-0.257,0.0,0.576,5.094,0.999,1354.8,997.6,11014.7,2714.0,0.0,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,79.465,79.465,37.677,37.677,41.788,0.0,0.0,0.0,0.0,0.0,0.0,0.689,0.0,0.0,4.133,0.763,9.022,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,41.788,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.138,0.0,13.199,9.075,0.62,0.0,0.0,0.0,0.0,2207.2,3774.7,3774.7,32.383,21.477,0.0,3.502,3.716,0.523,7.451,0.654,10.375,-12.838,0.0,0.0,0.0,8.166,-0.114,5.497,0.0,15.075,0.0,8.573,-9.173,-2.568,0.0,0.146,-0.259,-0.023,3.003,0.031,-0.717,11.576,0.0,0.0,0.0,-5.946,-0.11,-1.02,-2.551,-3.554,0.0,3.159,7.611,1.941,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,38681.0,8743.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,10894.0,20470.0,5342.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,59.884,59.884,35.932,35.932,23.952,0.0,0.0,0.0,0.0,0.0,0.0,0.395,0.0,0.0,4.315,0.817,9.016,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,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.43,0.0,14.204,9.075,0.614,0.0,0.0,0.0,0.0,2158.0,3589.1,3589.1,24.906,20.53,0.0,3.547,3.643,0.513,7.527,0.631,10.093,-12.692,0.0,0.0,0.0,8.325,-0.059,4.321,0.0,2.474,0.0,5.168,-8.912,-2.501,0.0,-0.04,-0.451,-0.05,2.727,-0.023,-1.37,11.721,0.0,0.0,0.0,-6.275,-0.056,-1.046,-3.038,-0.687,0.0,3.127,7.867,2.009,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,72.82,72.82,37.589,37.589,35.231,0.0,0.0,0.0,0.0,0.0,0.0,0.581,0.0,0.0,4.224,0.787,9.02,0.0,0.0,4.51,0.0,0.334,1.701,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.997,0.0,13.643,9.075,0.618,0.0,0.0,0.0,0.0,2174.2,3634.9,3634.9,29.389,21.244,0.0,3.484,3.659,0.515,7.505,0.637,10.165,-12.749,0.0,0.0,0.0,8.338,-0.07,1.505,0.0,13.86,0.0,7.362,-9.0,-2.522,0.0,0.038,-0.367,-0.038,2.917,0.001,-1.081,11.664,0.0,0.0,0.0,-5.979,-0.066,-0.256,-2.751,-3.277,0.0,3.186,7.782,1.988,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,35510.0,8671.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,7797.0,19952.0,5332.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,72.948,72.948,38.558,38.558,34.39,0.0,0.0,0.0,0.0,0.0,0.0,0.567,0.0,0.0,4.956,0.883,9.02,0.0,0.0,4.51,0.0,0.334,1.856,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,25.747,0.0,10.536,9.075,0.618,0.0,0.0,0.0,0.0,2173.6,2782.3,2782.3,21.242,13.45,0.0,3.757,3.654,0.514,7.497,0.636,10.158,-12.737,0.0,0.0,0.0,8.324,-0.073,1.505,0.0,13.737,0.0,0.0,-8.997,-2.521,0.0,0.127,-0.369,-0.038,2.916,0.001,-1.083,11.676,0.0,0.0,0.0,-5.982,-0.069,-0.256,-2.742,-3.246,0.0,0.0,7.785,1.989,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,26840.0,0.0,7508.0,0.0,575.0,6840.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.022,34.022,34.022,34.022,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.914,9.084,0.0,0.0,4.51,0.0,0.334,2.748,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.391,9.075,0.687,0.0,0.0,0.0,0.0,2119.8,2031.0,2119.8,0.0,18.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.146,-0.36,-0.036,2.984,-0.004,-1.109,11.85,0.0,0.0,0.0,-6.577,-0.059,-0.257,-2.577,-3.1,0.0,0.643,8.012,2.036,1354.8,997.6,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,26840.0,0.0,7508.0,0.0,575.0,6840.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.035,70.035,36.238,36.238,33.797,0.0,0.0,0.0,0.0,0.0,0.0,0.558,0.0,0.0,4.135,0.767,9.021,0.0,0.0,4.51,0.0,0.334,0.481,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.797,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.654,0.0,13.285,9.075,0.619,0.0,0.0,0.0,0.0,2131.0,3634.9,3634.9,29.39,21.23,0.0,3.517,3.68,0.518,7.479,0.643,10.242,-12.776,0.0,0.0,0.0,8.264,-0.086,1.917,0.0,12.478,0.0,7.088,-9.068,-2.54,0.0,0.094,-0.314,-0.031,2.98,0.015,-0.906,11.637,0.0,0.0,0.0,-5.925,-0.082,-0.255,-2.616,-4.011,0.0,3.109,7.715,1.97,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,35510.0,8671.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,7797.0,19952.0,5332.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.157,72.157,36.265,36.265,35.891,0.0,0.0,0.0,0.0,0.0,0.0,0.592,0.0,0.0,4.142,0.767,9.021,0.0,0.0,4.51,0.0,0.334,0.467,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.891,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.616,0.0,13.285,9.075,0.619,0.0,0.0,0.0,0.0,2161.0,3634.9,3634.9,29.39,21.233,0.0,3.49,3.667,0.516,7.492,0.64,10.201,-12.763,0.0,0.0,0.0,8.307,-0.079,1.508,0.0,14.421,0.0,7.476,-9.032,-2.53,0.0,0.068,-0.339,-0.034,2.956,0.009,-0.986,11.65,0.0,0.0,0.0,-5.933,-0.075,-0.247,-2.659,-3.884,0.0,3.134,7.75,1.98,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,35510.0,8671.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,7797.0,19952.0,5332.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.033,74.033,37.524,37.524,36.51,0.0,0.0,0.0,0.0,0.0,0.0,0.602,0.0,0.0,4.173,0.774,9.021,0.0,0.0,4.51,0.0,0.334,1.678,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,34.195,0.0,13.4,9.075,0.618,0.0,0.0,0.0,0.0,2171.8,3634.9,3634.9,29.388,21.226,0.0,3.49,3.703,0.521,7.473,0.651,10.331,-12.78,0.0,0.0,0.0,8.223,-0.114,1.519,0.0,14.05,0.0,8.491,-9.097,-2.548,0.0,0.144,-0.305,-0.029,2.935,0.02,-0.861,11.633,0.0,0.0,0.0,-6.011,-0.11,-0.235,-2.664,-3.048,0.0,2.435,7.686,1.962,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,35510.0,8671.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,7797.0,19952.0,5332.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,64.925,64.925,37.703,37.703,27.222,0.0,0.0,0.0,0.0,0.0,0.0,0.449,0.0,0.0,4.345,0.822,9.018,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.222,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.494,0.0,14.271,9.075,0.615,0.0,0.0,0.0,0.0,2181.3,3569.7,3569.7,25.349,20.049,0.0,3.519,3.64,0.512,7.519,0.63,10.091,-12.705,0.0,0.0,0.0,8.344,-0.06,5.398,0.0,3.906,0.0,5.81,-8.928,-2.504,0.0,-0.027,-0.434,-0.048,2.792,-0.018,-1.306,11.708,0.0,0.0,0.0,-6.172,-0.057,-1.258,-2.954,-0.853,0.0,3.198,7.851,2.005,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,33594.0,8632.0,7508.0,0.0,575.0,6840.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,64.928,64.928,37.703,37.703,27.225,0.0,0.0,0.0,0.0,0.0,0.0,0.449,0.0,0.0,4.345,0.822,9.018,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.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,25.497,0.0,14.271,9.075,0.615,0.0,0.0,0.0,0.0,2181.3,3569.8,3569.8,25.35,20.049,0.0,3.519,3.64,0.512,7.519,0.63,10.091,-12.705,0.0,0.0,0.0,8.344,-0.06,5.398,0.0,3.909,0.0,5.811,-8.928,-2.504,0.0,-0.027,-0.434,-0.048,2.792,-0.018,-1.305,11.708,0.0,0.0,0.0,-6.171,-0.056,-1.258,-2.954,-0.854,0.0,3.198,7.851,2.005,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,33595.0,8632.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,5921.0,19144.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,73.699,73.699,36.673,36.673,37.026,0.0,0.0,0.0,0.0,0.0,0.0,0.611,0.0,0.0,4.109,0.759,9.021,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.026,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.678,0.0,13.135,9.075,0.619,0.0,0.0,0.0,0.0,2164.0,3664.9,3664.9,29.44,21.291,0.0,3.5,3.682,0.518,7.48,0.643,10.243,-12.791,0.0,0.0,0.0,8.263,-0.082,1.462,0.0,15.396,0.0,7.675,-9.072,-2.541,0.0,0.096,-0.311,-0.03,2.983,0.016,-0.904,11.623,0.0,0.0,0.0,-5.924,-0.078,-0.232,-2.607,-4.199,0.0,3.12,7.711,1.968,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,35510.0,8671.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,7797.0,19952.0,5332.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,73.699,73.699,36.673,36.673,37.026,0.0,0.0,0.0,0.0,0.0,0.0,0.611,0.0,0.0,4.109,0.759,9.021,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.026,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.678,0.0,13.135,9.075,0.619,0.0,0.0,0.0,0.0,2164.0,3664.9,3664.9,29.44,21.291,0.0,3.5,3.682,0.518,7.48,0.643,10.243,-12.791,0.0,0.0,0.0,8.263,-0.082,1.462,0.0,15.396,0.0,7.675,-9.072,-2.541,0.0,0.096,-0.311,-0.03,2.983,0.016,-0.904,11.623,0.0,0.0,0.0,-5.924,-0.078,-0.232,-2.607,-4.199,0.0,3.12,7.711,1.968,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,35510.0,8671.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,7797.0,19952.0,5332.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,64.926,64.926,37.706,37.706,27.22,0.0,0.0,0.0,0.0,0.0,0.0,0.449,0.0,0.0,4.347,0.823,9.018,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.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,25.492,0.0,14.273,9.075,0.615,0.0,0.0,0.0,0.0,2181.3,3571.1,3571.1,25.348,20.051,0.0,3.52,3.64,0.512,7.519,0.63,10.091,-12.705,0.0,0.0,0.0,8.344,-0.06,5.398,0.0,3.904,0.0,5.81,-8.928,-2.504,0.0,-0.027,-0.434,-0.048,2.792,-0.018,-1.306,11.708,0.0,0.0,0.0,-6.172,-0.057,-1.258,-2.954,-0.852,0.0,3.2,7.851,2.005,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,33594.0,8632.0,7508.0,0.0,575.0,6840.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,64.929,64.929,37.706,37.706,27.223,0.0,0.0,0.0,0.0,0.0,0.0,0.449,0.0,0.0,4.347,0.823,9.018,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.223,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.495,0.0,14.273,9.075,0.615,0.0,0.0,0.0,0.0,2181.3,3571.2,3571.2,25.349,20.051,0.0,3.52,3.64,0.512,7.519,0.63,10.091,-12.705,0.0,0.0,0.0,8.344,-0.06,5.398,0.0,3.906,0.0,5.81,-8.928,-2.504,0.0,-0.027,-0.434,-0.048,2.792,-0.018,-1.306,11.708,0.0,0.0,0.0,-6.171,-0.056,-1.258,-2.954,-0.853,0.0,3.2,7.851,2.005,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,33595.0,8632.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,5921.0,19144.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,80.635,80.635,38.148,38.148,42.487,0.0,0.0,0.0,0.0,0.0,0.0,0.698,0.0,0.0,4.498,0.671,9.024,0.0,0.0,4.51,0.0,0.334,1.576,0.0,0.0,0.405,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,39.794,0.0,11.595,9.075,0.622,0.0,0.0,0.0,18.0,2271.7,3683.2,3683.2,35.903,23.179,0.0,3.183,3.709,0.522,7.491,0.652,10.33,-12.791,0.0,0.0,0.0,8.289,-0.106,3.845,0.0,9.548,0.0,16.428,-9.091,-2.547,0.0,0.056,-0.213,-0.016,3.197,0.041,-0.605,11.623,0.0,0.0,0.0,-5.617,-0.101,-0.613,0.0,-2.151,-8.166,4.637,7.695,1.963,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,42760.0,16253.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,7464.0,24528.0,10278.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,72.281,72.281,36.743,36.743,35.538,0.0,0.0,0.0,0.0,0.0,0.0,0.586,0.0,0.0,4.185,0.778,9.021,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,35.538,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.284,0.0,13.467,9.075,0.618,0.0,0.0,0.0,0.0,2190.3,3664.9,3664.9,29.255,21.273,0.0,3.493,3.667,0.516,7.492,0.64,10.201,-12.763,0.0,0.0,0.0,8.307,-0.08,1.508,0.0,14.154,0.0,7.409,-9.032,-2.53,0.0,0.066,-0.34,-0.034,2.955,0.009,-0.988,11.65,0.0,0.0,0.0,-5.936,-0.076,-0.247,-2.665,-3.723,0.0,3.169,7.75,1.98,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,35510.0,8671.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,7797.0,19952.0,5332.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,56.665,56.665,34.219,34.219,22.446,0.0,0.0,0.0,0.0,0.0,0.0,0.37,0.0,0.0,2.5,0.385,9.024,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.664,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.446,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.021,0.0,6.516,9.075,0.622,0.0,0.0,0.0,0.0,2119.4,3398.4,3398.4,23.032,16.068,0.0,3.554,3.643,0.513,7.547,0.63,10.093,-12.683,0.0,0.0,0.0,8.434,-0.057,4.805,0.0,0.729,0.0,4.871,-8.905,-2.499,0.0,0.089,-0.266,-0.023,3.27,0.022,-0.818,11.73,0.0,0.0,0.0,-5.409,-0.053,-0.992,0.0,-0.135,-11.71,1.763,7.881,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.105,58.105,35.839,35.839,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2119.4,3372.6,3372.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.105,31.219,35.839,8.953,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2119.4,3372.6,3372.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.105,31.219,35.839,8.953,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2119.4,3372.6,3372.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.105,0.842,35.839,-21.424,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2119.4,3372.6,3372.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.105,58.105,35.839,35.839,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2119.4,3372.6,3372.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.273,43.921,31.481,12.129,31.792,0.0,0.0,0.0,0.0,0.0,0.0,0.524,0.0,0.0,2.247,0.327,2.103,0.0,0.313,4.51,0.0,0.334,1.118,0.0,0.0,1.081,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.352,0.0,0.503,31.792,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.759,0.0,5.463,10.472,0.696,0.0,9.068,0.0,0.0,2428.2,2958.2,2958.2,26.046,15.207,0.0,3.491,3.687,0.518,7.47,1.119,10.315,-12.806,0.0,0.0,0.0,8.267,-0.095,1.531,0.0,15.069,0.0,2.756,-9.283,-2.557,0.0,0.69,-0.095,0.001,3.444,-0.195,-0.322,11.607,0.0,0.0,0.0,-5.223,-0.091,-0.199,0.0,-3.419,-10.855,0.448,8.628,1.952,1610.4,1574.2,10319.0,3636.6,2.867,36000.0,24000.0,0.0,6.8,91.76,31001.0,4634.0,7508.0,0.0,575.0,6840.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,58.927,32.041,36.661,9.774,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,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.822,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2176.0,3446.4,3446.4,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,14.04,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,76.84,68.651,37.574,29.385,30.766,8.5,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,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.735,22.266,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,20.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2224.6,3486.6,3486.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,1.682,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.105,66.916,35.839,27.65,30.766,8.5,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,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.266,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,20.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2119.4,3372.6,3372.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.105,66.916,35.839,27.65,30.766,8.5,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,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.266,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,20.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2119.4,3372.6,3372.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,55.797,55.797,35.763,35.763,20.034,0.0,0.0,0.0,0.0,0.0,0.0,0.33,0.0,0.0,4.322,0.819,9.015,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,18.76,0.0,14.253,9.075,0.613,0.0,0.0,0.0,0.0,2120.8,3378.7,3378.7,22.146,18.983,0.0,3.593,3.668,0.516,7.311,0.636,10.165,-12.663,0.0,0.0,0.0,6.694,-0.064,4.813,0.0,0.731,0.0,4.399,-8.891,-2.496,0.0,-0.063,-0.474,-0.053,2.388,-0.029,-1.439,11.75,0.0,0.0,0.0,-6.137,-0.059,-1.181,-3.121,-0.168,0.0,3.131,7.886,2.014,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,31959.0,8588.0,7508.0,0.0,575.0,6571.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.02,146.02,68.279,68.279,69.746,0.0,2.499,5.496,0.0,0.0,0.0,0.28,0.0,0.0,5.335,1.068,9.012,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,16.981,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,15.9,0.0,18.687,9.075,0.609,0.0,0.0,0.0,0.0,3267.1,5193.7,5193.7,21.946,21.105,0.0,3.636,3.692,0.52,7.723,0.64,10.229,-12.598,0.0,0.0,0.0,8.553,-0.066,4.832,0.0,0.734,0.0,3.78,-13.808,-2.35,0.0,-0.198,-0.579,-0.068,2.406,-0.057,-1.762,11.815,0.0,0.0,0.0,-6.797,-0.063,-1.271,-3.573,-0.181,0.0,3.808,13.226,2.158,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,19991.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,92.504,92.504,64.73,64.73,19.779,2.499,0.0,0.0,5.496,0.0,0.0,0.28,0.0,0.0,5.335,1.068,9.012,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,16.981,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,15.9,0.0,18.687,9.075,0.609,0.0,0.0,0.0,0.0,3218.2,4791.2,4791.2,21.946,21.105,0.0,3.636,3.692,0.52,7.723,0.64,10.229,-12.598,0.0,0.0,0.0,8.553,-0.066,4.832,0.0,0.734,0.0,3.78,-13.808,-2.35,0.0,-0.198,-0.579,-0.068,2.406,-0.057,-1.762,11.815,0.0,0.0,0.0,-6.797,-0.063,-1.271,-3.573,-0.181,0.0,3.808,13.226,2.158,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,19991.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,52.857,52.857,24.609,24.609,28.248,0.0,0.0,0.0,0.0,0.0,0.0,0.466,0.0,0.0,3.672,0.664,9.019,0.0,0.0,4.51,0.0,0.334,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.248,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.457,0.0,11.508,9.075,0.617,0.0,0.0,0.0,0.0,1514.6,2783.2,2783.2,24.266,17.141,0.0,3.475,3.599,0.506,7.396,0.622,9.986,-12.73,0.0,0.0,0.0,8.165,-0.054,4.795,0.0,0.726,0.0,5.972,-3.801,-2.512,0.0,0.059,-0.368,-0.038,2.973,-0.001,-1.105,11.683,0.0,0.0,0.0,-5.88,-0.05,-1.085,-2.701,-0.152,0.0,2.651,3.706,1.998,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.428,26.428,25.592,25.592,0.835,0.0,0.0,0.0,0.0,0.0,0.0,0.006,0.0,0.0,2.544,0.424,9.536,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.835,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.772,0.0,7.007,9.374,0.585,0.0,0.0,0.0,0.0,1639.3,2064.6,2064.6,3.335,8.14,0.0,-0.013,3.83,0.0,0.0,0.417,4.067,-3.186,0.0,0.0,-0.01,0.0,-0.312,1.311,0.0,0.761,0.0,0.0,-5.319,-0.936,0.0,-0.008,-2.783,0.0,0.0,-0.012,-0.688,5.017,0.0,0.0,-0.005,0.0,-0.303,-0.394,-1.178,-0.271,0.0,0.0,6.656,1.09,1354.8,997.6,11171.5,3093.4,0.0,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,63.141,63.141,35.588,35.588,27.553,0.0,0.0,0.0,0.0,0.0,0.0,0.455,0.0,0.0,4.077,0.762,9.018,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.553,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.803,0.0,13.244,9.075,0.615,0.0,0.0,0.0,0.0,2119.3,3303.3,3303.3,23.266,18.284,0.0,3.479,3.709,0.541,7.36,0.776,10.707,-8.74,0.0,0.0,0.0,7.861,-0.057,4.786,0.0,0.724,0.0,5.781,-8.918,-2.502,0.0,-0.012,-0.467,-0.054,2.778,-0.04,-1.339,10.323,0.0,0.0,0.0,-6.182,-0.052,-1.149,-2.99,-0.162,0.0,2.908,7.861,2.008,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,57.766,57.766,35.979,35.979,21.787,0.0,0.0,0.0,0.0,0.0,0.0,0.359,0.0,0.0,4.471,0.857,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.787,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.403,0.0,14.931,9.075,0.613,0.0,0.0,0.0,0.0,2130.6,3486.4,3486.4,23.012,18.839,0.0,3.562,3.647,0.513,7.535,0.631,10.101,-12.683,0.0,0.0,0.0,8.308,-0.061,4.424,0.0,0.73,0.0,4.741,-8.899,-2.498,0.0,-0.068,-0.476,-0.054,2.649,-0.03,-1.451,11.73,0.0,0.0,0.0,-6.41,-0.058,-1.066,-2.61,-0.168,0.0,3.215,7.878,2.012,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,31389.0,8571.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,3775.0,18685.0,5334.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,512.0,3320.0,106.0,0.0,-694.0,800.0 -base-misc-unit-multiplier.xml,581.057,581.057,358.392,358.392,222.666,0.0,0.0,0.0,0.0,0.0,0.0,3.673,0.0,0.0,43.524,8.273,90.16,0.0,0.0,45.096,0.0,3.337,0.0,0.0,0.0,0.0,22.196,0.0,0.0,3.185,3.653,15.127,15.28,0.0,21.142,83.744,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,222.666,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,208.521,0.0,143.943,90.753,6.137,0.0,0.0,0.0,0.0,21193.7,33725.5,33725.5,230.319,189.27,0.0,35.573,36.457,5.131,75.308,6.309,101.023,-126.896,0.0,0.0,0.0,83.175,-0.635,48.076,0.0,7.296,0.0,48.328,-89.081,-24.996,0.0,-0.536,-4.632,-0.518,26.861,-0.262,-14.064,117.236,0.0,0.0,0.0,-63.455,-0.596,-11.7,-31.063,-1.655,0.0,31.45,78.695,20.1,13548.2,9976.1,111715.5,25635.3,0.0,360000.0,240000.0,0.0,6.8,91.76,322350.0,85950.0,75080.0,0.0,5750.0,68400.0,0.0,0.0,19490.0,21710.0,45970.0,187870.0,53290.0,70370.0,0.0,2070.0,2650.0,0.0,0.0,0.0,20100.0,6190.0,33200.0,0.0,0.0,0.0,0.0 -base-misc-usage-multiplier.xml,125.956,125.956,50.676,50.676,68.084,0.0,2.249,4.947,0.0,0.0,0.0,0.34,0.0,0.0,4.621,0.893,8.171,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,20.596,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.287,0.0,15.545,8.168,0.612,0.0,0.0,0.0,0.0,2729.6,4375.5,4375.5,22.733,19.545,0.0,3.581,3.659,0.515,7.576,0.633,10.138,-12.664,0.0,0.0,0.0,8.363,-0.065,4.863,0.0,0.658,0.0,4.503,-10.586,-2.246,0.0,-0.093,-0.496,-0.056,2.596,-0.035,-1.507,11.751,0.0,0.0,0.0,-6.491,-0.062,-1.211,-3.25,-0.153,0.0,3.323,9.606,1.813,1219.3,897.9,10054.4,2307.2,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,19991.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,58.927,32.041,36.661,9.774,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,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.822,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2176.0,3446.4,3446.4,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,14.04,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.342,32.456,35.408,8.522,23.934,0.0,0.0,0.0,0.0,0.0,0.0,0.395,0.0,0.0,3.073,0.534,9.117,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.871,23.934,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.408,0.0,9.132,9.075,0.722,0.0,0.0,0.0,0.0,2200.9,2690.3,2690.3,18.031,11.746,0.0,3.532,3.792,0.503,5.849,0.614,8.194,-6.664,0.0,0.0,0.0,6.569,-0.044,5.368,0.0,0.0,0.0,3.763,-6.763,-2.508,0.0,0.104,-0.281,-0.037,2.417,-0.001,-1.134,8.269,0.0,0.0,0.0,-5.68,-0.041,-1.226,-2.106,0.0,0.0,1.329,5.683,2.002,1354.8,997.6,11171.6,2563.5,17.453,36000.0,24000.0,0.0,6.8,91.76,29805.0,8039.0,5506.0,0.0,575.0,6968.0,0.0,0.0,1949.0,2171.0,4597.0,15522.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.287,33.4,38.021,11.134,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,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,2.182,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2301.3,3582.5,3582.5,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,4.399,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.84,32.954,37.574,10.687,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,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.735,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2224.6,3486.6,3486.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,5.591,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,58.927,32.041,36.661,9.774,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,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.822,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2176.0,3446.4,3446.4,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,14.04,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,76.84,41.764,37.574,2.498,30.766,8.5,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,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.735,22.266,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,20.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2224.6,3486.6,3486.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,16.862,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,75.952,40.877,36.686,1.61,30.766,8.5,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,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.847,22.266,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,20.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2165.1,3435.5,3435.5,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,84.903,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.105,40.03,35.839,0.764,30.766,8.5,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,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.266,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,20.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2119.4,3372.6,3372.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.105,31.219,35.839,8.953,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2119.4,3372.6,3372.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.7747,8.7747,0.4299,0.4299,8.3448,0.0,0.0,0.0,0.0,0.0,0.0,0.1377,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.3448,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.8115,0.0,0.0,0.0,0.0511,0.0,0.0,0.0,0.0,556.16,0.0,556.16,26.8895,0.0,0.0,0.6029,0.6429,0.0909,1.7457,0.1095,1.7779,-1.9884,0.0,0.0,0.0,2.2351,-0.0005,1.0002,0.0,0.0,0.0,1.7427,-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,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.359,41.359,7.316,7.316,34.044,0.0,0.0,0.0,0.0,0.0,0.0,0.562,0.0,0.0,3.361,0.597,0.576,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.044,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.888,0.0,10.821,0.0,0.62,0.0,0.0,0.0,0.0,544.1,2211.7,2211.7,25.495,15.471,0.0,3.424,3.586,0.504,7.285,0.62,9.981,-12.807,0.0,0.0,0.0,7.996,-0.063,5.417,0.0,0.0,0.0,7.057,-1.409,0.0,0.0,0.152,-0.28,-0.026,3.179,0.022,-0.825,11.63,0.0,0.0,0.0,-5.603,-0.058,-1.121,0.0,0.0,0.0,2.425,1.43,0.0,0.0,0.0,0.0,0.0,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.016,101.016,51.977,51.977,41.133,0.0,2.609,5.297,0.0,0.0,0.0,0.345,0.0,0.0,4.544,0.875,3.885,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,20.911,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,19.583,0.0,15.423,3.562,0.613,0.0,0.0,0.0,0.0,2604.8,4502.7,4502.7,22.989,19.475,0.0,3.583,3.663,0.516,7.591,0.635,10.153,-12.663,0.0,0.0,0.0,8.393,-0.066,4.814,0.0,0.729,0.0,4.575,-10.198,-2.496,0.0,-0.094,-0.496,-0.057,2.601,-0.035,-1.505,11.75,0.0,0.0,0.0,-6.487,-0.062,-1.194,-3.22,-0.169,0.0,3.32,9.248,2.014,777.8,496.4,4208.2,833.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,19991.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,79.962,79.962,49.551,49.551,22.505,2.609,0.0,0.0,5.297,0.0,0.0,0.345,0.0,0.0,4.544,0.875,3.885,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,20.911,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,19.583,0.0,15.423,3.562,0.613,0.0,0.0,0.0,0.0,2406.4,4243.0,4243.0,22.989,19.475,0.0,3.583,3.663,0.516,7.591,0.635,10.153,-12.663,0.0,0.0,0.0,8.393,-0.066,4.814,0.0,0.729,0.0,4.575,-10.198,-2.496,0.0,-0.094,-0.496,-0.057,2.601,-0.035,-1.505,11.75,0.0,0.0,0.0,-6.487,-0.062,-1.194,-3.22,-0.169,0.0,3.32,9.248,2.014,777.8,496.4,4208.2,833.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,19991.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,52.727,52.727,28.356,28.356,24.371,0.0,0.0,0.0,0.0,0.0,0.0,0.402,0.0,0.0,4.025,0.749,3.887,0.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.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,22.824,0.0,13.184,3.562,0.615,0.0,0.0,0.0,0.0,1640.1,3190.1,3190.1,23.634,18.227,0.0,3.532,3.634,0.511,7.494,0.629,10.079,-12.698,0.0,0.0,0.0,8.289,-0.064,4.803,0.0,0.727,0.0,5.251,-7.189,-2.504,0.0,-0.015,-0.432,-0.047,2.784,-0.017,-1.299,11.715,0.0,0.0,0.0,-6.191,-0.06,-1.136,-2.934,-0.161,0.0,2.955,6.197,2.006,777.8,496.4,4208.3,833.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,69.374,49.122,39.86,19.609,29.514,0.0,0.0,0.0,0.0,0.0,0.0,0.487,0.0,0.0,2.364,0.354,6.918,0.0,0.326,4.51,0.0,0.334,1.118,0.0,0.0,1.107,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.396,29.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.0,0.0,27.625,0.0,5.884,18.166,0.644,0.0,11.901,0.0,0.0,3043.8,3199.7,3199.7,25.599,15.561,0.0,3.796,3.691,0.519,7.524,0.645,10.259,-12.764,0.0,0.0,0.0,8.385,-0.078,1.524,0.0,14.999,0.0,2.562,-11.178,-2.536,0.0,0.218,-0.167,-0.01,3.395,0.049,-0.49,11.649,0.0,0.0,0.0,-5.263,-0.074,-0.214,0.0,-3.588,-11.536,0.48,10.475,1.974,2592.1,2706.5,20694.5,5541.1,1.847,36000.0,24000.0,0.0,6.8,91.76,31001.0,4634.0,7508.0,0.0,575.0,6840.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,59.48,59.48,36.083,36.083,23.397,0.0,0.0,0.0,0.0,0.0,0.0,0.386,0.0,0.0,4.525,0.862,9.022,0.0,0.0,4.51,0.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.397,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.91,0.0,14.938,9.053,0.638,0.0,0.0,0.333,1.0,9422.1,10695.3,10695.3,37.366,22.441,0.0,3.607,3.669,0.517,7.596,0.642,10.189,-12.601,0.0,0.0,0.0,8.33,-0.062,5.307,0.0,0.775,0.0,5.11,-8.969,-2.509,0.0,-0.176,-0.489,-0.056,2.704,-0.032,-1.437,11.752,0.0,0.0,0.0,-6.329,-0.058,-1.279,-3.004,-0.179,0.0,3.367,8.308,2.0,1354.7,998.0,11252.3,2582.1,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-mixed-timesteps-power-outage.xml,33.446,33.446,28.601,28.601,4.845,0.0,0.0,0.0,0.0,0.0,0.0,0.08,0.0,0.0,3.259,0.559,7.324,0.0,0.0,3.619,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.788,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.845,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.538,0.0,9.775,7.3,0.56,0.0,0.0,0.5,0.5,9397.2,10434.9,10434.9,41.543,22.033,0.0,2.617,2.464,0.344,4.289,0.336,6.501,-12.497,0.0,0.0,0.0,3.691,-0.104,3.39,0.0,0.384,0.0,1.013,-6.566,-1.596,0.0,-0.246,-0.599,-0.072,2.363,-0.065,-1.808,11.861,0.0,0.0,0.0,-7.639,-0.059,-1.386,-4.977,-0.212,0.0,2.31,8.448,2.023,1141.2,883.5,9207.0,2112.7,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-mixed-timesteps.xml,42.356,42.356,34.304,34.304,8.052,0.0,0.0,0.0,0.0,0.0,0.0,0.133,0.0,0.0,3.271,0.562,9.051,0.0,0.0,4.51,0.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,8.052,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.54,0.0,9.824,9.053,0.67,0.0,0.0,0.0,0.5,9393.8,10437.8,10437.8,31.865,22.036,0.0,2.918,2.81,0.394,5.403,0.421,7.525,-12.492,0.0,0.0,0.0,5.506,-0.059,3.865,0.0,0.581,0.0,1.73,-8.86,-2.486,0.0,-0.249,-0.603,-0.072,2.368,-0.066,-1.818,11.861,0.0,0.0,0.0,-7.571,-0.058,-1.388,-4.99,-0.212,0.0,2.32,8.448,2.023,1354.7,998.0,11253.5,2582.3,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,58.889,58.889,35.997,35.997,22.893,0.0,0.0,0.0,0.0,0.0,0.0,0.378,0.0,0.0,4.444,0.848,8.936,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,22.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.435,0.0,14.736,8.987,0.615,0.0,0.0,0.0,0.0,6629.1,7170.6,9091.3,31.35,21.296,0.0,3.558,3.649,0.513,7.536,0.632,10.11,-12.685,0.0,0.0,0.0,8.318,-0.06,5.322,0.0,0.764,0.0,4.945,-8.988,-2.501,0.0,-0.053,-0.46,-0.051,2.692,-0.025,-1.398,11.729,0.0,0.0,0.0,-6.34,-0.055,-1.287,-3.093,-0.189,0.0,3.21,8.364,1.98,1002.6,945.2,11359.3,2606.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,44.519,44.519,30.174,30.174,14.345,0.0,0.0,0.0,0.0,0.0,0.0,0.237,0.0,0.0,4.414,0.841,7.293,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.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,13.438,0.0,14.618,7.313,0.517,0.0,0.0,17.0,0.0,6231.1,5670.7,6231.1,36.507,19.784,0.0,3.075,3.07,0.431,5.717,0.489,8.386,-12.686,0.0,0.0,0.0,5.187,-0.154,4.374,0.0,0.513,0.0,3.019,-6.68,-1.621,0.0,-0.053,-0.461,-0.052,2.676,-0.025,-1.397,11.731,0.0,0.0,0.0,-6.442,-0.057,-1.272,-3.091,-0.186,0.0,3.186,8.28,2.006,1141.2,883.5,9132.4,2095.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,57.557,57.557,30.764,30.764,26.793,0.0,0.0,0.0,0.0,0.0,0.0,0.442,0.0,0.0,4.432,0.846,7.368,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,26.793,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.09,0.0,14.697,7.303,0.614,0.0,0.0,0.0,0.0,4487.7,5677.0,5677.0,30.776,19.84,0.0,3.504,3.622,0.51,7.453,0.626,10.041,-12.679,0.0,0.0,0.0,8.149,-0.064,5.305,0.0,0.514,0.0,5.697,-6.297,-1.615,0.0,-0.058,-0.465,-0.052,2.683,-0.026,-1.408,11.739,0.0,0.0,0.0,-6.358,-0.059,-1.276,-3.102,-0.186,0.0,3.2,8.286,2.008,1141.2,883.5,9118.0,2092.3,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,58.825,58.825,35.956,35.956,22.869,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.433,0.846,9.013,0.0,0.0,4.51,0.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,22.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,21.414,0.0,14.699,9.071,0.614,0.0,0.0,0.0,0.0,4690.7,5677.2,5677.2,30.649,19.842,0.0,3.553,3.644,0.513,7.53,0.631,10.102,-12.674,0.0,0.0,0.0,8.308,-0.063,5.265,0.0,0.777,0.0,4.943,-8.954,-2.502,0.0,-0.059,-0.465,-0.052,2.683,-0.026,-1.408,11.739,0.0,0.0,0.0,-6.355,-0.059,-1.276,-3.103,-0.186,0.0,3.2,8.286,2.008,1354.7,998.0,11168.6,2562.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,56.935,56.935,35.238,35.238,21.697,0.0,0.0,0.0,0.0,0.0,0.0,0.358,0.0,0.0,3.859,0.728,9.017,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.697,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.946,0.0,12.403,9.075,0.615,0.0,0.0,101.0,51.0,2155.4,3745.3,3745.3,34.947,20.81,0.0,3.517,3.579,0.503,7.523,0.608,9.828,-12.674,0.0,0.0,0.0,8.679,0.006,4.652,0.0,0.727,0.0,4.499,-8.859,-2.496,0.0,-0.072,-0.501,-0.058,2.616,-0.042,-1.59,11.74,0.0,0.0,0.0,-6.667,-0.004,-1.223,-3.406,-0.174,0.0,2.447,7.92,2.014,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.304,56.304,35.388,35.388,20.915,0.0,0.0,0.0,0.0,0.0,0.0,0.345,0.0,0.0,3.994,0.755,9.018,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.915,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.498,0.0,13.025,9.075,0.616,0.0,0.0,0.0,8.0,2130.8,3634.6,3634.6,25.333,21.331,0.0,3.507,3.562,0.5,7.355,0.604,9.777,-12.716,0.0,0.0,0.0,8.196,-0.023,4.639,0.0,0.724,0.0,4.386,-8.884,-2.501,0.0,-0.055,-0.497,-0.057,2.572,-0.04,-1.577,11.697,0.0,0.0,0.0,-6.643,-0.024,-1.204,-3.355,-0.177,0.0,2.591,7.896,2.009,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.316,41.316,34.027,34.027,7.288,0.0,0.0,0.0,0.0,0.0,0.0,0.12,0.0,0.0,3.065,0.52,9.046,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.288,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.82,0.0,9.128,9.075,0.645,0.0,0.0,0.0,0.0,2100.9,3176.1,3176.1,17.397,16.187,0.0,2.853,2.787,0.39,5.357,0.411,7.457,-12.563,0.0,0.0,0.0,5.504,-0.06,3.479,0.0,0.572,0.0,1.559,-8.806,-2.473,0.0,-0.124,-0.573,-0.067,2.36,-0.058,-1.769,11.85,0.0,0.0,0.0,-7.578,-0.06,-1.261,-5.126,-0.188,0.0,2.084,8.003,2.036,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,54.84,54.84,32.427,32.427,22.412,0.0,0.0,0.0,0.0,0.0,0.0,0.37,0.0,0.0,3.384,0.607,8.406,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.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.989,0.0,10.641,8.454,0.58,0.0,0.0,0.0,4.0,1990.4,5801.3,5801.3,23.066,22.78,0.0,3.554,3.643,0.513,7.524,0.63,10.091,-12.684,0.0,0.0,0.0,8.289,-0.061,4.76,0.0,0.795,0.0,4.86,-8.902,-2.367,0.0,-0.096,-0.536,-0.062,2.488,-0.045,-1.632,11.731,0.0,0.0,0.0,-6.63,-0.057,-1.233,-3.892,-0.174,0.0,2.296,6.936,1.794,1241.6,923.2,10291.7,2361.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.162,57.162,30.552,30.552,26.61,0.0,0.0,0.0,0.0,0.0,0.0,0.439,0.0,0.0,4.38,0.834,7.366,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,26.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,24.92,0.0,14.509,7.302,0.614,0.0,0.0,0.0,0.0,1965.3,3394.2,3394.2,23.124,19.007,0.0,3.503,3.619,0.509,7.446,0.625,10.032,-12.688,0.0,0.0,0.0,8.141,-0.065,4.961,0.0,0.552,0.0,5.667,-6.163,-1.548,0.0,-0.057,-0.466,-0.052,2.681,-0.027,-1.412,11.729,0.0,0.0,0.0,-6.357,-0.06,-1.149,-3.111,-0.2,0.0,3.166,7.872,2.14,1122.2,811.7,9189.2,2108.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.275,58.275,35.874,35.874,22.401,0.0,0.0,0.0,0.0,0.0,0.0,0.37,0.0,0.0,4.38,0.834,9.016,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.401,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.978,0.0,14.513,9.075,0.614,0.0,0.0,0.0,0.0,1984.0,3392.4,3392.4,23.066,18.992,0.0,3.554,3.642,0.513,7.525,0.63,10.091,-12.684,0.0,0.0,0.0,8.301,-0.061,4.804,0.0,0.729,0.0,4.858,-8.902,-2.367,0.0,-0.057,-0.466,-0.052,2.68,-0.027,-1.418,11.729,0.0,0.0,0.0,-6.358,-0.057,-1.173,-3.114,-0.166,0.0,3.166,7.876,2.141,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.082,58.082,35.81,35.81,22.272,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.328,0.822,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.272,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.857,0.0,14.298,9.075,0.614,0.0,0.0,0.0,0.0,2119.6,3382.2,3382.2,23.032,18.929,0.0,3.557,3.645,0.513,7.53,0.631,10.1,-12.683,0.0,0.0,0.0,8.316,-0.063,4.807,0.0,0.729,0.0,4.834,-8.905,-2.499,0.0,-0.048,-0.46,-0.051,2.707,-0.025,-1.394,11.73,0.0,0.0,0.0,-6.328,-0.059,-1.165,-3.252,-0.165,0.0,3.11,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.106,58.106,35.839,35.839,22.267,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.267,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.853,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2119.4,3372.6,3372.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.101,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.077,58.077,35.824,35.824,22.254,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.339,0.824,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.254,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.84,0.0,14.338,9.075,0.614,0.0,0.0,0.0,0.0,2119.4,3295.8,3295.8,23.032,18.536,0.0,3.556,3.643,0.513,7.531,0.63,10.089,-12.683,0.0,0.0,0.0,8.311,-0.06,4.804,0.0,0.727,0.0,4.829,-8.9,-2.496,0.0,-0.053,-0.465,-0.052,2.684,-0.027,-1.417,11.73,0.0,0.0,0.0,-6.348,-0.056,-1.175,-3.132,-0.163,0.0,3.122,7.877,2.013,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,11.2983,11.2983,3.0501,3.0501,8.2483,0.0,0.0,0.0,0.0,0.0,0.0,0.134,0.0,0.0,0.1114,0.0,0.9133,0.0,0.0,0.4149,0.0,0.0309,0.0,0.0,0.0,0.0,0.1749,0.0,0.0,0.0273,0.0304,0.1243,0.1311,0.0,0.1823,0.7751,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.2483,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7246,0.0,0.0,0.9277,0.0547,0.0,0.0,0.0,0.0,2114.87,0.0,2114.87,23.327,0.0,0.0,0.6031,0.6599,0.0934,2.0549,0.1159,1.8318,-2.3729,0.0,0.0,0.0,3.8129,0.0131,0.8692,0.0,0.1228,0.0,1.7278,-1.4632,-0.4151,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,112.68,85.62,980.71,225.04,0.0,36000.0,24000.0,0.0,10.22,91.4,30666.0,8343.0,7102.0,0.0,543.0,6470.0,0.0,0.0,1844.0,2054.0,4311.0,18522.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-simcontrol-temperature-capacitance-multiplier.xml,57.995,57.995,35.736,35.736,22.26,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.268,0.808,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,20.846,0.0,14.05,9.075,0.614,0.0,0.0,0.0,0.0,2110.3,3355.2,3355.2,22.973,18.841,0.0,3.626,3.641,0.512,7.527,0.628,10.073,-12.689,0.0,0.0,0.0,8.292,-0.053,4.803,0.0,0.728,0.0,4.827,-8.896,-2.498,0.0,-0.221,-0.462,-0.052,2.69,-0.027,-1.419,11.724,0.0,0.0,0.0,-6.346,-0.05,-1.179,-3.176,-0.164,0.0,2.994,7.882,2.012,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.49,59.49,36.077,36.077,23.413,0.0,0.0,0.0,0.0,0.0,0.0,0.386,0.0,0.0,4.524,0.862,9.018,0.0,0.0,4.51,0.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.413,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.924,0.0,14.931,9.074,0.616,0.0,0.0,0.333,1.0,8643.3,8929.7,9252.7,37.369,22.44,0.0,3.607,3.669,0.517,7.596,0.642,10.189,-12.601,0.0,0.0,0.0,8.33,-0.062,5.307,0.0,0.775,0.0,5.113,-8.958,-2.509,0.0,-0.176,-0.489,-0.056,2.705,-0.032,-1.437,11.752,0.0,0.0,0.0,-6.328,-0.058,-1.279,-3.002,-0.179,0.0,3.366,8.296,2.0,1354.7,998.0,11182.0,2565.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.411,59.411,36.07,36.07,23.341,0.0,0.0,0.0,0.0,0.0,0.0,0.385,0.0,0.0,4.522,0.861,9.014,0.0,0.0,4.51,0.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.341,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.857,0.0,14.924,9.071,0.614,0.0,0.0,0.0,0.167,6063.1,7308.9,7308.9,35.1,21.787,0.0,3.607,3.669,0.517,7.594,0.642,10.187,-12.601,0.0,0.0,0.0,8.326,-0.062,5.255,0.0,0.771,0.0,5.101,-8.955,-2.502,0.0,-0.176,-0.489,-0.056,2.703,-0.033,-1.438,11.752,0.0,0.0,0.0,-6.332,-0.057,-1.264,-3.005,-0.186,0.0,3.364,8.284,2.008,1354.7,998.0,11168.8,2562.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,58.711,58.711,35.951,35.951,22.76,0.0,0.0,0.0,0.0,0.0,0.0,0.375,0.0,0.0,4.439,0.842,9.018,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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,21.313,0.0,14.613,9.075,0.614,0.0,0.0,0.0,0.0,3549.1,4910.1,4910.1,23.32,18.84,0.0,3.612,3.669,0.517,7.595,0.642,10.185,-12.61,0.0,0.0,0.0,8.335,-0.06,4.791,0.0,0.735,0.0,4.995,-8.905,-2.499,0.0,-0.171,-0.487,-0.056,2.709,-0.032,-1.435,11.744,0.0,0.0,0.0,-6.317,-0.055,-1.156,-3.002,-0.172,0.0,3.307,7.873,2.011,1354.8,997.6,11171.7,2563.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,58.485,58.485,35.902,35.902,22.584,0.0,0.0,0.0,0.0,0.0,0.0,0.373,0.0,0.0,4.401,0.835,9.017,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.148,0.0,14.49,9.075,0.614,0.0,0.0,0.0,0.0,2158.3,3743.7,3743.7,23.223,18.848,0.0,3.594,3.661,0.516,7.566,0.639,10.168,-12.631,0.0,0.0,0.0,8.321,-0.062,4.793,0.0,0.733,0.0,4.932,-8.905,-2.498,0.0,-0.14,-0.482,-0.055,2.704,-0.031,-1.435,11.747,0.0,0.0,0.0,-6.329,-0.058,-1.16,-3.05,-0.17,0.0,3.22,7.873,2.011,1354.8,997.6,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.105,58.105,35.839,35.839,22.266,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.352,0.827,9.016,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,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.266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.852,0.0,14.394,9.075,0.614,0.0,0.0,0.0,0.0,2119.4,3372.6,3372.6,23.032,18.927,0.0,3.557,3.645,0.513,7.529,0.631,10.1,-12.683,0.0,0.0,0.0,8.313,-0.064,4.807,0.0,0.729,0.0,4.833,-8.905,-2.499,0.0,-0.054,-0.464,-0.052,2.685,-0.026,-1.408,11.73,0.0,0.0,0.0,-6.35,-0.06,-1.171,-3.106,-0.166,0.0,3.145,7.873,2.011,1354.8,997.6,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,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.191,86.191,46.895,46.895,39.296,0.0,0.0,0.0,0.0,0.0,0.0,0.25,0.0,0.0,15.71,4.321,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.249,0.0,17.046,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.043,0.0,50.722,10.416,2.681,0.0,0.0,0.0,0.0,1853.7,6551.3,6551.3,37.693,42.27,0.495,1.999,7.301,0.422,0.0,0.982,7.164,-4.978,0.0,0.0,0.485,1.29,-0.286,4.306,0.0,5.162,0.0,3.187,-6.727,-2.915,0.558,1.97,3.666,0.303,0.0,0.228,1.548,11.487,0.0,0.0,0.516,6.779,-0.271,-0.434,-1.439,-0.779,0.0,10.726,11.623,4.465,2104.5,2144.0,14468.7,4385.1,0.0,90000.0,60000.0,0.0,25.88,98.42,62095.0,24402.0,7740.0,0.0,942.0,7599.0,453.0,609.0,9636.0,2236.0,8478.0,118221.0,90310.0,9481.0,0.0,781.0,5722.0,299.0,576.0,0.0,4148.0,3124.0,3780.0,6860.0,3501.0,2159.0,1200.0 -house002.xml,67.927,67.927,40.704,40.704,27.223,0.0,0.0,0.0,0.0,0.0,0.0,0.154,0.0,0.0,14.661,3.362,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.737,0.0,13.485,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.137,0.0,40.097,7.526,2.891,0.0,0.0,0.0,0.0,1553.9,5237.2,5237.2,23.852,29.59,0.0,2.552,5.064,0.0,0.0,0.846,5.729,-4.087,0.0,0.0,0.0,1.809,-0.161,1.581,0.0,3.794,0.0,1.353,-5.039,-2.475,0.0,3.059,2.765,0.0,0.0,0.409,0.354,8.652,0.0,0.0,0.0,8.391,-0.154,-0.19,-1.077,-0.66,0.0,5.882,8.963,3.907,1610.9,1574.7,9989.4,3520.4,0.0,90000.0,60000.0,0.0,25.88,98.42,47925.0,15312.0,6070.0,0.0,752.0,4731.0,0.0,0.0,12952.0,3120.0,4987.0,35212.0,14864.0,6693.0,0.0,748.0,3138.0,0.0,0.0,0.0,4572.0,1877.0,3320.0,3848.0,1750.0,1297.0,800.0 -house003.xml,68.425,68.425,40.172,40.172,28.253,0.0,0.0,0.0,0.0,0.0,0.0,0.168,0.0,0.0,12.875,3.518,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.007,0.0,13.246,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.166,0.0,41.88,7.526,2.691,0.0,0.0,0.0,0.0,1632.3,5416.1,5416.1,26.254,34.245,0.653,2.805,4.678,0.0,0.0,0.98,6.254,-3.935,0.0,0.0,0.0,1.138,-0.182,1.997,0.0,3.942,0.0,1.585,-5.248,-2.676,0.786,3.013,2.567,0.0,0.0,0.638,1.037,9.843,0.0,0.0,0.0,6.458,-0.174,-0.231,-1.127,-0.664,0.0,6.526,9.233,4.2,1610.9,1574.7,9989.3,3520.4,0.0,90000.0,60000.0,0.0,25.88,98.42,48412.0,15944.0,6644.0,0.0,892.0,4431.0,610.0,0.0,11450.0,2908.0,5532.0,43305.0,19002.0,9071.0,0.0,930.0,3135.0,403.0,0.0,0.0,5394.0,2049.0,3320.0,3967.0,1750.0,1416.0,800.0 -house004.xml,136.117,136.117,75.737,75.737,60.38,0.0,0.0,0.0,0.0,0.0,0.0,0.392,0.0,0.0,29.546,9.324,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.232,0.0,16.148,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.769,0.0,109.106,8.985,3.512,0.0,0.0,0.0,98.0,3134.1,7528.2,7528.2,54.639,51.907,0.127,5.509,11.301,0.0,0.0,1.239,13.609,-5.79,0.0,0.0,0.0,3.103,-0.775,4.914,0.0,6.221,0.0,7.031,-7.178,-3.849,0.197,6.683,11.63,0.0,0.0,0.509,7.409,17.81,0.0,0.0,0.0,18.787,-0.762,0.999,0.0,1.804,0.0,21.466,15.179,7.713,1857.7,1859.3,12229.1,3983.9,0.0,80000.0,60000.0,0.0,25.88,98.42,76552.0,20973.0,11324.0,0.0,882.0,8959.0,101.0,0.0,19021.0,5929.0,9362.0,54906.0,19420.0,12449.0,0.0,688.0,7055.0,65.0,0.0,0.0,8310.0,3369.0,3550.0,4612.0,1284.0,2328.0,1000.0 -house005.xml,94.808,94.808,53.42,53.42,41.389,0.0,0.0,0.0,0.0,0.0,0.0,0.294,0.0,0.0,18.457,5.11,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.187,0.0,15.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,21.237,0.0,61.135,8.985,2.732,0.0,0.0,0.0,1.0,2076.2,7612.9,7612.9,46.019,53.178,0.0,3.051,8.217,0.269,0.0,1.36,9.437,-6.696,0.0,0.0,0.398,1.313,-0.377,5.064,0.0,5.092,0.0,4.318,-6.822,-3.611,0.0,2.951,4.206,0.21,0.0,0.265,2.282,15.363,0.0,0.0,0.41,7.446,-0.36,-0.513,-1.822,-0.766,0.0,14.63,11.562,5.544,1857.7,1859.4,12229.0,3983.9,0.0,90000.0,60000.0,0.0,25.88,98.42,71542.0,26962.0,10216.0,0.0,1260.0,8257.0,0.0,480.0,11638.0,3312.0,9418.0,67659.0,32921.0,13688.0,0.0,1034.0,6463.0,0.0,454.0,0.0,6143.0,3406.0,3550.0,6854.0,3501.0,2354.0,1000.0 -house006.xml,139.133,139.133,31.835,31.835,107.297,0.0,0.0,0.0,0.0,0.0,0.0,1.869,0.0,0.0,3.01,0.344,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,81.45,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,78.414,0.0,8.172,13.084,3.277,0.0,0.0,0.0,0.0,1987.1,2448.6,2448.6,40.493,14.968,0.0,4.264,22.276,1.991,37.138,1.864,17.625,-9.441,0.0,0.0,0.0,9.272,-0.322,9.531,0.0,4.369,0.0,0.0,-14.532,-6.438,0.0,0.172,-0.806,-0.046,2.784,-0.086,-0.558,4.335,0.0,0.0,0.0,-3.919,-0.321,-0.518,-0.614,-0.076,0.0,0.0,5.683,2.249,1610.9,1574.7,12168.1,4288.2,0.0,80000.0,30000.0,0.0,-13.72,81.14,43331.0,0.0,8907.0,0.0,750.0,24548.0,0.0,0.0,1995.0,1874.0,5256.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,1566.0,0.0,766.0,800.0 -house007.xml,138.649,138.649,33.963,33.963,104.686,0.0,0.0,0.0,0.0,0.0,0.0,1.629,0.0,0.0,2.587,0.4,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,75.019,0.0,23.281,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,70.638,0.0,6.04,15.632,3.268,0.0,0.0,0.0,0.0,2191.9,2549.6,2549.6,39.657,13.506,0.0,4.727,23.696,4.449,10.124,1.499,18.834,-9.346,0.0,0.0,0.076,11.539,-0.372,6.119,0.0,20.826,0.0,2.861,-17.172,-7.734,0.0,0.2,-0.721,-0.058,0.561,-0.047,-0.336,4.603,0.0,0.0,-0.009,-4.044,-0.368,-0.193,-0.584,-1.905,0.0,0.108,6.368,2.565,1857.7,1859.4,14896.3,4852.9,0.0,90000.0,42000.0,0.0,-13.72,81.14,43727.0,5470.0,9095.0,0.0,587.0,15303.0,0.0,27.0,2124.0,2001.0,9120.0,12281.0,1093.0,4949.0,0.0,151.0,923.0,0.0,0.0,0.0,1130.0,484.0,3550.0,2145.0,404.0,741.0,1000.0 -house008.xml,182.998,182.998,39.329,39.329,143.669,0.0,0.0,0.0,0.0,0.0,0.0,2.476,0.0,0.0,3.735,0.557,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,110.234,0.0,26.374,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,103.871,0.0,10.909,18.129,3.213,0.0,0.0,0.0,0.0,2472.9,3401.6,3401.6,54.892,20.571,0.0,7.246,27.501,4.711,24.32,1.195,21.291,-7.816,0.0,0.0,1.287,17.853,-0.393,18.343,0.0,6.388,0.0,7.879,-18.61,-8.163,0.0,0.292,-1.156,-0.067,1.6,-0.09,-0.438,5.412,0.0,0.0,-0.112,-2.804,-0.393,-0.996,-0.687,-0.286,0.0,0.569,7.342,2.843,2104.5,2144.0,17624.6,5341.6,0.0,90000.0,36000.0,0.0,-13.72,81.14,62679.0,10615.0,10314.0,0.0,587.0,23387.0,0.0,891.0,4041.0,3226.0,9618.0,18542.0,2434.0,8639.0,0.0,112.0,1287.0,0.0,153.0,0.0,1822.0,316.0,3780.0,2481.0,158.0,1123.0,1200.0 -house009.xml,153.781,153.781,34.101,34.101,119.68,0.0,0.0,0.0,0.0,0.0,0.0,2.021,0.0,0.0,2.49,0.304,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.006,0.0,23.288,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,84.809,0.0,5.739,15.632,3.274,0.0,0.0,0.0,0.0,2226.3,2666.2,2666.2,44.142,14.399,0.0,5.112,28.422,4.319,13.051,2.253,18.888,-8.18,0.0,0.0,0.266,15.624,-0.398,8.745,0.0,21.44,0.0,0.0,-17.429,-7.833,0.0,0.24,-0.73,-0.035,0.709,-0.078,-0.206,4.6,0.0,0.0,-0.029,-4.154,-0.395,-0.262,-0.531,-1.82,0.0,0.0,6.091,2.438,1857.7,1859.4,14896.3,4852.9,0.0,90000.0,36000.0,0.0,-13.72,81.14,44332.0,0.0,8913.0,0.0,885.0,18597.0,0.0,95.0,2819.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,1793.0,0.0,793.0,1000.0 -house010.xml,153.499,153.499,37.667,37.667,115.832,0.0,0.0,0.0,0.0,0.0,0.0,1.85,0.0,0.0,3.011,0.285,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,82.398,0.0,26.374,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,77.644,0.0,7.883,18.129,3.212,0.0,0.0,0.0,0.0,2408.7,2855.8,2855.8,45.335,15.815,0.876,4.938,25.514,4.913,9.775,1.266,22.965,-9.184,0.0,0.0,0.928,11.368,-0.399,19.584,0.0,6.404,0.0,4.879,-18.629,-8.154,0.022,0.21,-0.793,-0.102,0.536,-0.077,-0.783,5.164,0.0,0.0,-0.052,-4.233,-0.396,-1.034,-0.682,-0.272,0.0,0.357,7.304,2.833,2104.5,2144.0,17624.6,5341.6,0.0,90000.0,30000.0,0.0,-13.72,81.14,51306.0,8285.0,10714.0,0.0,587.0,16663.0,359.0,532.0,1487.0,2165.0,10514.0,14181.0,1891.0,5286.0,0.0,112.0,1426.0,37.0,87.0,0.0,1222.0,340.0,3780.0,2621.0,261.0,1159.0,1200.0 -house011.xml,45.142,45.142,45.142,45.142,0.0,0.0,0.0,0.0,0.0,0.0,6.965,0.634,0.121,0.006,8.457,2.321,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.718,0.128,26.135,9.325,1.123,0.0,0.0,0.0,326.0,5019.5,3218.5,5019.5,18.28,15.961,0.0,2.69,5.465,0.0,0.0,1.636,3.459,-3.192,0.0,0.0,1.872,0.0,-0.39,1.843,0.0,5.406,0.0,4.012,-6.004,-2.079,0.0,1.643,1.235,0.0,0.0,0.147,0.293,5.656,0.0,0.0,0.73,0.0,-0.389,-0.201,-0.182,-1.023,0.0,6.662,8.878,2.825,0.0,1859.4,12951.3,4219.2,0.0,24000.0,18000.0,34120.0,24.62,91.58,20648.0,6685.0,2440.0,0.0,1007.0,3251.0,0.0,546.0,0.0,1795.0,4923.0,21013.0,7842.0,3667.0,0.0,612.0,1210.0,0.0,199.0,0.0,2697.0,1236.0,3550.0,3065.0,463.0,1602.0,1000.0 -house012.xml,35.83,35.83,35.83,35.83,0.0,0.0,0.0,0.0,0.0,0.0,4.728,0.25,0.0,0.0,5.898,1.493,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,9.965,0.0,16.413,7.782,1.158,0.0,0.0,0.0,0.0,3020.8,2653.5,3020.8,11.072,11.211,0.0,2.374,4.758,0.0,0.0,0.627,2.68,-1.832,0.0,0.0,2.039,0.0,-0.25,1.648,0.0,4.356,0.0,0.323,-4.814,-1.943,0.0,1.715,1.079,0.0,0.0,-0.037,0.46,3.51,0.0,0.0,1.564,0.0,-0.25,-0.164,-0.165,-0.748,0.0,0.276,6.81,2.435,0.0,1574.7,10579.4,3728.3,0.0,23400.0,23200.0,0.0,24.62,91.58,13915.0,1328.0,1906.0,0.0,333.0,2909.0,0.0,1767.0,0.0,1513.0,4159.0,11890.0,639.0,2703.0,0.0,202.0,1083.0,0.0,646.0,0.0,2273.0,1024.0,3320.0,2498.0,370.0,1328.0,800.0 -house013.xml,30.573,30.573,30.573,30.573,0.0,0.0,0.0,0.0,0.0,0.0,2.811,0.155,0.0,0.0,3.89,1.273,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,5.991,0.0,15.061,6.85,0.853,0.0,0.0,0.0,0.0,2638.8,2135.9,2638.8,9.777,9.598,0.0,1.627,2.853,0.0,0.0,0.652,2.618,-2.126,0.0,0.0,2.087,0.0,-0.279,1.517,0.0,1.059,0.0,1.127,-3.66,-1.506,0.0,1.072,0.369,0.0,0.0,-0.095,0.205,3.803,0.0,0.0,0.529,0.0,-0.279,-0.258,-0.197,-0.283,0.0,1.446,6.38,2.46,1364.1,1290.1,8207.3,3131.8,0.0,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,9750.0,1052.0,2097.0,0.0,221.0,604.0,0.0,576.0,0.0,1565.0,545.0,3090.0,1618.0,312.0,706.0,600.0 -house014.xml,31.557,31.557,31.557,31.557,0.0,0.0,0.0,0.0,0.0,0.0,3.332,0.189,0.006,0.0,4.258,1.393,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.389,0.006,16.595,6.85,0.597,0.0,0.0,0.0,0.0,2948.4,2156.4,2948.4,10.984,10.439,0.0,1.7,3.69,0.0,0.0,0.583,3.02,-2.479,0.0,0.0,2.205,0.0,-0.243,1.724,0.0,1.115,0.0,1.412,-3.756,-1.617,0.0,1.129,0.535,0.0,0.0,-0.071,0.531,4.749,0.0,0.0,0.6,0.0,-0.242,-0.254,-0.225,-0.263,0.0,1.654,6.113,2.436,1364.1,1290.1,8207.2,3131.8,0.0,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,1682.0,312.0,770.0,600.0 -house015.xml,30.573,30.573,30.573,30.573,0.0,0.0,0.0,0.0,0.0,0.0,2.811,0.155,0.0,0.0,3.89,1.273,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,5.991,0.0,15.061,6.85,0.853,0.0,0.0,0.0,0.0,2638.8,2135.9,2638.8,9.777,9.598,0.0,1.627,2.853,0.0,0.0,0.652,2.618,-2.126,0.0,0.0,2.087,0.0,-0.279,1.517,0.0,1.059,0.0,1.127,-3.66,-1.506,0.0,1.072,0.369,0.0,0.0,-0.095,0.205,3.803,0.0,0.0,0.529,0.0,-0.279,-0.258,-0.197,-0.283,0.0,1.446,6.38,2.46,1364.1,1290.1,8207.3,3131.8,0.0,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,9750.0,1052.0,2097.0,0.0,221.0,604.0,0.0,576.0,0.0,1565.0,545.0,3090.0,1618.0,312.0,706.0,600.0 -house016.xml,61.259,61.259,39.758,39.758,0.0,0.0,21.502,0.0,0.0,0.0,7.615,0.555,0.187,0.004,2.953,0.965,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.313,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.695,0.191,11.489,10.478,0.0,0.0,0.0,2.0,11.0,7549.9,3522.7,7549.9,43.059,18.712,0.0,4.421,10.834,0.618,5.69,0.298,7.711,-7.897,0.0,0.0,0.0,6.738,-0.022,5.729,0.0,3.867,0.0,0.0,-8.639,-4.771,0.0,-0.336,-0.824,-0.019,2.932,-0.046,-1.012,11.998,0.0,0.0,0.0,-8.779,-0.024,-1.359,-1.156,-1.008,0.0,0.0,7.776,3.835,1759.0,1745.5,13591.0,4566.0,0.0,136000.0,36000.0,36000.0,19.22,86.72,26636.0,0.0,5399.0,0.0,171.0,10607.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,1991.0,0.0,1191.0,800.0 -house017.xml,91.817,91.817,27.919,27.919,63.898,0.0,0.0,0.0,0.0,0.0,0.0,1.281,0.0,0.0,4.526,0.614,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.795,0.0,18.103,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.956,0.0,10.103,11.141,3.418,0.0,0.0,151.0,96.0,1729.6,3570.0,3570.0,60.335,19.527,0.0,5.432,14.641,0.652,10.656,0.362,7.456,-9.321,0.0,0.0,0.719,4.357,0.006,19.783,0.0,1.22,0.0,0.0,-11.23,-2.985,0.0,-0.143,-0.972,-0.02,4.68,-0.06,-1.169,7.472,0.0,0.0,-0.008,-4.8,0.008,-2.768,-0.714,-0.258,0.0,0.0,7.225,1.685,1778.7,1768.3,13969.3,4663.9,0.0,60000.0,24000.0,0.0,16.16,89.24,36483.0,0.0,4833.0,0.0,181.0,15153.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,3537.0,0.0,2537.0,1000.0 -house018.xml,36.028,36.028,36.028,36.028,0.0,0.0,0.0,0.0,0.0,0.0,4.599,0.209,0.0,0.0,2.544,0.767,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.688,0.0,9.43,7.32,0.552,0.0,0.0,0.0,0.0,4617.7,2657.5,4617.7,19.992,10.861,0.0,4.564,4.623,0.0,0.0,0.276,3.696,-3.618,0.0,0.0,2.17,0.0,-0.019,2.615,0.0,2.082,0.0,1.848,-7.059,-2.596,0.0,-0.527,-0.811,0.0,0.0,-0.095,-1.34,4.337,0.0,0.0,-0.012,0.0,-0.014,-0.774,-0.637,-0.75,0.0,1.255,6.864,2.164,1341.9,1264.5,9054.5,3477.8,0.0,36000.0,36000.0,36000.0,19.22,86.72,18300.0,4908.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,2608.0,1096.0,712.0,800.0 -house019.xml,130.141,130.141,51.592,51.592,78.549,0.0,0.0,0.0,0.0,0.0,0.0,1.13,0.0,0.0,11.089,3.593,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.774,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.664,0.0,43.619,7.894,1.826,0.0,0.0,193.0,261.0,2783.7,6444.3,6622.6,84.769,45.696,0.0,11.38,44.759,0.65,5.035,1.92,16.406,-14.184,0.0,0.0,0.0,5.96,-0.034,8.894,0.0,1.87,0.0,0.0,-10.303,-5.203,0.0,2.977,10.126,0.15,2.882,0.272,1.603,17.047,0.0,0.0,0.0,-4.232,-0.021,-0.157,-0.148,0.025,0.0,0.0,8.091,3.72,1341.9,1264.5,7836.1,3009.8,0.0,100000.0,60000.0,0.0,16.16,89.24,50161.0,0.0,9523.0,0.0,1028.0,26727.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,1991.0,0.0,1191.0,800.0 -house020.xml,117.256,117.256,56.501,56.501,0.0,0.0,60.754,0.0,0.0,0.0,0.0,0.826,0.0,0.0,13.04,2.739,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,38.612,0.0,18.911,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,35.567,0.0,33.299,10.477,4.224,0.0,0.0,0.0,0.0,2703.5,6613.2,6613.2,31.214,31.947,0.908,11.003,10.557,1.131,9.759,0.631,15.145,-15.17,0.0,0.0,0.0,7.469,-0.042,15.238,0.0,0.837,0.0,0.0,-15.243,-7.022,0.245,0.175,0.235,0.059,6.426,0.015,-2.454,20.699,0.0,0.0,0.0,-6.636,-0.032,-2.672,-1.637,-0.195,0.0,0.0,13.51,5.728,1759.0,1745.5,13595.6,4567.6,0.0,120000.0,60000.0,0.0,19.22,86.72,45284.0,0.0,10325.0,0.0,395.0,13706.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,3130.0,0.0,2330.0,800.0 -house021.xml,156.946,156.946,48.155,48.155,108.791,0.0,0.0,0.0,0.0,0.0,0.0,2.011,0.0,0.0,8.157,1.437,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,89.745,0.0,19.046,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.798,0.0,17.765,10.989,3.817,0.0,0.0,0.0,0.0,2798.0,4687.7,4687.7,81.275,23.098,0.0,8.265,27.044,2.42,9.183,0.859,21.82,-20.282,0.0,0.0,1.093,9.427,-0.32,26.651,0.0,2.489,0.0,6.1,-14.701,-6.87,0.0,0.047,-0.747,0.016,2.242,-0.09,-2.214,14.693,0.0,0.0,0.041,-6.014,-0.297,-2.379,-0.835,-0.387,0.0,1.217,8.849,3.77,1759.0,1745.5,13752.0,4620.1,0.0,130000.0,60000.0,0.0,16.16,89.24,52669.0,8042.0,10175.0,0.0,318.0,15825.0,0.0,396.0,1788.0,3431.0,12694.0,28791.0,5964.0,9809.0,0.0,149.0,3704.0,0.0,196.0,0.0,2501.0,1718.0,4750.0,4908.0,1135.0,2773.0,1000.0 -house022.xml,138.01,138.01,48.718,48.718,0.0,89.292,0.0,0.0,0.0,0.0,0.0,2.22,0.0,0.0,8.711,0.88,12.471,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,89.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,73.296,0.0,18.932,10.989,1.481,0.0,0.0,184.0,120.0,2976.2,5355.9,5373.2,90.789,27.299,3.682,3.758,20.617,0.0,0.0,1.487,16.605,-13.137,0.0,0.0,14.693,0.0,-0.263,37.701,0.0,1.156,0.0,0.0,-9.56,-4.289,1.107,0.17,0.612,0.0,0.0,-0.12,-1.429,11.451,0.0,0.0,2.05,0.0,-0.255,-2.682,-0.615,-0.07,0.0,0.0,6.16,2.401,1759.0,1745.5,13751.5,4619.9,0.0,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,5447.0,0.0,4647.0,800.0 -house023.xml,138.233,138.233,63.089,63.089,0.0,75.144,0.0,0.0,0.0,0.0,0.0,1.892,0.0,0.0,5.902,0.759,19.997,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,75.144,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.736,0.0,16.259,17.1,2.769,0.0,0.0,0.0,0.0,4239.1,4673.6,4673.6,62.489,20.564,0.0,10.208,21.486,1.2,16.451,0.85,9.985,-7.811,0.0,0.0,0.0,6.173,-0.032,23.701,0.0,1.638,0.0,0.0,-15.571,-5.906,0.0,-0.192,-1.022,-0.014,5.967,-0.114,-1.042,9.141,0.0,0.0,0.0,-6.007,-0.01,-2.68,-0.761,-0.315,0.0,0.0,10.086,3.313,2176.1,2226.5,7845.5,2331.5,0.0,125000.0,42000.0,0.0,16.16,89.24,45394.0,0.0,5067.0,0.0,362.0,18507.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,4276.0,0.0,3276.0,1000.0 -house024.xml,129.312,129.312,43.836,43.836,0.0,85.476,0.0,0.0,0.0,0.0,0.0,2.126,0.0,0.0,5.355,0.479,16.754,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.476,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.468,0.0,15.704,14.653,2.088,0.0,0.0,0.0,0.0,2752.4,3570.5,3601.7,72.07,17.436,0.0,7.179,30.082,0.0,0.0,0.681,7.227,-7.897,0.0,0.0,5.183,0.0,-0.106,25.399,0.0,1.837,0.0,11.769,-8.64,-2.539,0.0,0.586,1.25,0.0,0.0,-0.04,-0.295,6.002,0.0,0.0,0.512,0.0,-0.099,-1.46,-0.332,-0.196,0.0,2.942,5.524,1.377,2176.1,2226.5,14983.5,4452.7,0.0,85000.0,30000.0,0.0,16.16,89.24,60408.0,12599.0,4381.0,0.0,318.0,17712.0,0.0,4475.0,0.0,4266.0,16658.0,21858.0,1379.0,4060.0,0.0,149.0,6404.0,0.0,1183.0,0.0,3109.0,2254.0,3320.0,7046.0,2607.0,3639.0,800.0 -house025.xml,104.514,104.514,69.46,69.46,35.054,0.0,0.0,0.0,0.0,0.0,6.618,1.06,0.0,0.0,18.797,2.597,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,35.054,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.855,0.0,47.577,8.321,3.83,0.0,0.0,0.0,0.0,4332.1,6893.6,6893.6,36.405,32.763,0.0,3.375,17.544,0.0,0.0,2.164,7.392,-5.637,0.0,0.0,6.835,0.0,-1.322,13.719,0.0,0.41,0.0,4.938,-8.606,-4.03,0.0,1.089,5.672,0.0,0.0,0.437,1.931,12.471,0.0,0.0,5.647,0.0,-1.32,-0.743,-0.165,-0.005,0.0,6.095,11.506,5.233,1341.9,1264.5,3496.9,1343.1,0.0,158000.0,81000.0,33000.0,24.62,91.58,54383.0,20091.0,4722.0,0.0,1238.0,9584.0,0.0,6119.0,0.0,1863.0,10768.0,32216.0,8770.0,7687.0,0.0,752.0,4348.0,0.0,2236.0,0.0,1707.0,2197.0,4520.0,9615.0,5967.0,2849.0,800.0 -house026.xml,56.735,56.735,24.856,24.856,31.879,0.0,0.0,0.0,0.0,0.0,0.0,0.045,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,17.742,0.0,14.137,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.596,0.0,0.0,8.607,2.075,0.0,0.0,0.0,0.0,1553.8,1299.3,1553.8,17.399,0.0,0.0,1.773,6.876,0.233,0.0,0.198,4.407,-2.924,0.0,0.0,7.132,0.0,-0.05,2.498,0.0,3.138,0.0,0.0,-6.701,-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,1295.3,1282.5,8580.0,3023.7,0.0,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,2344.0,0.0,1544.0,800.0 -house027.xml,73.458,73.458,31.285,31.285,42.173,0.0,0.0,0.0,0.0,0.0,0.0,0.463,0.0,0.0,7.475,0.941,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,21.172,0.0,17.932,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,19.943,0.0,21.86,8.564,5.271,0.0,0.0,0.0,0.0,1581.0,3606.3,3606.3,24.164,22.774,0.721,1.786,7.94,0.454,0.0,0.594,4.989,-4.006,0.0,0.0,0.321,3.265,-0.167,1.463,0.0,10.465,0.0,2.143,-7.25,-2.861,0.501,1.161,0.793,0.063,0.0,-0.105,0.214,5.405,0.0,0.0,0.149,3.861,-0.167,-0.276,-0.891,-3.327,0.0,2.467,8.837,3.086,1610.9,1574.7,10579.7,3728.4,0.0,75000.0,36000.0,0.0,24.62,91.58,33087.0,7577.0,4494.0,0.0,375.0,6506.0,550.0,250.0,4088.0,1516.0,7731.0,19084.0,3678.0,4014.0,0.0,228.0,2868.0,270.0,163.0,0.0,2277.0,2267.0,3320.0,5496.0,1758.0,2939.0,800.0 -house028.xml,67.9,67.9,29.948,29.948,37.951,0.0,0.0,0.0,0.0,0.0,0.0,0.294,0.0,0.0,7.366,1.488,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.451,0.0,18.114,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.672,0.0,23.505,10.226,3.615,0.0,0.0,0.0,0.0,1527.5,3496.6,3496.6,20.253,23.027,0.77,1.666,7.189,0.358,0.0,0.442,4.977,-3.803,0.0,0.0,0.246,2.526,-0.046,4.068,0.0,4.486,0.0,1.624,-9.071,-2.899,0.603,1.217,-0.512,0.105,0.0,0.06,0.058,6.213,0.0,0.0,0.064,1.834,-0.047,-1.09,-1.226,-1.653,0.0,3.084,11.532,3.238,1857.7,1859.4,12951.6,4219.3,0.0,75000.0,36000.0,0.0,24.62,91.58,31422.0,8678.0,4365.0,0.0,315.0,5287.0,616.0,180.0,3569.0,1488.0,6925.0,19789.0,3915.0,5630.0,0.0,203.0,2207.0,374.0,113.0,0.0,2235.0,1562.0,3550.0,5049.0,2024.0,2025.0,1000.0 -house029.xml,77.585,77.585,30.042,30.042,47.543,0.0,0.0,0.0,0.0,0.0,0.0,0.702,0.0,0.0,6.207,0.835,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,31.878,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,31.61,0.0,13.462,9.614,0.0,0.0,0.0,0.0,0.0,1614.8,3028.9,3028.9,28.366,13.891,0.0,3.365,14.613,0.393,0.0,0.296,6.288,-6.011,0.0,0.0,6.904,0.0,-0.085,7.303,0.0,7.308,0.0,3.181,-8.387,-3.714,0.0,1.13,-0.707,0.01,0.0,0.069,0.462,5.273,0.0,0.0,-0.462,0.0,-0.08,-0.803,-1.051,-1.526,0.0,1.247,7.157,2.828,1610.9,1574.7,11033.0,3888.2,0.0,77000.0,36000.0,0.0,17.24,91.22,29357.0,2294.0,4924.0,0.0,157.0,7940.0,0.0,2973.0,0.0,2105.0,8965.0,16260.0,-172.0,4914.0,0.0,131.0,2819.0,0.0,914.0,0.0,2691.0,1642.0,3320.0,3901.0,903.0,2197.0,800.0 -house030.xml,58.682,58.682,17.191,17.191,0.0,0.0,41.491,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.166,0.0,13.289,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.478,0.0,0.0,7.715,2.206,0.0,0.0,0.0,0.0,1133.9,975.2,1133.9,15.963,0.0,0.0,1.673,10.157,0.486,1.1,1.039,5.182,-3.325,0.0,0.0,0.0,3.437,-0.041,2.725,0.0,5.693,0.0,0.0,-7.831,-2.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,1066.1,992.7,6763.6,2580.9,0.0,87000.0,0.0,0.0,17.24,91.22,19021.0,0.0,3366.0,0.0,474.0,6930.0,0.0,0.0,3528.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,1714.0,0.0,1114.0,600.0 -house031.xml,233.55,233.55,50.257,50.257,183.293,0.0,0.0,0.0,0.0,0.0,0.0,3.407,0.0,0.0,12.858,3.3,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.802,0.0,29.094,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.913,0.0,39.746,17.932,5.234,0.0,0.0,48.0,113.0,3052.5,7440.8,7663.8,125.503,49.219,0.0,14.456,42.005,1.048,6.639,1.393,20.051,-16.712,0.0,0.0,1.979,6.048,-0.849,56.906,0.0,0.654,0.0,9.747,-17.118,-6.505,0.0,2.242,5.112,0.174,2.818,0.114,0.456,16.998,0.0,0.0,0.223,-3.626,-0.816,-1.933,-0.384,-0.01,0.0,3.044,11.057,3.856,2593.2,2707.5,18307.9,4902.1,0.0,200000.0,96000.0,0.0,16.16,89.24,83012.0,13661.0,10261.0,0.0,650.0,23580.0,0.0,869.0,1398.0,7333.0,25259.0,44186.0,9754.0,13165.0,0.0,305.0,7760.0,0.0,431.0,0.0,5345.0,3418.0,4010.0,8618.0,1699.0,5518.0,1400.0 -house032.xml,101.487,101.487,15.551,15.551,85.936,0.0,0.0,0.0,0.0,0.0,0.0,1.509,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.723,0.0,16.238,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.776,0.0,0.0,8.002,4.93,0.0,0.0,153.0,0.0,1348.0,804.3,1348.0,50.432,0.0,0.0,10.402,8.755,1.921,20.407,1.411,8.355,-9.322,0.0,0.0,0.0,4.519,0.02,14.968,0.0,0.624,0.0,0.0,-8.947,-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,0.0,75000.0,0.0,0.0,16.16,89.24,36045.0,0.0,5132.0,0.0,690.0,16560.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,2481.0,0.0,1481.0,1000.0 -house033.xml,107.175,107.175,14.692,14.692,0.0,92.483,0.0,0.0,0.0,0.0,0.0,0.315,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.801,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.9,0.0,0.0,3.531,0.0,0.0,0.0,0.0,0.0,1018.4,771.3,1018.4,48.445,0.0,0.0,19.109,14.551,0.0,0.0,0.999,11.105,-7.521,0.0,0.0,14.666,0.0,-0.352,18.58,0.0,0.792,0.0,0.0,-5.002,-3.333,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,0.0,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,2666.0,0.0,1666.0,1000.0 -house034.xml,153.724,153.724,43.213,43.213,0.0,0.0,110.511,0.0,0.0,0.0,0.0,0.082,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,89.18,0.0,21.331,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.075,0.0,0.0,11.573,5.411,0.0,0.0,0.0,0.0,2949.8,2213.7,2949.8,86.132,0.0,0.0,8.867,26.927,0.0,2.855,1.897,26.618,-26.196,0.0,0.0,10.921,2.675,0.066,34.737,0.0,0.571,0.0,0.0,-16.188,-10.525,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,0.0,210000.0,0.0,0.0,16.16,89.24,61687.0,0.0,15758.0,0.0,1028.0,15796.0,0.0,4773.0,1642.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,4951.0,0.0,3951.0,1000.0 -house035.xml,63.699,63.699,17.44,17.44,46.258,0.0,0.0,0.0,0.0,0.0,0.0,0.816,0.0,0.0,1.666,0.108,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.79,0.0,9.632,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.926,0.0,2.503,3.92,3.827,0.0,0.0,102.0,0.0,1326.9,1887.1,1887.1,39.297,9.633,0.366,6.129,10.823,0.0,0.0,0.536,6.091,-7.321,0.0,0.0,7.744,0.0,0.004,13.599,0.0,0.49,0.0,0.0,-7.872,-3.466,0.062,-0.544,-1.523,0.0,0.0,-0.08,-1.405,7.072,0.0,0.0,-4.366,0.0,0.009,-2.704,-0.705,-0.126,0.0,0.0,4.962,1.972,924.8,783.5,4210.2,1280.7,0.0,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,2960.0,0.0,2160.0,800.0 -house036.xml,82.591,82.591,25.803,25.803,56.787,0.0,0.0,0.0,0.0,0.0,0.0,0.977,0.0,0.0,5.765,0.964,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,39.308,0.0,17.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,32.307,0.0,14.148,8.219,5.845,0.0,0.0,106.0,124.0,1462.3,3200.7,3200.7,31.832,16.86,5.508,2.255,3.969,0.0,0.0,1.823,6.799,-7.197,0.0,0.0,21.059,0.0,-0.007,7.4,0.0,0.554,0.0,0.0,-6.44,-3.438,1.615,0.14,0.002,0.0,0.0,-0.21,-0.867,5.704,0.0,0.0,2.5,0.0,-0.007,-0.729,-0.392,-0.059,0.0,0.0,4.339,2.011,1341.9,1264.5,6447.0,2476.3,0.0,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,1674.0,0.0,1074.0,600.0 -house037.xml,88.458,88.458,21.781,21.781,0.0,66.677,0.0,0.0,0.0,0.0,0.0,0.181,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,50.52,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.486,0.0,0.0,7.429,0.0,0.0,0.0,0.0,0.0,1456.9,1117.9,1456.9,29.691,0.0,0.0,16.696,11.31,0.0,0.0,1.562,7.647,-10.338,0.0,0.0,6.538,0.0,-0.324,14.693,0.0,0.46,0.0,0.0,-6.828,-3.864,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,0.0,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,3269.0,0.0,2469.0,800.0 -house038.xml,125.312,125.312,51.041,51.041,74.271,0.0,0.0,0.0,0.0,0.0,0.0,1.031,0.0,0.0,13.667,2.595,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,50.24,0.0,24.031,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.189,0.0,30.939,14.715,4.601,0.0,0.0,0.0,213.0,2455.6,5668.8,5726.6,48.331,27.398,0.0,3.652,14.88,0.651,4.466,0.809,12.429,-10.431,0.0,0.0,1.862,2.347,-0.043,22.483,0.0,0.595,0.0,0.0,-10.145,-3.873,0.0,0.845,2.6,0.141,2.253,0.018,0.92,12.753,0.0,0.0,0.337,-0.578,-0.032,-0.574,-0.139,0.005,0.0,0.0,8.631,3.035,2176.1,2226.5,14642.0,4351.2,0.0,71000.0,36000.0,0.0,16.16,89.24,31058.0,0.0,6993.0,0.0,362.0,9766.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,3753.0,0.0,2353.0,1400.0 -house039.xml,99.9,99.9,24.033,24.033,75.868,0.0,0.0,0.0,0.0,0.0,0.0,0.146,0.0,0.0,0.0,0.0,5.141,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,72.181,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.911,0.0,0.0,14.272,1.132,0.0,0.0,0.0,0.0,1709.3,1461.4,1709.3,50.061,0.0,0.0,14.206,5.384,0.0,0.0,2.508,16.122,-13.538,0.0,0.0,14.024,0.0,-0.042,13.243,0.0,0.556,0.0,0.0,-4.143,-2.844,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,17537.7,5211.7,0.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,24809.0,0.0,9879.0,0.0,683.0,526.0,0.0,2514.0,0.0,6418.0,1470.0,3320.0,3173.0,0.0,2373.0,800.0 -house040.xml,101.602,101.602,23.52,23.52,78.082,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,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.723,0.0,17.359,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,57.206,0.0,0.0,8.002,5.509,0.0,0.0,0.0,0.0,1751.7,1153.8,1751.7,62.344,0.0,11.265,5.616,22.28,0.0,4.302,2.094,12.88,-12.508,0.0,0.0,2.036,3.382,-0.096,19.739,0.0,0.612,0.0,0.0,-10.087,-4.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,1341.9,1264.5,7310.4,2807.9,0.0,75000.0,0.0,0.0,16.16,89.24,44472.0,0.0,7249.0,0.0,1028.0,13761.0,5873.0,795.0,1107.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,3333.0,0.0,2533.0,800.0 -house041.xml,258.946,258.946,47.07,47.07,211.876,0.0,0.0,0.0,0.0,0.0,0.0,4.162,0.0,0.0,2.532,0.238,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,185.321,0.0,26.555,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,174.622,0.0,4.466,15.632,5.04,0.0,0.0,105.0,0.0,3249.4,4671.1,4671.1,77.757,24.091,0.0,11.261,45.049,3.518,35.041,3.141,38.863,-20.773,0.0,0.0,4.608,17.348,-0.578,64.107,0.0,2.766,0.0,0.0,-20.295,-10.998,0.0,0.122,-2.113,-0.121,1.638,-0.218,-2.819,9.454,0.0,0.0,-0.354,-5.262,-0.575,-3.419,-0.97,-0.253,0.0,0.0,6.553,2.945,1857.7,1859.4,14896.4,4852.9,0.0,75000.0,30000.0,0.0,-13.72,81.14,101779.0,0.0,18666.0,0.0,1544.0,34832.0,0.0,2471.0,7949.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,2263.0,0.0,1263.0,1000.0 -house042.xml,231.144,231.144,40.02,40.02,191.124,0.0,0.0,0.0,0.0,0.0,0.0,3.906,0.0,0.0,1.739,0.062,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,166.681,0.0,24.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,163.886,0.0,2.58,15.632,3.23,0.0,0.0,0.0,0.0,2758.4,3133.3,3133.3,88.149,19.056,0.0,9.173,39.855,4.013,43.722,2.65,34.229,-19.417,0.0,0.0,2.449,14.522,-0.355,56.291,0.0,1.751,0.0,0.0,-19.243,-7.618,0.0,0.218,-1.428,-0.057,2.844,-0.145,-2.939,5.799,0.0,0.0,-0.261,-4.926,-0.351,-2.751,-0.582,-0.139,0.0,0.0,5.468,1.921,1857.7,1859.4,14896.3,4852.9,0.0,90000.0,24000.0,0.0,-13.72,81.14,90757.0,0.0,17465.0,0.0,1066.0,36724.0,0.0,927.0,2827.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,2111.0,0.0,1111.0,1000.0 -house043.xml,158.475,158.475,29.946,29.946,128.529,0.0,0.0,0.0,0.0,0.0,0.0,2.466,0.0,0.0,1.928,0.103,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,108.626,0.0,19.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,103.466,0.0,2.697,13.084,2.209,0.0,0.0,0.0,0.0,1987.9,2782.0,2782.0,54.557,13.381,0.0,3.168,23.196,2.294,33.782,5.576,22.938,-10.008,0.0,0.0,0.549,9.916,-0.296,28.974,0.0,1.578,0.0,0.0,-14.399,-5.171,0.0,0.043,-0.806,-0.089,1.681,-0.346,-2.008,4.659,0.0,0.0,-0.068,-3.583,-0.295,-1.564,-0.499,-0.142,0.0,0.0,4.425,1.391,1610.9,1574.7,12168.1,4288.2,0.0,90000.0,30000.0,0.0,-13.72,81.14,58971.0,0.0,11581.0,0.0,2417.0,24912.0,0.0,202.0,2107.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,1456.0,0.0,656.0,800.0 -house044.xml,226.402,226.402,43.47,43.47,182.932,0.0,0.0,0.0,0.0,0.0,0.0,4.696,0.0,0.0,2.059,0.177,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,160.361,0.0,22.571,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,148.992,0.0,3.431,13.084,4.455,0.0,0.0,0.0,0.0,3092.2,3639.8,3639.8,80.909,18.727,4.371,6.9,36.506,9.235,19.265,2.758,17.958,-11.676,0.0,0.0,12.917,15.077,-0.49,61.982,0.0,1.436,0.0,0.0,-18.08,-10.279,0.249,0.458,-1.35,-0.106,1.2,-0.116,-0.743,5.625,0.0,0.0,-1.121,-4.821,-0.487,-2.648,-0.449,-0.099,0.0,0.0,5.248,2.675,1610.9,1574.7,12168.1,4288.2,0.0,110000.0,36000.0,0.0,-13.72,81.14,79454.0,0.0,8422.0,0.0,1403.0,27544.0,1911.0,5425.0,1899.0,3592.0,29257.0,20726.0,0.0,10735.0,0.0,269.0,3025.0,368.0,208.0,0.0,2028.0,772.0,3320.0,1982.0,0.0,1182.0,800.0 -house045.xml,151.553,151.553,35.205,35.205,116.349,0.0,0.0,0.0,0.0,0.0,0.0,2.75,0.0,0.0,2.407,0.289,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,93.897,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,87.238,0.0,4.028,13.084,4.362,0.0,0.0,0.0,0.0,2313.5,3039.3,3039.3,46.866,12.975,3.576,3.083,15.132,2.292,32.789,1.136,17.73,-12.204,0.968,-0.412,0.086,12.623,-0.247,20.646,0.0,10.934,0.0,0.0,-14.626,-7.007,-0.012,0.007,-1.085,-0.124,0.9,-0.086,-1.314,6.264,-0.064,0.402,-0.013,-4.074,-0.246,-1.183,-0.896,-1.26,0.0,0.0,4.861,2.058,1610.9,1574.7,12168.2,4288.2,0.0,70000.0,30000.0,0.0,-13.72,81.14,46756.0,0.0,8558.0,455.0,442.0,18970.0,1494.0,31.0,2228.0,1367.0,13211.0,15241.0,0.0,8958.0,846.0,110.0,629.0,197.0,0.0,0.0,772.0,407.0,3320.0,1423.0,0.0,623.0,800.0 -house046.xml,25.004,25.004,25.004,25.004,0.0,0.0,0.0,0.0,0.0,0.0,5.297,0.452,0.303,0.011,3.758,1.009,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.836,0.314,12.877,4.305,0.617,0.0,0.0,0.0,0.0,3876.4,2449.3,3876.4,16.152,13.471,0.0,2.518,3.834,0.0,0.0,0.327,2.231,-1.648,0.0,0.0,-0.154,0.0,-0.3,7.959,0.0,0.378,0.0,2.781,-3.563,-0.481,0.0,1.266,2.526,0.0,0.0,0.023,0.771,2.452,0.0,0.0,-0.153,0.0,-0.299,-0.473,-0.141,0.018,0.0,1.786,4.608,0.548,596.8,442.2,5543.5,2208.6,0.0,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,15040.0,3886.0,3222.0,0.0,110.0,1427.0,0.0,0.0,0.0,1823.0,1711.0,2860.0,3101.0,483.0,2218.0,400.0 -house047.xml,20.676,20.676,14.395,14.395,6.281,0.0,0.0,0.0,0.0,0.0,0.0,0.139,0.0,0.0,0.52,0.001,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.281,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.105,0.0,1.556,4.203,0.0,0.0,0.0,0.0,0.0,873.4,945.1,945.1,4.758,2.584,0.0,-0.001,0.775,0.127,0.0,0.0,1.726,-0.559,0.0,0.0,0.0,1.374,-0.01,1.573,0.0,4.971,0.0,0.206,-3.59,-0.512,0.0,-0.0,0.1,0.032,0.0,0.0,-0.066,0.798,0.0,0.0,0.0,-1.125,-0.01,-0.23,-0.245,-1.381,0.0,-0.0,3.276,0.409,251.7,442.2,5772.6,1524.2,0.0,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,1599.0,0.0,1199.0,400.0 -house048.xml,91.003,91.003,39.59,39.59,51.414,0.0,0.0,0.0,0.0,0.0,0.0,0.342,0.0,0.0,12.756,3.744,0.0,0.0,0.0,3.691,0.085,0.498,3.024,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.477,0.0,12.598,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.716,0.0,52.226,7.253,2.657,0.0,0.0,0.0,0.0,1535.4,5475.5,5475.5,42.014,33.921,1.023,2.631,12.005,0.0,0.0,0.803,4.609,-2.524,0.0,0.0,0.056,2.012,-0.563,6.79,0.0,4.189,0.0,6.411,-7.337,-1.493,1.319,0.988,9.25,0.0,0.0,0.562,3.662,4.27,0.0,0.0,0.074,10.05,-0.551,0.504,-0.456,1.925,0.0,7.005,11.653,2.198,130.3,817.7,11617.6,3495.1,0.0,63000.0,46500.0,0.0,25.88,98.42,51007.0,12330.0,4499.0,0.0,585.0,9704.0,828.0,45.0,11275.0,2249.0,9492.0,30574.0,8419.0,4431.0,0.0,589.0,7601.0,547.0,57.0,0.0,1959.0,3421.0,3550.0,4490.0,1126.0,2365.0,1000.0 -house049.xml,35.471,35.471,31.974,31.974,3.497,0.0,0.0,0.0,0.0,0.0,7.74,0.047,0.0,0.0,7.331,0.191,2.634,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,6.901,0.0,30.687,4.262,1.318,0.0,0.0,0.0,117.0,4645.5,2820.9,4645.5,13.151,15.914,0.0,1.368,4.348,0.0,0.0,0.0,4.233,-5.804,0.0,0.0,0.0,1.252,-0.081,2.653,0.0,1.846,0.0,0.0,-2.547,-0.463,0.0,1.687,7.208,0.0,0.0,0.0,2.956,9.864,0.0,0.0,0.0,3.485,-0.08,-0.046,-2.986,0.697,0.0,0.0,7.424,1.011,728.6,567.4,7487.1,928.5,0.0,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.752,51.752,22.064,22.064,29.688,0.0,0.0,0.0,0.0,0.0,0.0,0.27,0.0,0.0,2.085,0.368,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,15.772,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.406,0.0,5.882,8.572,0.0,0.0,0.0,0.0,0.0,1156.6,2803.5,2803.5,11.085,17.274,0.0,4.153,6.539,0.0,0.0,2.036,5.175,-4.145,0.0,0.0,4.906,0.0,-0.163,2.669,0.0,3.682,0.0,1.887,-10.201,-1.222,0.0,-0.32,-0.352,0.0,0.0,-0.402,0.241,4.091,0.0,0.0,-1.016,0.0,-0.162,-0.568,-1.254,-0.777,0.0,0.64,5.335,0.56,1689.0,437.0,10674.9,2994.2,0.0,58000.0,29000.0,0.0,28.58,87.08,21919.0,7752.0,3277.0,0.0,856.0,3061.0,0.0,2043.0,0.0,1771.0,3159.0,18928.0,5164.0,5885.0,0.0,572.0,1190.0,0.0,596.0,0.0,1585.0,616.0,3320.0,723.0,0.0,-77.0,800.0 +base-lighting-ceiling-fans.xml,59.594,59.594,35.989,35.989,23.605,0.0,0.0,0.0,0.0,0.0,0.0,0.389,0.0,0.0,4.143,0.776,9.012,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.079,0.0,0.0,0.319,0.365,1.513,1.529,0.525,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.605,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.106,0.0,13.582,9.071,0.613,0.0,0.0,0.0,0.0,2039.7,3595.8,3595.8,23.508,18.97,0.0,3.54,3.638,0.512,7.504,0.63,10.088,-12.691,0.0,0.0,0.0,8.275,-0.067,4.807,0.0,0.728,0.0,5.095,-7.8,-2.489,0.0,-0.069,-0.487,-0.055,2.621,-0.031,-1.468,11.723,0.0,0.0,0.0,-6.434,-0.063,-1.171,-3.97,-0.17,0.0,2.984,8.311,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.416,59.416,35.791,35.791,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.531,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2427.3,3884.4,3884.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,60.9,60.9,39.187,39.187,21.713,0.0,0.0,0.0,0.0,0.0,0.0,0.358,0.0,0.0,4.475,0.856,9.013,0.0,0.0,7.673,0.0,0.512,0.0,0.0,0.0,0.0,2.076,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,21.713,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.334,0.0,14.945,9.071,0.614,0.0,0.0,0.0,0.0,2394.8,3956.9,3956.9,23.215,19.78,0.0,3.572,3.658,0.515,7.573,0.634,10.145,-12.66,0.0,0.0,0.0,8.378,-0.074,4.815,0.0,0.729,0.0,4.725,-7.788,-4.232,0.0,-0.071,-0.474,-0.053,2.655,-0.028,-1.42,11.736,0.0,0.0,0.0,-6.391,-0.07,-1.161,-3.967,-0.166,0.0,3.262,7.796,3.441,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.397,59.397,35.772,35.772,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.512,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2064.4,3891.7,3891.7,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,57.21,57.21,30.808,30.808,26.402,0.0,0.0,0.0,0.0,0.0,0.0,0.436,0.0,0.0,3.836,0.702,9.013,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.073,0.0,0.0,0.319,0.365,1.513,1.529,0.525,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.727,0.0,12.261,9.071,0.615,0.0,0.0,0.0,0.0,1610.5,3230.9,3230.9,23.922,18.09,0.0,3.496,3.609,0.508,7.417,0.624,10.018,-12.718,0.0,0.0,0.0,8.165,-0.062,4.799,0.0,0.726,0.0,5.632,-7.814,0.0,0.0,-0.013,-0.44,-0.048,2.759,-0.019,-1.324,11.719,0.0,0.0,0.0,-6.206,-0.057,-1.134,-3.699,-0.164,0.0,2.76,8.292,0.0,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.834,56.834,30.412,30.412,26.423,0.0,0.0,0.0,0.0,0.0,0.0,0.436,0.0,0.0,3.942,0.727,9.015,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.067,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,26.423,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.746,0.0,12.645,9.071,0.617,0.0,0.0,0.0,0.0,1610.5,3204.8,3204.8,23.922,18.311,0.0,3.495,3.608,0.508,7.419,0.624,10.018,-12.718,0.0,0.0,0.0,8.179,-0.061,4.799,0.0,0.726,0.0,5.636,-7.814,0.0,0.0,0.026,-0.393,-0.042,2.886,-0.007,-1.185,11.719,0.0,0.0,0.0,-6.013,-0.057,-1.1,-3.514,-0.156,0.0,2.876,7.763,0.0,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,68.089,68.089,34.574,34.574,33.514,0.0,0.0,0.0,0.0,0.0,0.0,0.545,0.0,0.0,2.939,0.484,9.421,0.0,0.0,4.521,0.0,0.335,0.0,0.0,0.0,0.0,2.067,0.0,0.0,0.32,0.366,1.517,1.533,0.0,2.121,8.407,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.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.0,0.0,31.381,0.0,8.73,9.504,0.62,0.0,0.0,0.0,0.0,2057.6,2899.8,2899.8,23.935,15.914,0.0,4.256,4.38,0.622,9.797,0.805,12.563,-13.838,0.0,0.0,0.0,10.942,-0.087,5.202,0.0,0.771,0.0,7.38,-9.003,-2.868,0.0,0.017,-0.322,-0.039,1.646,-0.04,-1.617,9.904,0.0,0.0,0.0,-7.373,-0.078,-0.864,-2.651,-0.095,0.0,2.101,6.613,1.652,1358.5,1000.7,11355.8,2605.8,0.0,36000.0,24000.0,0.0,10.22,91.4,30666.0,8343.0,7102.0,0.0,543.0,6470.0,0.0,0.0,1844.0,2054.0,4311.0,18522.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.448,39.448,29.5,29.5,9.948,0.0,0.0,0.0,0.0,0.0,0.0,0.041,0.0,0.0,4.91,0.985,8.517,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.131,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.948,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.189,0.0,16.525,8.4,0.66,0.0,0.0,0.0,0.0,1627.1,2600.5,2600.5,13.806,14.407,0.0,3.477,3.335,0.0,0.0,0.719,9.024,-8.613,0.0,0.0,3.267,0.0,-0.347,2.057,0.0,0.802,0.0,1.611,-5.055,-1.293,0.0,-0.094,-0.578,0.0,0.0,0.006,0.182,11.945,0.0,0.0,-0.855,0.0,-0.34,-0.408,-2.244,-0.201,0.0,1.533,6.386,1.352,1354.7,998.0,10815.1,2664.9,0.0,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,1152.0,6959.0,0.0,247.0,387.0,0.0,366.0,0.0,2317.0,359.0,3320.0,1875.0,594.0,480.0,800.0 +base-location-capetown-zaf.xml,27.616,27.616,27.404,27.404,0.212,0.0,0.0,0.0,0.0,0.0,0.0,0.001,0.0,0.0,3.866,0.907,7.513,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.201,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.212,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.197,0.0,15.015,7.298,0.693,0.0,0.0,0.0,0.0,2025.8,2259.3,2331.5,4.376,12.737,0.0,1.566,1.328,0.0,0.0,0.574,4.519,-5.823,0.0,0.0,2.602,0.0,-1.134,0.753,0.0,0.328,0.0,0.031,-3.987,-0.712,0.0,-0.836,-1.556,0.0,0.0,-0.436,-0.307,17.619,0.0,0.0,-4.049,0.0,-1.136,-0.547,-3.447,-0.388,0.0,0.947,7.525,1.934,1354.7,998.0,10368.9,2554.9,0.0,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,13719.0,2061.0,5640.0,0.0,185.0,149.0,0.0,333.0,0.0,1847.0,183.0,3320.0,846.0,27.0,19.0,800.0 +base-location-dallas-tx.xml,34.303,34.303,32.288,32.288,2.015,0.0,0.0,0.0,0.0,0.0,0.0,0.009,0.0,0.0,8.649,1.805,6.705,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.204,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.859,0.0,30.356,6.557,0.575,0.0,0.0,0.0,0.0,1787.1,2861.3,2861.3,9.982,15.228,0.0,1.72,1.598,0.0,0.0,0.364,4.627,-5.076,0.0,0.0,0.0,1.198,-0.337,0.998,0.0,0.384,0.0,0.05,-3.118,-0.764,0.0,0.562,0.007,0.0,0.0,0.196,2.73,17.095,0.0,0.0,0.0,1.937,-0.331,-0.339,-2.347,-0.089,0.0,0.352,8.971,1.882,1354.7,998.0,9789.3,2412.1,0.0,24000.0,24000.0,0.0,25.88,98.42,20378.0,1386.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,1630.0,438.0,393.0,800.0 +base-location-duluth-mn.xml,70.778,70.778,28.717,28.717,42.061,0.0,0.0,0.0,0.0,0.0,0.0,0.448,0.0,0.0,2.251,0.32,11.435,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,1.347,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,42.061,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.142,0.0,5.35,11.393,0.835,0.0,0.0,0.0,0.0,1652.9,2524.3,2524.3,26.822,11.71,0.0,7.022,7.021,0.0,0.0,1.591,19.639,-13.191,0.0,0.0,10.057,0.0,-0.376,6.403,0.0,0.0,0.0,7.802,-5.312,-1.891,0.0,-0.431,-0.78,0.0,0.0,-0.088,-0.809,8.047,0.0,0.0,-1.54,0.0,-0.375,-0.496,-1.618,0.0,0.0,0.344,2.5,0.754,1354.7,998.0,11924.5,2831.6,0.0,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,148.0,5878.0,0.0,156.0,64.0,0.0,344.0,0.0,1624.0,107.0,3320.0,1210.0,246.0,164.0,800.0 +base-location-helena-mt.xml,79.066,79.066,35.128,35.128,43.938,0.0,0.0,0.0,0.0,0.0,0.0,1.077,0.0,0.0,2.413,0.373,10.161,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.038,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,43.938,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.499,0.0,6.485,10.294,0.625,0.0,0.0,0.0,0.0,2141.3,3005.4,3005.4,30.593,15.086,0.0,5.336,5.452,0.772,11.482,1.046,15.436,-15.408,0.0,0.0,0.0,13.797,-0.201,7.816,0.0,1.202,0.0,8.501,-10.848,-3.32,0.0,0.003,-0.258,-0.028,1.29,0.009,-0.479,8.37,0.0,0.0,0.0,-6.067,-0.195,-0.676,-2.494,-0.122,0.0,1.339,4.71,1.187,1354.7,998.0,11614.9,2665.3,0.0,48000.0,24000.0,0.0,-8.14,89.24,39966.0,10036.0,9283.0,0.0,710.0,8457.0,0.0,0.0,2410.0,2684.0,6386.0,17992.0,5113.0,6838.0,0.0,184.0,165.0,0.0,0.0,0.0,1837.0,535.0,3320.0,81.0,0.0,-719.0,800.0 +base-location-honolulu-hi.xml,35.269,35.269,35.269,35.269,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.511,2.813,4.744,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.285,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.51,4.496,0.55,0.0,0.0,0.0,0.0,2035.0,2179.2,2393.4,0.0,13.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,0.0,1.252,0.768,0.0,0.0,0.306,5.327,20.458,0.0,0.0,0.0,6.063,-0.004,-0.04,-2.061,0.063,0.0,0.725,12.146,2.646,1354.7,998.0,8369.7,2062.3,0.0,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,1831.0,580.0,452.0,800.0 +base-location-miami-fl.xml,34.438,34.438,34.438,34.438,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.753,2.616,4.874,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.279,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,44.069,4.632,0.552,0.0,0.0,0.0,0.0,2015.7,2523.9,2523.9,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,1.048,0.618,0.0,0.0,0.315,4.571,19.646,0.0,0.0,0.0,5.632,-0.004,-0.198,-2.841,-0.0,0.0,0.669,12.141,2.646,1354.7,998.0,8452.8,2082.8,0.0,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,-220.0,6532.0,0.0,279.0,507.0,0.0,0.0,0.0,2554.0,345.0,3320.0,2519.0,954.0,765.0,800.0 +base-location-phoenix-az.xml,38.252,38.252,38.248,38.248,0.003,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.103,2.867,5.099,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.263,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.003,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.003,0.0,52.245,4.866,0.557,0.0,0.0,0.0,0.0,2359.6,3564.2,3564.2,1.043,18.543,0.0,0.711,0.52,0.0,0.0,0.208,2.304,-2.036,0.0,0.0,0.0,-0.099,-0.498,0.371,0.0,0.131,0.0,-0.0,-1.43,-0.296,0.0,1.798,1.434,0.0,0.0,0.812,7.013,24.03,0.0,0.0,0.0,7.07,-0.51,0.033,-3.212,0.129,0.0,0.94,10.7,2.349,1354.7,998.0,8260.6,2035.4,0.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.638,37.638,27.196,27.196,10.442,0.0,0.0,0.0,0.0,0.0,0.0,0.043,0.0,0.0,2.718,0.498,8.935,0.0,0.0,2.646,0.0,0.238,0.0,0.0,0.0,0.0,2.087,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,4.192,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.442,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.647,0.0,8.314,8.724,0.78,0.0,0.0,0.0,0.0,1621.9,2927.9,2927.9,8.87,14.306,0.0,3.414,3.26,0.0,0.0,0.743,8.714,-8.283,0.0,0.0,6.205,0.0,-0.453,1.464,0.0,0.81,0.0,1.785,-6.547,-1.625,0.0,-0.267,-0.725,0.0,0.0,0.007,-0.534,10.218,0.0,0.0,-2.796,0.0,-0.45,-0.325,-2.834,-0.24,0.0,0.535,4.85,1.021,1354.7,998.0,11014.7,2714.0,0.0,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.669,80.669,37.469,37.469,43.2,0.0,0.0,0.0,0.0,0.0,0.0,0.713,0.0,0.0,4.076,0.749,9.019,0.0,0.0,4.507,0.0,0.334,1.793,0.0,0.0,0.0,2.053,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,43.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,40.461,0.0,12.989,9.071,0.621,0.0,0.0,0.0,0.0,2162.5,3829.3,3829.3,32.839,21.498,0.0,3.506,3.727,0.524,7.411,0.657,10.41,-12.864,0.0,0.0,0.0,8.072,-0.13,5.516,0.0,15.129,0.0,8.829,-8.066,-2.561,0.0,0.184,-0.225,-0.018,3.027,0.04,-0.612,11.549,0.0,0.0,0.0,-5.938,-0.126,-0.978,-2.994,-3.428,0.0,3.122,7.502,1.946,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,38681.0,8743.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,10894.0,20470.0,5342.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,61.006,61.006,35.691,35.691,25.315,0.0,0.0,0.0,0.0,0.0,0.0,0.418,0.0,0.0,4.218,0.793,9.015,0.0,0.0,4.507,0.0,0.334,0.112,0.0,0.0,0.0,2.07,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,25.315,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.707,0.0,13.805,9.071,0.616,0.0,0.0,0.0,0.0,2055.7,3763.1,3763.1,25.293,20.778,0.0,3.532,3.637,0.512,7.503,0.629,10.079,-12.698,0.0,0.0,0.0,8.298,-0.061,4.321,0.0,2.474,0.0,5.433,-7.804,-2.49,0.0,-0.015,-0.427,-0.047,2.789,-0.017,-1.291,11.715,0.0,0.0,0.0,-6.174,-0.057,-1.015,-3.685,-0.672,0.0,3.085,7.776,2.017,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,74.017,74.017,37.363,37.363,36.654,0.0,0.0,0.0,0.0,0.0,0.0,0.605,0.0,0.0,4.154,0.771,9.017,0.0,0.0,4.507,0.0,0.334,1.69,0.0,0.0,0.0,2.06,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,36.654,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.33,0.0,13.382,9.071,0.619,0.0,0.0,0.0,0.0,2084.4,4049.3,4049.3,29.849,21.303,0.0,3.475,3.658,0.515,7.478,0.637,10.17,-12.751,0.0,0.0,0.0,8.282,-0.077,1.507,0.0,13.897,0.0,7.626,-7.884,-2.508,0.0,0.065,-0.341,-0.034,2.958,0.008,-0.998,11.663,0.0,0.0,0.0,-5.92,-0.073,-0.247,-3.266,-3.173,0.0,3.146,7.689,1.999,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,35510.0,8671.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,7797.0,19952.0,5332.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,74.14,74.14,38.309,38.309,35.831,0.0,0.0,0.0,0.0,0.0,0.0,0.591,0.0,0.0,4.87,0.862,9.017,0.0,0.0,4.507,0.0,0.334,1.842,0.0,0.0,0.0,2.06,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,35.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,26.826,0.0,10.31,9.071,0.619,0.0,0.0,0.0,0.0,2079.5,3207.3,3207.3,21.562,13.614,0.0,3.758,3.654,0.514,7.47,0.636,10.163,-12.744,0.0,0.0,0.0,8.27,-0.079,1.506,0.0,13.776,0.0,0.0,-7.882,-2.508,0.0,0.153,-0.343,-0.035,2.957,0.008,-1.0,11.67,0.0,0.0,0.0,-5.922,-0.075,-0.247,-3.258,-3.142,0.0,0.0,7.691,1.999,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,26840.0,0.0,7508.0,0.0,575.0,6840.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,33.624,33.624,33.624,33.624,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.901,9.085,0.0,0.0,4.507,0.0,0.334,2.752,0.0,0.0,0.0,1.822,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.18,9.071,0.691,0.0,0.0,0.0,0.0,2020.0,2122.1,2122.1,0.0,18.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,0.167,-0.336,-0.033,3.036,0.002,-1.037,11.85,0.0,0.0,0.0,-6.527,-0.061,-0.25,-3.027,-3.018,0.0,0.658,7.893,2.042,1354.7,998.0,11171.5,2563.5,0.0,0.0,24000.0,0.0,6.8,91.76,26840.0,0.0,7508.0,0.0,575.0,6840.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,71.279,71.279,36.015,36.015,35.265,0.0,0.0,0.0,0.0,0.0,0.0,0.582,0.0,0.0,4.065,0.75,9.019,0.0,0.0,4.507,0.0,0.334,0.478,0.0,0.0,0.0,2.056,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,35.265,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.028,0.0,13.02,9.071,0.62,0.0,0.0,0.0,0.0,2084.5,3769.0,3769.0,29.85,21.287,0.0,3.506,3.679,0.518,7.458,0.643,10.246,-12.792,0.0,0.0,0.0,8.226,-0.091,1.906,0.0,12.553,0.0,7.363,-7.954,-2.53,0.0,0.118,-0.29,-0.027,3.028,0.022,-0.827,11.621,0.0,0.0,0.0,-5.85,-0.087,-0.244,-3.088,-3.947,0.0,3.07,7.616,1.977,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,35510.0,8671.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,7797.0,19952.0,5332.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,73.347,73.347,36.047,36.047,37.299,0.0,0.0,0.0,0.0,0.0,0.0,0.615,0.0,0.0,4.076,0.752,9.018,0.0,0.0,4.507,0.0,0.334,0.464,0.0,0.0,0.0,2.057,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,37.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,34.934,0.0,13.039,9.071,0.619,0.0,0.0,0.0,0.0,2084.5,3769.0,3769.0,29.85,21.291,0.0,3.483,3.669,0.516,7.466,0.641,10.216,-12.78,0.0,0.0,0.0,8.252,-0.087,1.51,0.0,14.456,0.0,7.737,-7.924,-2.52,0.0,0.097,-0.311,-0.03,2.999,0.017,-0.894,11.633,0.0,0.0,0.0,-5.875,-0.083,-0.237,-3.147,-3.777,0.0,3.094,7.647,1.987,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,35510.0,8671.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,7797.0,19952.0,5332.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,75.165,75.165,37.304,37.304,37.861,0.0,0.0,0.0,0.0,0.0,0.0,0.625,0.0,0.0,4.113,0.759,9.018,0.0,0.0,4.507,0.0,0.334,1.666,0.0,0.0,0.0,2.058,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,37.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.461,0.0,13.179,9.071,0.619,0.0,0.0,0.0,0.0,2082.3,3769.0,3769.0,29.849,21.283,0.0,3.49,3.709,0.522,7.444,0.652,10.347,-12.806,0.0,0.0,0.0,8.158,-0.122,1.521,0.0,14.102,0.0,8.691,-7.992,-2.54,0.0,0.175,-0.274,-0.025,2.972,0.027,-0.773,11.607,0.0,0.0,0.0,-5.971,-0.118,-0.225,-3.136,-2.938,0.0,2.438,7.58,1.967,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,35510.0,8671.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,7797.0,19952.0,5332.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,66.063,66.063,37.47,37.47,28.593,0.0,0.0,0.0,0.0,0.0,0.0,0.472,0.0,0.0,4.257,0.8,9.015,0.0,0.0,4.507,0.0,0.334,1.793,0.0,0.0,0.0,2.067,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,28.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.779,0.0,13.915,9.071,0.616,0.0,0.0,0.0,0.0,2126.8,3729.3,3729.3,25.819,20.292,0.0,3.504,3.634,0.511,7.499,0.629,10.076,-12.716,0.0,0.0,0.0,8.323,-0.062,5.397,0.0,3.904,0.0,6.072,-7.818,-2.493,0.0,-0.004,-0.411,-0.044,2.849,-0.012,-1.234,11.697,0.0,0.0,0.0,-6.066,-0.058,-1.224,-3.559,-0.828,0.0,3.156,7.76,2.014,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,33594.0,8632.0,7508.0,0.0,575.0,6840.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,66.066,66.066,37.47,37.47,28.596,0.0,0.0,0.0,0.0,0.0,0.0,0.472,0.0,0.0,4.257,0.8,9.015,0.0,0.0,4.507,0.0,0.334,1.793,0.0,0.0,0.0,2.067,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,28.596,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.782,0.0,13.914,9.071,0.616,0.0,0.0,0.0,0.0,2126.8,3729.3,3729.3,25.821,20.293,0.0,3.504,3.634,0.511,7.499,0.629,10.076,-12.716,0.0,0.0,0.0,8.323,-0.062,5.397,0.0,3.907,0.0,6.073,-7.818,-2.493,0.0,-0.004,-0.411,-0.044,2.849,-0.012,-1.234,11.697,0.0,0.0,0.0,-6.066,-0.058,-1.224,-3.559,-0.829,0.0,3.156,7.76,2.014,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,33595.0,8632.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,5921.0,19144.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.887,74.887,36.46,36.46,38.427,0.0,0.0,0.0,0.0,0.0,0.0,0.634,0.0,0.0,4.046,0.744,9.018,0.0,0.0,4.507,0.0,0.334,0.897,0.0,0.0,0.0,2.056,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,38.427,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.99,0.0,12.902,9.071,0.62,0.0,0.0,0.0,0.0,2100.1,3799.1,3799.1,29.9,21.347,0.0,3.49,3.682,0.518,7.461,0.643,10.247,-12.815,0.0,0.0,0.0,8.23,-0.086,1.464,0.0,15.417,0.0,7.933,-7.961,-2.532,0.0,0.122,-0.286,-0.027,3.031,0.022,-0.824,11.598,0.0,0.0,0.0,-5.845,-0.082,-0.224,-3.078,-4.099,0.0,3.081,7.609,1.975,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,35510.0,8671.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,7797.0,19952.0,5332.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.887,74.887,36.46,36.46,38.427,0.0,0.0,0.0,0.0,0.0,0.0,0.634,0.0,0.0,4.046,0.744,9.018,0.0,0.0,4.507,0.0,0.334,0.897,0.0,0.0,0.0,2.056,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,38.427,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.99,0.0,12.902,9.071,0.62,0.0,0.0,0.0,0.0,2100.1,3799.1,3799.1,29.9,21.347,0.0,3.49,3.682,0.518,7.461,0.643,10.247,-12.815,0.0,0.0,0.0,8.23,-0.086,1.464,0.0,15.417,0.0,7.933,-7.961,-2.532,0.0,0.122,-0.286,-0.027,3.031,0.022,-0.824,11.598,0.0,0.0,0.0,-5.845,-0.082,-0.224,-3.078,-4.099,0.0,3.081,7.609,1.975,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,35510.0,8671.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,7797.0,19952.0,5332.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,66.064,66.064,37.473,37.473,28.591,0.0,0.0,0.0,0.0,0.0,0.0,0.472,0.0,0.0,4.259,0.801,9.015,0.0,0.0,4.507,0.0,0.334,1.793,0.0,0.0,0.0,2.067,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,28.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,26.777,0.0,13.916,9.071,0.616,0.0,0.0,0.0,0.0,2126.8,3730.7,3730.7,25.818,20.295,0.0,3.504,3.634,0.511,7.499,0.629,10.076,-12.716,0.0,0.0,0.0,8.323,-0.062,5.398,0.0,3.903,0.0,6.072,-7.818,-2.493,0.0,-0.004,-0.411,-0.044,2.849,-0.012,-1.234,11.697,0.0,0.0,0.0,-6.066,-0.058,-1.224,-3.559,-0.828,0.0,3.158,7.76,2.014,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,33594.0,8632.0,7508.0,0.0,575.0,6840.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,66.067,66.067,37.473,37.473,28.595,0.0,0.0,0.0,0.0,0.0,0.0,0.472,0.0,0.0,4.259,0.801,9.015,0.0,0.0,4.507,0.0,0.334,1.793,0.0,0.0,0.0,2.067,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,28.595,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.78,0.0,13.916,9.071,0.616,0.0,0.0,0.0,0.0,2126.8,3730.7,3730.7,25.82,20.295,0.0,3.504,3.634,0.511,7.499,0.629,10.076,-12.716,0.0,0.0,0.0,8.323,-0.062,5.397,0.0,3.905,0.0,6.072,-7.818,-2.493,0.0,-0.004,-0.411,-0.044,2.849,-0.012,-1.234,11.697,0.0,0.0,0.0,-6.066,-0.058,-1.224,-3.559,-0.828,0.0,3.158,7.76,2.014,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,33595.0,8632.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,5921.0,19144.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.961,81.961,37.877,37.877,44.084,0.0,0.0,0.0,0.0,0.0,0.0,0.724,0.0,0.0,4.387,0.645,9.022,0.0,0.0,4.507,0.0,0.334,1.574,0.0,0.0,0.416,2.044,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,44.084,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.29,0.0,11.165,9.071,0.624,0.0,0.0,0.0,18.0,2190.4,4110.3,4110.3,36.243,23.259,0.0,3.173,3.718,0.523,7.454,0.655,10.373,-12.811,0.0,0.0,0.0,8.207,-0.123,3.852,0.0,9.589,0.0,16.897,-8.002,-2.544,0.0,0.13,-0.167,-0.01,3.26,0.053,-0.451,11.602,0.0,0.0,0.0,-5.542,-0.119,-0.571,0.0,-2.037,-9.045,4.599,7.559,1.963,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,42760.0,16253.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,7464.0,24528.0,10278.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.464,73.464,36.527,36.527,36.937,0.0,0.0,0.0,0.0,0.0,0.0,0.609,0.0,0.0,4.119,0.762,9.018,0.0,0.0,4.507,0.0,0.334,0.897,0.0,0.0,0.0,2.058,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,36.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,0.0,34.595,0.0,13.217,9.071,0.619,0.0,0.0,0.0,0.0,2096.5,3799.0,3799.0,29.715,21.331,0.0,3.485,3.669,0.516,7.467,0.641,10.213,-12.78,0.0,0.0,0.0,8.254,-0.085,1.51,0.0,14.179,0.0,7.669,-7.923,-2.52,0.0,0.094,-0.312,-0.03,2.998,0.016,-0.9,11.633,0.0,0.0,0.0,-5.876,-0.081,-0.238,-3.153,-3.621,0.0,3.128,7.648,1.988,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,35510.0,8671.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,7797.0,19952.0,5332.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.725,57.725,33.919,33.919,23.806,0.0,0.0,0.0,0.0,0.0,0.0,0.393,0.0,0.0,2.372,0.355,9.022,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.671,2.042,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.806,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.294,0.0,6.046,9.071,0.624,0.0,0.0,0.0,0.0,2039.7,3472.1,3472.1,23.508,16.144,0.0,3.537,3.636,0.512,7.523,0.629,10.08,-12.691,0.0,0.0,0.0,8.411,-0.061,4.805,0.0,0.728,0.0,5.137,-7.799,-2.489,0.0,0.167,-0.225,-0.018,3.377,0.032,-0.685,11.723,0.0,0.0,0.0,-5.252,-0.056,-0.941,0.0,-0.129,-12.877,1.66,7.761,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.22,59.22,35.594,35.594,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3884.4,3884.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.22,32.333,35.594,8.708,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,-26.886,0.0,0.0,23.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3884.4,3884.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.22,32.333,35.594,8.708,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,-26.886,0.0,0.0,23.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3884.4,3884.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.22,1.956,35.594,-21.669,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,-57.264,0.0,0.0,23.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3884.4,3884.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.22,59.22,35.594,35.594,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3884.4,3884.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,64.266,44.914,31.207,11.855,33.058,0.0,0.0,0.0,0.0,0.0,0.0,0.545,0.0,0.0,2.164,0.309,2.078,0.0,0.313,4.507,0.0,0.334,1.118,0.0,0.0,1.09,2.157,0.0,0.0,0.447,0.338,2.514,1.529,0.745,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,-19.352,0.0,0.52,33.058,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.944,0.0,5.176,10.469,0.697,0.0,9.09,0.0,0.0,2329.9,3054.3,3054.3,26.39,15.079,0.0,3.498,3.693,0.519,7.44,1.121,10.342,-12.828,0.0,0.0,0.0,8.206,-0.107,1.535,0.0,15.111,0.0,2.863,-8.174,-2.551,0.0,0.765,-0.048,0.008,3.523,-0.182,-0.173,11.586,0.0,0.0,0.0,-5.121,-0.103,-0.185,0.0,-3.253,-11.716,0.426,8.485,1.957,1610.4,1574.8,10335.4,3642.3,2.903,36000.0,24000.0,0.0,6.8,91.76,31001.0,4634.0,7508.0,0.0,575.0,6840.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,60.058,33.172,36.433,9.547,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,-26.886,0.0,0.839,23.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2102.2,3963.4,3963.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,13.96,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.954,69.765,37.329,29.14,32.125,8.5,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,-8.189,1.735,23.625,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,22.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2086.9,3998.4,3998.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,1.729,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,76.22,68.03,35.594,27.405,32.125,8.5,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,-8.189,0.0,23.625,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,22.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3884.4,3884.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,76.22,68.03,35.594,27.405,32.125,8.5,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,-8.189,0.0,23.625,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,22.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3884.4,3884.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.893,56.893,35.515,35.515,21.378,0.0,0.0,0.0,0.0,0.0,0.0,0.353,0.0,0.0,4.216,0.793,9.013,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.074,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,21.378,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.019,0.0,13.818,9.071,0.614,0.0,0.0,0.0,0.0,2034.9,3669.7,3669.7,22.629,19.233,0.0,3.575,3.659,0.515,7.285,0.634,10.149,-12.67,0.0,0.0,0.0,6.668,-0.068,4.813,0.0,0.729,0.0,4.666,-7.788,-2.486,0.0,-0.038,-0.45,-0.05,2.452,-0.022,-1.354,11.744,0.0,0.0,0.0,-6.041,-0.063,-1.146,-3.798,-0.164,0.0,3.082,7.795,2.021,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,31959.0,8588.0,7508.0,0.0,575.0,6571.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.606,146.606,68.26,68.26,70.346,0.0,2.5,5.5,0.0,0.0,0.0,0.29,0.0,0.0,5.307,1.059,9.01,0.0,0.0,4.507,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.529,0.0,2.116,8.384,5.118,1.621,0.0,9.207,4.437,3.415,0.0,0.0,0.0,17.58,0.0,0.0,0.0,0.0,0.0,49.967,0.0,0.0,2.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,2.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.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,16.461,0.0,18.468,9.071,0.61,0.0,0.0,0.0,0.0,3156.7,5305.2,5305.2,22.247,21.26,0.0,3.63,3.691,0.52,7.715,0.64,10.226,-12.598,0.0,0.0,0.0,8.546,-0.067,4.833,0.0,0.734,0.0,3.899,-13.214,-2.475,0.0,-0.183,-0.563,-0.066,2.445,-0.052,-1.709,11.815,0.0,0.0,0.0,-6.719,-0.063,-1.243,-4.545,-0.178,0.0,3.817,13.832,2.033,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,19991.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.09,93.09,64.711,64.711,20.38,2.5,0.0,0.0,5.5,0.0,0.0,0.29,0.0,0.0,5.307,1.059,9.01,0.0,0.0,4.507,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.529,0.0,2.116,8.384,5.118,1.621,0.0,9.207,0.887,3.415,0.0,0.0,0.0,17.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.461,0.0,18.468,9.071,0.61,0.0,0.0,0.0,0.0,3117.4,4957.5,4957.5,22.247,21.26,0.0,3.63,3.691,0.52,7.715,0.64,10.226,-12.598,0.0,0.0,0.0,8.546,-0.067,4.833,0.0,0.734,0.0,3.899,-13.214,-2.475,0.0,-0.183,-0.563,-0.066,2.445,-0.052,-1.709,11.815,0.0,0.0,0.0,-6.719,-0.063,-1.243,-4.545,-0.178,0.0,3.817,13.832,2.033,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,19991.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.359,53.359,24.247,24.247,29.112,0.0,0.0,0.0,0.0,0.0,0.0,0.48,0.0,0.0,3.501,0.622,9.017,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.06,0.0,0.0,0.319,0.365,1.513,1.529,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.112,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.266,0.0,10.811,9.071,0.619,0.0,0.0,0.0,0.0,1512.2,2848.1,2848.1,24.561,17.155,0.0,3.468,3.599,0.506,7.385,0.622,9.987,-12.743,0.0,0.0,0.0,8.162,-0.056,4.799,0.0,0.725,0.0,6.14,-3.14,-2.499,0.0,0.095,-0.336,-0.034,3.052,0.007,-1.006,11.67,0.0,0.0,0.0,-5.757,-0.052,-1.048,-3.186,-0.147,0.0,2.544,3.15,2.008,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.504,26.504,25.37,25.37,1.134,0.0,0.0,0.0,0.0,0.0,0.0,0.008,0.0,0.0,2.412,0.392,9.536,0.0,0.0,2.025,0.0,0.206,0.0,0.0,0.0,0.0,2.156,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,2.795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.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,1.048,0.0,6.57,9.37,0.59,0.0,0.0,0.0,0.0,1520.7,2307.0,2307.0,3.691,8.22,0.0,-0.014,3.74,0.0,0.0,0.409,4.038,-3.314,0.0,0.0,-0.012,0.0,-0.306,1.298,0.0,0.764,0.0,0.0,-4.72,-0.959,0.0,-0.01,-2.563,0.0,0.0,-0.006,-0.595,4.889,0.0,0.0,-0.008,0.0,-0.298,-0.364,-1.34,-0.248,0.0,0.0,6.141,1.067,1354.7,998.0,11171.6,3093.4,0.0,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,64.296,64.296,35.348,35.348,28.948,0.0,0.0,0.0,0.0,0.0,0.0,0.478,0.0,0.0,3.984,0.739,9.015,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.067,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,28.948,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.109,0.0,12.863,9.071,0.617,0.0,0.0,0.0,0.0,2048.7,3477.7,3477.7,23.738,18.531,0.0,3.465,3.704,0.54,7.343,0.775,10.699,-8.751,0.0,0.0,0.0,7.85,-0.061,4.789,0.0,0.723,0.0,6.044,-7.81,-2.491,0.0,0.011,-0.443,-0.051,2.843,-0.033,-1.258,10.312,0.0,0.0,0.0,-6.072,-0.055,-1.115,-3.622,-0.157,0.0,2.868,7.768,2.016,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.875,58.875,35.734,35.734,23.141,0.0,0.0,0.0,0.0,0.0,0.0,0.382,0.0,0.0,4.368,0.831,9.013,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.075,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.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,0.0,0.0,21.672,0.0,14.507,9.071,0.614,0.0,0.0,0.0,0.0,2039.6,3637.8,3637.8,23.489,19.094,0.0,3.545,3.639,0.512,7.51,0.63,10.09,-12.69,0.0,0.0,0.0,8.286,-0.067,4.424,0.0,0.728,0.0,5.007,-7.796,-2.488,0.0,-0.046,-0.454,-0.05,2.708,-0.023,-1.37,11.724,0.0,0.0,0.0,-6.305,-0.063,-1.034,-3.266,-0.164,0.0,3.173,7.787,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,31389.0,8571.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,3775.0,18685.0,5334.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,512.0,3320.0,106.0,0.0,-694.0,800.0 +base-misc-unit-multiplier.xml,592.203,592.203,355.942,355.942,236.261,0.0,0.0,0.0,0.0,0.0,0.0,3.898,0.0,0.0,42.508,8.018,90.14,0.0,0.0,45.072,0.0,3.339,0.0,0.0,0.0,0.0,20.723,0.0,0.0,3.187,3.653,15.127,15.286,0.0,21.155,83.836,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,236.261,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,221.26,0.0,139.735,90.712,6.149,0.0,0.0,0.0,0.0,20524.0,38844.0,38844.0,235.083,191.762,0.0,35.401,36.376,5.119,75.057,6.297,100.868,-126.906,0.0,0.0,0.0,82.901,-0.666,48.067,0.0,7.278,0.0,50.988,-77.996,-24.887,0.0,-0.308,-4.405,-0.485,27.479,-0.198,-13.28,117.225,0.0,0.0,0.0,-62.403,-0.627,-11.37,-37.806,-1.617,0.0,31.011,77.82,20.184,13547.4,9980.0,111715.9,25635.4,0.0,360000.0,240000.0,0.0,6.8,91.76,322350.0,85950.0,75080.0,0.0,5750.0,68400.0,0.0,0.0,19490.0,21710.0,45970.0,187870.0,53290.0,70370.0,0.0,2070.0,2650.0,0.0,0.0,0.0,20100.0,6190.0,33200.0,0.0,0.0,0.0,0.0 +base-misc-usage-multiplier.xml,127.125,127.125,50.45,50.45,69.475,0.0,2.25,4.95,0.0,0.0,0.0,0.363,0.0,0.0,4.52,0.867,8.168,0.0,0.0,4.056,0.0,0.301,0.0,0.0,0.0,0.0,1.869,2.151,0.0,0.287,0.329,1.361,1.376,0.0,1.904,7.545,0.0,0.0,0.0,8.286,3.993,3.073,0.0,0.0,0.0,21.985,0.0,0.0,0.0,0.0,0.0,44.97,0.0,0.0,2.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,2.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.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,20.589,0.0,15.116,8.164,0.614,0.0,0.0,0.0,0.0,2563.4,4490.7,4490.7,23.226,19.824,0.0,3.563,3.65,0.514,7.55,0.632,10.117,-12.671,0.0,0.0,0.0,8.337,-0.066,4.861,0.0,0.656,0.0,4.778,-9.444,-2.237,0.0,-0.07,-0.472,-0.053,2.659,-0.028,-1.431,11.745,0.0,0.0,0.0,-6.382,-0.063,-1.177,-3.982,-0.15,0.0,3.286,9.57,1.82,1219.3,898.2,10054.4,2307.2,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,19991.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,60.058,33.172,36.433,9.547,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,-26.886,0.0,0.839,23.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2102.2,3963.4,3963.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,13.96,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,60.052,33.166,34.864,7.978,25.188,0.0,0.0,0.0,0.0,0.0,0.0,0.416,0.0,0.0,3.005,0.517,9.114,0.0,0.0,4.507,0.142,0.334,0.0,0.0,0.0,0.0,1.715,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,-26.886,0.0,0.891,25.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.582,0.0,8.874,9.071,0.723,0.0,0.0,0.0,0.0,2083.3,2928.9,2928.9,18.473,11.969,0.0,3.532,3.794,0.502,5.84,0.613,8.188,-6.671,0.0,0.0,0.0,6.563,-0.046,5.369,0.0,0.0,0.0,3.959,-5.766,-2.495,0.0,0.124,-0.258,-0.033,2.466,0.004,-1.084,8.261,0.0,0.0,0.0,-5.595,-0.043,-1.194,-2.578,0.0,0.0,1.303,5.629,2.012,1354.7,998.0,11171.5,2563.5,17.068,36000.0,24000.0,0.0,6.8,91.76,29805.0,8039.0,5506.0,0.0,575.0,6968.0,0.0,0.0,1949.0,2171.0,4597.0,15522.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,61.446,34.56,37.821,10.934,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,-26.886,0.0,2.227,23.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2234.2,4106.7,4106.7,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,4.421,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.954,34.068,37.329,10.442,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,-26.886,0.0,1.735,23.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2086.9,3998.4,3998.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,5.528,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,60.058,33.172,36.433,9.547,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,-26.886,0.0,0.839,23.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2102.2,3963.4,3963.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,13.96,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.954,42.879,37.329,2.253,32.125,8.5,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,-26.886,-8.189,1.735,23.625,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,22.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2086.9,3998.4,3998.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,16.266,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,77.093,42.018,36.468,1.392,32.125,8.5,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,-26.886,-8.189,0.874,23.625,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,22.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2108.4,3952.5,3952.5,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,80.531,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,76.22,41.144,35.594,0.519,32.125,8.5,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,-26.886,-8.189,0.0,23.625,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,22.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3884.4,3884.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.22,32.333,35.594,8.708,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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,-26.886,0.0,0.0,23.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3884.4,3884.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.7739,8.7739,0.4338,0.4338,8.3401,0.0,0.0,0.0,0.0,0.0,0.0,0.1376,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.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,8.3401,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.8071,0.0,0.0,0.0,0.0511,0.0,0.0,0.0,0.0,557.88,0.0,557.88,26.8859,0.0,0.0,0.6029,0.6429,0.0909,1.7458,0.1095,1.778,-1.9884,0.0,0.0,0.0,2.2353,-0.0005,1.0002,0.0,0.0,0.0,1.7419,-0.1971,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.283,41.283,7.138,7.138,34.145,0.0,0.0,0.0,0.0,0.0,0.0,0.563,0.0,0.0,3.349,0.594,0.576,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.057,0.0,0.0,0.0,0.0,0.0,0.0,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.145,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.982,0.0,10.764,0.0,0.62,0.0,0.0,0.0,0.0,548.5,1890.8,1890.8,25.492,15.426,0.0,3.423,3.585,0.504,7.283,0.62,9.978,-12.807,0.0,0.0,0.0,7.992,-0.062,5.417,0.0,0.0,0.0,7.075,-1.32,0.0,0.0,0.155,-0.278,-0.025,3.185,0.022,-0.819,11.63,0.0,0.0,0.0,-5.596,-0.057,-1.119,0.0,0.0,0.0,2.415,1.356,0.0,0.0,0.0,0.0,0.0,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.76,101.76,51.638,51.638,42.211,0.0,2.61,5.301,0.0,0.0,0.0,0.363,0.0,0.0,4.504,0.864,3.884,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,4.297,1.024,0.0,0.159,0.21,0.868,1.159,0.0,1.461,8.384,5.687,1.187,0.0,6.721,3.032,2.994,0.0,0.0,0.0,21.988,0.0,0.0,0.0,0.0,0.0,18.628,0.0,0.0,1.595,0.0,0.0,0.0,0.0,0.0,0.0,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.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.301,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.591,0.0,15.197,3.56,0.614,0.0,0.0,0.0,0.0,2406.4,4609.8,4609.8,23.27,19.754,0.0,3.567,3.654,0.514,7.562,0.633,10.133,-12.663,0.0,0.0,0.0,8.354,-0.069,4.811,0.0,0.727,0.0,4.783,-9.276,-2.485,0.0,-0.077,-0.479,-0.054,2.643,-0.029,-1.442,11.75,0.0,0.0,0.0,-6.41,-0.066,-1.166,-3.993,-0.166,0.0,3.302,9.517,2.022,777.7,496.6,4208.2,833.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,19991.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.706,80.706,49.212,49.212,23.583,2.61,0.0,0.0,5.301,0.0,0.0,0.363,0.0,0.0,4.504,0.864,3.884,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,4.297,1.024,0.0,0.159,0.21,0.868,1.159,0.0,1.461,8.384,5.687,1.187,0.0,6.721,0.606,2.994,0.0,0.0,0.0,21.988,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.595,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.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,5.301,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.591,0.0,15.197,3.56,0.614,0.0,0.0,0.0,0.0,2253.5,4350.1,4350.1,23.27,19.754,0.0,3.567,3.654,0.514,7.562,0.633,10.133,-12.663,0.0,0.0,0.0,8.354,-0.069,4.811,0.0,0.727,0.0,4.783,-9.276,-2.485,0.0,-0.077,-0.479,-0.054,2.643,-0.029,-1.442,11.75,0.0,0.0,0.0,-6.41,-0.066,-1.166,-3.993,-0.166,0.0,3.302,9.517,2.022,777.7,496.6,4208.2,833.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,19991.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.439,53.439,28.186,28.186,25.253,0.0,0.0,0.0,0.0,0.0,0.0,0.417,0.0,0.0,3.993,0.741,3.886,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.069,0.0,0.0,0.159,0.21,0.868,1.159,0.0,1.461,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.253,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.651,0.0,13.015,3.56,0.616,0.0,0.0,0.0,0.0,1592.6,3323.9,3323.9,23.879,18.485,0.0,3.521,3.628,0.51,7.477,0.628,10.062,-12.698,0.0,0.0,0.0,8.262,-0.064,4.801,0.0,0.725,0.0,5.417,-6.452,-2.49,0.0,0.001,-0.416,-0.045,2.824,-0.013,-1.249,11.715,0.0,0.0,0.0,-6.122,-0.06,-1.113,-3.597,-0.158,0.0,2.937,6.439,2.017,777.7,496.6,4208.2,833.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.772,50.521,39.555,19.303,31.217,0.0,0.0,0.0,0.0,0.0,0.0,0.515,0.0,0.0,2.261,0.33,6.888,0.0,0.326,4.507,0.0,0.334,1.118,0.0,0.0,1.108,2.16,0.0,0.0,0.769,0.544,4.047,2.058,0.745,3.053,8.384,0.0,0.0,0.0,0.0,0.0,0.0,-20.251,0.0,0.409,31.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,29.22,0.0,5.524,18.155,0.645,0.0,11.92,0.0,0.0,2758.8,3334.1,3334.1,26.006,15.439,0.0,3.802,3.696,0.52,7.492,0.647,10.282,-12.793,0.0,0.0,0.0,8.323,-0.087,1.528,0.0,15.037,0.0,2.708,-9.686,-2.53,0.0,0.3,-0.113,-0.002,3.492,0.063,-0.321,11.62,0.0,0.0,0.0,-5.127,-0.083,-0.197,0.0,-3.402,-12.284,0.453,10.013,1.977,2592.0,2707.5,20715.8,5546.8,1.882,36000.0,24000.0,0.0,6.8,91.76,31001.0,4634.0,7508.0,0.0,575.0,6840.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,59.298,59.298,35.797,35.797,23.502,0.0,0.0,0.0,0.0,0.0,0.0,0.388,0.0,0.0,4.411,0.833,9.023,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.074,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.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,22.008,0.0,14.411,9.053,0.639,0.0,0.0,0.333,1.0,9416.3,10702.6,10702.6,37.375,22.443,0.0,3.605,3.668,0.517,7.594,0.642,10.187,-12.602,0.0,0.0,0.0,8.334,-0.062,5.307,0.0,0.78,0.0,5.131,-8.891,-2.51,0.0,-0.155,-0.47,-0.054,2.754,-0.028,-1.377,11.752,0.0,0.0,0.0,-6.244,-0.057,-1.253,-3.675,-0.171,0.0,3.299,8.24,2.0,1354.7,998.0,11252.4,2582.1,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-mixed-timesteps-power-outage.xml,33.115,33.115,28.192,28.192,4.923,0.0,0.0,0.0,0.0,0.0,0.0,0.081,0.0,0.0,3.099,0.522,7.326,0.0,0.0,3.619,0.0,0.267,0.0,0.0,0.0,0.0,1.688,0.0,0.0,0.267,0.304,1.259,1.258,0.0,1.713,6.788,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.923,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.612,0.0,9.112,7.3,0.562,0.0,0.0,0.5,0.5,9382.1,10441.6,10441.6,41.603,22.029,0.0,2.606,2.454,0.343,4.266,0.334,6.471,-12.497,0.0,0.0,0.0,3.68,-0.103,3.377,0.0,0.383,0.0,1.029,-6.405,-1.596,0.0,-0.193,-0.549,-0.064,2.5,-0.053,-1.655,11.861,0.0,0.0,0.0,-7.407,-0.057,-1.32,-6.178,-0.205,0.0,2.184,8.386,2.023,1141.2,883.5,9207.1,2112.8,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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-mixed-timesteps.xml,42.033,42.033,33.855,33.855,8.178,0.0,0.0,0.0,0.0,0.0,0.0,0.135,0.0,0.0,3.111,0.524,9.053,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,1.964,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,8.178,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.657,0.0,9.157,9.053,0.672,0.0,0.0,0.0,0.5,9378.7,10444.6,10444.6,31.99,22.032,0.0,2.907,2.8,0.392,5.382,0.419,7.495,-12.492,0.0,0.0,0.0,5.496,-0.058,3.852,0.0,0.58,0.0,1.756,-8.668,-2.486,0.0,-0.196,-0.553,-0.065,2.505,-0.053,-1.665,11.861,0.0,0.0,0.0,-7.339,-0.057,-1.322,-6.196,-0.206,0.0,2.193,8.386,2.023,1354.7,998.0,11253.7,2582.4,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,58.705,58.705,35.708,35.708,22.997,0.0,0.0,0.0,0.0,0.0,0.0,0.379,0.0,0.0,4.328,0.819,8.936,0.0,0.0,4.482,0.0,0.334,0.0,0.0,0.0,0.0,2.073,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,22.997,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.533,0.0,14.197,8.987,0.616,0.0,0.0,0.0,0.0,6630.7,7141.3,8967.4,31.432,21.327,0.0,3.553,3.646,0.513,7.531,0.631,10.109,-12.67,0.0,0.0,0.0,8.32,-0.063,5.321,0.0,0.764,0.0,4.966,-8.913,-2.501,0.0,-0.035,-0.443,-0.049,2.737,-0.021,-1.337,11.743,0.0,0.0,0.0,-6.26,-0.059,-1.261,-3.812,-0.188,0.0,3.144,8.309,1.981,1002.6,945.2,11359.3,2606.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,44.34,44.34,29.877,29.877,14.463,0.0,0.0,0.0,0.0,0.0,0.0,0.239,0.0,0.0,4.297,0.812,7.294,0.0,0.0,3.627,0.0,0.267,0.0,0.0,0.0,0.0,1.752,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.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,13.548,0.0,14.068,7.313,0.518,0.0,0.0,17.0,0.0,6218.9,5664.3,6218.9,36.518,19.71,0.0,3.071,3.068,0.43,5.713,0.489,8.385,-12.681,0.0,0.0,0.0,5.191,-0.156,4.373,0.0,0.513,0.0,3.042,-6.589,-1.621,0.0,-0.034,-0.442,-0.049,2.725,-0.02,-1.334,11.737,0.0,0.0,0.0,-6.356,-0.059,-1.245,-3.807,-0.184,0.0,3.118,8.21,2.006,1141.2,883.5,9132.4,2095.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,57.379,57.379,30.475,30.475,26.904,0.0,0.0,0.0,0.0,0.0,0.0,0.444,0.0,0.0,4.315,0.816,7.369,0.0,0.0,3.622,0.0,0.266,0.0,0.0,0.0,0.0,2.073,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,26.904,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.195,0.0,14.144,7.303,0.615,0.0,0.0,0.0,0.0,4495.2,5670.6,5670.6,30.846,19.766,0.0,3.501,3.619,0.509,7.449,0.625,10.037,-12.672,0.0,0.0,0.0,8.151,-0.064,5.304,0.0,0.513,0.0,5.718,-6.209,-1.614,0.0,-0.039,-0.447,-0.05,2.731,-0.022,-1.349,11.746,0.0,0.0,0.0,-6.274,-0.059,-1.25,-3.823,-0.184,0.0,3.131,8.223,2.008,1141.2,883.5,9118.0,2092.3,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,58.64,58.64,35.665,35.665,22.975,0.0,0.0,0.0,0.0,0.0,0.0,0.379,0.0,0.0,4.315,0.816,9.013,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.073,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.975,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.513,0.0,14.146,9.071,0.615,0.0,0.0,0.0,0.0,4703.6,5670.8,5670.8,30.719,19.768,0.0,3.55,3.642,0.513,7.527,0.631,10.099,-12.668,0.0,0.0,0.0,8.311,-0.064,5.263,0.0,0.777,0.0,4.964,-8.871,-2.501,0.0,-0.039,-0.447,-0.05,2.731,-0.022,-1.349,11.746,0.0,0.0,0.0,-6.272,-0.059,-1.25,-3.823,-0.184,0.0,3.131,8.223,2.008,1354.7,998.0,11168.6,2562.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.895,57.895,34.971,34.971,22.924,0.0,0.0,0.0,0.0,0.0,0.0,0.378,0.0,0.0,3.746,0.7,9.015,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.066,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.924,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.076,0.0,11.957,9.071,0.617,0.0,0.0,106.0,41.0,2072.1,3770.0,3770.0,34.955,20.845,0.0,3.497,3.568,0.501,7.484,0.605,9.791,-12.687,0.0,0.0,0.0,8.63,0.008,4.642,0.0,0.725,0.0,4.731,-7.752,-2.486,0.0,-0.04,-0.468,-0.053,2.704,-0.034,-1.49,11.726,0.0,0.0,0.0,-6.525,-0.001,-1.18,-4.194,-0.17,0.0,2.39,7.825,2.022,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,57.375,57.375,35.127,35.127,22.248,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,3.886,0.728,9.015,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.065,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.248,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.744,0.0,12.562,9.071,0.617,0.0,0.0,0.0,8.0,2048.7,3769.7,3769.7,25.752,21.422,0.0,3.491,3.553,0.499,7.325,0.602,9.749,-12.723,0.0,0.0,0.0,8.166,-0.021,4.634,0.0,0.722,0.0,4.643,-7.768,-2.488,0.0,-0.027,-0.468,-0.053,2.647,-0.033,-1.493,11.69,0.0,0.0,0.0,-6.519,-0.022,-1.168,-4.138,-0.172,0.0,2.557,7.808,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.926,41.926,33.625,33.625,8.301,0.0,0.0,0.0,0.0,0.0,0.0,0.137,0.0,0.0,2.929,0.488,9.046,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,1.959,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,8.301,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.768,0.0,8.584,9.071,0.649,0.0,0.0,0.0,0.0,2012.3,3487.4,3487.4,17.944,16.314,0.0,2.815,2.755,0.385,5.258,0.403,7.36,-12.563,0.0,0.0,0.0,5.369,-0.059,3.444,0.0,0.566,0.0,1.759,-7.591,-2.465,0.0,-0.067,-0.517,-0.059,2.512,-0.044,-1.596,11.85,0.0,0.0,0.0,-7.338,-0.059,-1.192,-6.335,-0.18,0.0,1.986,7.912,2.042,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.217,55.217,32.34,32.34,22.878,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,3.386,0.607,8.4,0.0,0.0,4.199,0.0,0.311,0.0,0.0,0.0,0.0,2.017,0.0,0.0,0.292,0.335,1.386,1.401,0.0,1.94,7.686,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.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,0.0,0.0,0.0,0.0,21.425,0.0,10.625,8.445,0.581,0.0,0.0,0.0,4.0,1896.7,5855.5,5855.5,23.323,22.787,0.0,3.55,3.641,0.512,7.518,0.63,10.09,-12.683,0.0,0.0,0.0,8.283,-0.063,4.761,0.0,0.795,0.0,4.949,-8.411,-2.488,0.0,-0.086,-0.524,-0.061,2.512,-0.041,-1.591,11.731,0.0,0.0,0.0,-6.577,-0.059,-1.214,-4.4,-0.172,0.0,2.301,7.319,1.711,1241.4,914.9,10291.7,2361.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.633,57.633,30.884,30.884,26.749,0.0,0.0,0.0,0.0,0.0,0.0,0.441,0.0,0.0,4.356,0.827,7.374,0.0,0.0,3.592,0.0,0.266,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.265,0.303,1.256,1.269,0.0,1.756,6.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.749,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.051,0.0,14.356,7.31,0.615,0.0,0.0,0.0,0.0,1864.4,3799.2,3799.2,23.376,19.138,0.0,3.503,3.619,0.509,7.447,0.625,10.032,-12.688,0.0,0.0,0.0,8.147,-0.064,4.961,0.0,0.552,0.0,5.692,-6.041,-1.573,0.0,-0.044,-0.452,-0.05,2.713,-0.023,-1.368,11.73,0.0,0.0,0.0,-6.295,-0.059,-1.128,-3.868,-0.197,0.0,3.163,8.377,2.019,1124.6,828.5,9189.2,2108.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.726,58.726,35.859,35.859,22.867,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.356,0.827,9.013,0.0,0.0,4.507,0.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,22.867,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.415,0.0,14.358,9.071,0.614,0.0,0.0,0.0,0.0,1895.4,3491.3,3491.3,23.323,19.123,0.0,3.55,3.641,0.512,7.519,0.63,10.09,-12.683,0.0,0.0,0.0,8.295,-0.063,4.806,0.0,0.729,0.0,4.948,-8.411,-2.488,0.0,-0.044,-0.452,-0.05,2.711,-0.023,-1.369,11.73,0.0,0.0,0.0,-6.294,-0.059,-1.15,-3.872,-0.164,0.0,3.162,8.377,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.179,59.179,35.551,35.551,23.628,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.216,0.793,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.628,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.127,0.0,13.804,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3543.2,3543.2,23.508,19.133,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.066,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.026,-0.438,-0.048,2.764,-0.019,-1.322,11.723,0.0,0.0,0.0,-6.232,-0.062,-1.136,-3.949,-0.161,0.0,3.067,7.782,2.018,1354.7,998.0,11171.5,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.22,59.22,35.594,35.594,23.626,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.626,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.126,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3884.4,3884.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.192,59.192,35.577,35.577,23.615,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.237,0.799,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.615,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.116,0.0,13.914,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3419.8,3419.8,23.508,18.774,0.0,3.539,3.636,0.512,7.506,0.629,10.074,-12.69,0.0,0.0,0.0,8.286,-0.062,4.804,0.0,0.725,0.0,5.096,-7.793,-2.487,0.0,-0.03,-0.442,-0.049,2.744,-0.021,-1.339,11.724,0.0,0.0,0.0,-6.243,-0.058,-1.142,-3.795,-0.159,0.0,3.074,7.789,2.02,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,11.416,11.416,2.9097,2.9097,8.5063,0.0,0.0,0.0,0.0,0.0,0.0,0.1382,0.0,0.0,0.1114,0.0,0.9104,0.0,0.0,0.3947,0.0,0.0292,0.0,0.0,0.0,0.0,0.1565,0.0,0.0,0.0262,0.03,0.1243,0.1256,0.0,0.1739,0.6891,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5063,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.9658,0.0,0.0,0.9244,0.0547,0.0,0.0,0.0,0.0,2016.55,0.0,2016.55,23.7325,0.0,0.0,0.6004,0.659,0.0933,2.0514,0.1156,1.8292,-2.373,0.0,0.0,0.0,3.8054,0.013,0.8692,0.0,0.1225,0.0,1.7757,-1.2712,-0.3948,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,111.35,82.03,980.71,225.04,0.0,36000.0,24000.0,0.0,10.22,91.4,30666.0,8343.0,7102.0,0.0,543.0,6470.0,0.0,0.0,1844.0,2054.0,4311.0,18522.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-simcontrol-temperature-capacitance-multiplier.xml,59.107,59.107,35.482,35.482,23.624,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.16,0.781,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.624,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.124,0.0,13.602,9.071,0.615,0.0,0.0,0.0,0.0,2051.6,3867.2,3867.2,23.45,19.094,0.0,3.605,3.633,0.511,7.501,0.627,10.055,-12.69,0.0,0.0,0.0,8.265,-0.055,4.801,0.0,0.726,0.0,5.092,-7.787,-2.487,0.0,-0.195,-0.437,-0.048,2.759,-0.02,-1.337,11.724,0.0,0.0,0.0,-6.235,-0.051,-1.144,-3.883,-0.16,0.0,2.948,7.794,2.02,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.308,59.308,35.791,35.791,23.517,0.0,0.0,0.0,0.0,0.0,0.0,0.388,0.0,0.0,4.409,0.833,9.019,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.074,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.517,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.022,0.0,14.404,9.074,0.617,0.0,0.0,0.333,1.0,8649.6,8973.4,9240.9,37.378,22.442,0.0,3.605,3.668,0.517,7.594,0.642,10.187,-12.601,0.0,0.0,0.0,8.334,-0.062,5.307,0.0,0.78,0.0,5.134,-8.88,-2.509,0.0,-0.154,-0.47,-0.054,2.755,-0.027,-1.377,11.752,0.0,0.0,0.0,-6.243,-0.057,-1.253,-3.673,-0.171,0.0,3.299,8.229,2.0,1354.7,998.0,11182.0,2565.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.23,59.23,35.783,35.783,23.447,0.0,0.0,0.0,0.0,0.0,0.0,0.387,0.0,0.0,4.407,0.832,9.015,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.074,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.447,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.956,0.0,14.396,9.071,0.615,0.0,0.0,0.0,0.167,6067.7,7247.0,7247.0,35.175,21.782,0.0,3.605,3.667,0.517,7.592,0.642,10.184,-12.6,0.0,0.0,0.0,8.332,-0.061,5.254,0.0,0.771,0.0,5.123,-8.876,-2.502,0.0,-0.155,-0.471,-0.054,2.753,-0.028,-1.379,11.753,0.0,0.0,0.0,-6.246,-0.056,-1.238,-3.677,-0.184,0.0,3.296,8.219,2.008,1354.7,998.0,11168.7,2562.9,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.831,59.831,35.711,35.711,24.12,0.0,0.0,0.0,0.0,0.0,0.0,0.398,0.0,0.0,4.342,0.817,9.016,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,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.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,22.587,0.0,14.21,9.071,0.615,0.0,0.0,0.0,0.0,3460.7,5195.8,5195.8,23.727,19.092,0.0,3.594,3.662,0.516,7.569,0.641,10.171,-12.616,0.0,0.0,0.0,8.309,-0.063,4.791,0.0,0.733,0.0,5.262,-7.8,-2.488,0.0,-0.146,-0.463,-0.053,2.772,-0.026,-1.354,11.737,0.0,0.0,0.0,-6.209,-0.059,-1.122,-3.621,-0.168,0.0,3.262,7.782,2.019,1354.7,998.0,11171.7,2563.6,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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.604,59.604,35.661,35.661,23.943,0.0,0.0,0.0,0.0,0.0,0.0,0.395,0.0,0.0,4.303,0.81,9.015,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.073,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.943,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.421,0.0,14.087,9.071,0.615,0.0,0.0,0.0,0.0,2065.7,3904.6,3904.6,23.648,19.1,0.0,3.576,3.654,0.515,7.542,0.638,10.152,-12.641,0.0,0.0,0.0,8.296,-0.064,4.793,0.0,0.731,0.0,5.198,-7.799,-2.488,0.0,-0.116,-0.458,-0.052,2.768,-0.024,-1.356,11.738,0.0,0.0,0.0,-6.22,-0.06,-1.127,-3.681,-0.166,0.0,3.175,7.783,2.019,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,207.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,59.22,59.22,35.594,35.594,23.625,0.0,0.0,0.0,0.0,0.0,0.0,0.39,0.0,0.0,4.251,0.802,9.014,0.0,0.0,4.507,0.0,0.334,0.0,0.0,0.0,0.0,2.072,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.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.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.125,0.0,13.973,9.071,0.615,0.0,0.0,0.0,0.0,2052.4,3884.4,3884.4,23.508,19.176,0.0,3.54,3.638,0.512,7.506,0.63,10.087,-12.691,0.0,0.0,0.0,8.29,-0.067,4.807,0.0,0.728,0.0,5.099,-7.8,-2.489,0.0,-0.031,-0.441,-0.049,2.748,-0.02,-1.328,11.723,0.0,0.0,0.0,-6.24,-0.063,-1.137,-3.781,-0.162,0.0,3.101,7.782,2.018,1354.7,998.0,11171.6,2563.5,0.0,36000.0,24000.0,0.0,6.8,91.76,32235.0,8595.0,7508.0,0.0,575.0,6840.0,0.0,0.0,1949.0,2171.0,4597.0,18787.0,5329.0,7037.0,0.0,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.976,86.976,46.491,46.491,40.485,0.0,0.0,0.0,0.0,0.0,0.0,0.263,0.0,0.0,15.452,4.241,0.0,0.0,0.0,7.376,0.315,0.652,0.448,0.0,0.0,0.0,2.397,0.0,0.0,0.609,0.442,3.284,1.795,0.0,2.586,6.629,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.459,0.0,17.026,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.024,0.0,49.979,10.404,2.678,0.0,0.0,0.0,0.0,1867.8,6837.1,6837.1,38.208,42.716,0.492,1.978,7.261,0.42,0.0,0.979,7.142,-4.994,0.0,0.0,0.479,1.221,-0.303,4.301,0.0,5.157,0.0,3.347,-5.668,-2.928,0.565,2.008,3.783,0.31,0.0,0.243,1.664,11.471,0.0,0.0,0.525,6.858,-0.289,-0.379,-1.822,-0.711,0.0,10.641,10.839,4.448,2104.4,2144.8,14468.8,4385.1,0.0,90000.0,60000.0,0.0,25.88,98.42,62095.0,24402.0,7740.0,0.0,942.0,7599.0,453.0,609.0,9636.0,2236.0,8478.0,118221.0,90310.0,9481.0,0.0,781.0,5722.0,299.0,576.0,0.0,4148.0,3124.0,3780.0,6860.0,3501.0,2159.0,1200.0 +house002.xml,68.384,68.384,40.431,40.431,27.953,0.0,0.0,0.0,0.0,0.0,0.0,0.163,0.0,0.0,14.492,3.319,0.0,0.0,0.0,6.378,0.315,0.594,0.448,0.0,0.0,0.0,2.285,0.0,0.0,0.447,0.338,2.514,1.529,0.0,2.116,5.493,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.479,0.0,13.474,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.739,0.0,39.708,7.517,2.89,0.0,0.0,0.0,0.0,1572.0,5480.1,5480.1,24.147,29.925,0.0,2.533,5.044,0.0,0.0,0.843,5.712,-4.099,0.0,0.0,0.0,1.73,-0.167,1.578,0.0,3.789,0.0,1.421,-4.319,-2.485,0.0,3.091,2.827,0.0,0.0,0.42,0.424,8.64,0.0,0.0,0.0,8.475,-0.161,-0.174,-1.342,-0.62,0.0,5.858,8.555,3.893,1610.8,1575.3,9989.5,3520.4,0.0,90000.0,60000.0,0.0,25.88,98.42,47925.0,15312.0,6070.0,0.0,752.0,4731.0,0.0,0.0,12952.0,3120.0,4987.0,35212.0,14864.0,6693.0,0.0,748.0,3138.0,0.0,0.0,0.0,4572.0,1877.0,3320.0,3848.0,1750.0,1297.0,800.0 +house003.xml,68.972,68.972,39.941,39.941,29.031,0.0,0.0,0.0,0.0,0.0,0.0,0.177,0.0,0.0,12.746,3.478,0.0,0.0,0.0,6.872,0.315,0.623,0.448,0.0,0.0,0.0,2.283,0.0,0.0,0.447,0.338,2.514,1.529,0.0,2.116,6.055,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.799,0.0,13.233,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.808,0.0,41.522,7.517,2.69,0.0,0.0,0.0,0.0,1652.4,5614.5,5614.5,26.56,34.007,0.651,2.794,4.669,0.0,0.0,0.977,6.242,-3.958,0.0,0.0,0.0,1.054,-0.193,1.997,0.0,3.943,0.0,1.662,-4.504,-2.69,0.794,3.053,2.631,0.0,0.0,0.651,1.117,9.819,0.0,0.0,0.0,6.527,-0.185,-0.209,-1.394,-0.618,0.0,6.501,8.848,4.182,1610.8,1575.3,9989.4,3520.4,0.0,90000.0,60000.0,0.0,25.88,98.42,48412.0,15944.0,6644.0,0.0,892.0,4431.0,610.0,0.0,11450.0,2908.0,5532.0,43305.0,19002.0,9071.0,0.0,930.0,3135.0,403.0,0.0,0.0,5394.0,2049.0,3320.0,3967.0,1750.0,1416.0,800.0 +house004.xml,137.162,137.162,75.285,75.285,61.877,0.0,0.0,0.0,0.0,0.0,0.0,0.406,0.0,0.0,29.323,9.249,0.0,0.0,0.0,11.556,0.315,0.894,0.448,0.0,0.0,0.0,2.244,0.0,0.0,0.528,0.39,2.899,1.662,1.633,2.351,11.386,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,45.744,0.0,16.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,36.992,0.0,108.603,8.975,3.51,0.0,0.0,0.0,106.0,3077.9,7936.4,7936.4,55.097,52.116,0.127,5.496,11.334,0.0,0.0,1.248,13.697,-5.912,0.0,0.0,0.0,3.077,-0.796,4.941,0.0,6.269,0.0,7.248,-6.2,-3.846,0.198,6.711,11.692,0.0,0.0,0.52,7.516,17.689,0.0,0.0,0.0,18.807,-0.784,1.025,-0.0,1.853,0.0,21.4,14.58,7.71,1857.6,1860.1,12229.0,3983.9,0.0,80000.0,60000.0,0.0,25.88,98.42,76552.0,20973.0,11324.0,0.0,882.0,8959.0,101.0,0.0,19021.0,5929.0,9362.0,54906.0,19420.0,12449.0,0.0,688.0,7055.0,65.0,0.0,0.0,8310.0,3369.0,3550.0,4612.0,1284.0,2328.0,1000.0 +house005.xml,95.674,95.674,53.116,53.116,42.558,0.0,0.0,0.0,0.0,0.0,0.0,0.307,0.0,0.0,18.272,5.052,0.0,0.0,0.0,9.15,0.315,0.755,0.448,0.0,0.0,0.0,2.338,0.0,0.0,0.528,0.39,2.899,1.662,0.0,2.351,8.648,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.372,0.0,15.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,22.198,0.0,60.607,8.975,2.73,0.0,0.0,0.0,2.0,2101.7,7891.8,7891.8,46.474,53.405,0.0,3.026,8.178,0.268,0.0,1.357,9.417,-6.701,0.0,0.0,0.394,1.238,-0.401,5.06,0.0,5.088,0.0,4.496,-5.796,-3.627,0.0,2.994,4.311,0.214,0.0,0.282,2.414,15.358,0.0,0.0,0.416,7.529,-0.383,-0.458,-2.308,-0.708,0.0,14.553,11.103,5.523,1857.6,1860.1,12229.1,3983.9,0.0,90000.0,60000.0,0.0,25.88,98.42,71542.0,26962.0,10216.0,0.0,1260.0,8257.0,0.0,480.0,11638.0,3312.0,9418.0,67659.0,32921.0,13688.0,0.0,1034.0,6463.0,0.0,454.0,0.0,6143.0,3406.0,3550.0,6854.0,3501.0,2354.0,1000.0 +house006.xml,140.094,140.094,31.53,31.53,108.563,0.0,0.0,0.0,0.0,0.0,0.0,1.898,0.0,0.0,2.868,0.319,0.0,0.0,0.0,8.682,0.29,0.705,3.138,0.0,0.0,0.0,1.533,0.0,0.0,0.447,0.338,0.199,0.105,0.0,2.116,8.893,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,82.718,0.0,20.133,2.642,3.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,79.635,0.0,7.544,13.079,3.28,0.0,0.0,0.0,0.0,2056.0,2866.3,2866.3,40.812,15.273,0.0,4.26,22.269,1.99,37.087,1.864,17.625,-9.461,0.0,0.0,0.0,9.291,-0.35,9.534,0.0,4.366,0.0,0.0,-13.275,-6.376,0.0,0.176,-0.767,-0.043,2.86,-0.082,-0.518,4.316,0.0,0.0,0.0,-3.865,-0.349,-0.502,-1.553,-0.066,0.0,0.0,5.729,2.306,1610.8,1575.4,12168.1,4288.2,0.0,80000.0,30000.0,0.0,-13.72,81.14,43331.0,0.0,8907.0,0.0,750.0,24548.0,0.0,0.0,1995.0,1874.0,5256.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,1566.0,0.0,766.0,800.0 +house007.xml,139.99,139.99,33.597,33.597,106.393,0.0,0.0,0.0,0.0,0.0,0.0,1.666,0.0,0.0,2.46,0.368,0.0,0.0,0.0,10.293,0.315,0.821,1.943,0.0,0.0,0.0,2.169,0.0,0.0,0.528,0.39,0.229,0.114,0.0,2.351,9.949,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,76.728,0.0,23.278,3.047,3.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,72.247,0.0,5.558,15.626,3.272,0.0,0.0,0.0,0.0,2277.8,3040.9,3040.9,39.979,13.672,0.0,4.721,23.685,4.448,10.095,1.499,18.826,-9.395,0.0,0.0,0.076,11.569,-0.41,6.121,0.0,20.834,0.0,2.923,-15.58,-7.667,0.0,0.208,-0.661,-0.045,0.566,-0.043,-0.285,4.554,0.0,0.0,-0.009,-3.955,-0.405,-0.183,-1.312,-1.838,0.0,0.104,6.322,2.626,1857.6,1860.1,14896.3,4852.9,0.0,90000.0,42000.0,0.0,-13.72,81.14,43727.0,5470.0,9095.0,0.0,587.0,15303.0,0.0,27.0,2124.0,2001.0,9120.0,12281.0,1093.0,4949.0,0.0,151.0,923.0,0.0,0.0,0.0,1130.0,484.0,3550.0,2145.0,404.0,741.0,1000.0 +house008.xml,184.58,184.58,38.878,38.878,145.702,0.0,0.0,0.0,0.0,0.0,0.0,2.521,0.0,0.0,3.528,0.513,0.0,0.0,0.0,11.0,0.315,0.862,3.138,0.0,0.0,0.0,2.228,0.0,0.0,0.609,0.442,0.26,0.123,0.0,2.586,10.753,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,112.269,0.0,26.371,3.452,3.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,105.788,0.0,10.041,18.122,3.216,0.0,0.0,0.0,0.0,2562.2,3850.6,3850.6,55.304,21.129,0.0,7.234,27.478,4.71,24.269,1.194,21.308,-7.825,0.0,0.0,1.277,17.851,-0.453,18.354,0.0,6.388,0.0,8.009,-16.744,-8.086,0.0,0.297,-1.099,-0.054,1.655,-0.086,-0.367,5.403,0.0,0.0,-0.107,-2.739,-0.453,-0.957,-1.735,-0.268,0.0,0.53,7.216,2.913,2104.4,2144.8,17624.6,5341.6,0.0,90000.0,36000.0,0.0,-13.72,81.14,62679.0,10615.0,10314.0,0.0,587.0,23387.0,0.0,891.0,4041.0,3226.0,9618.0,18542.0,2434.0,8639.0,0.0,112.0,1287.0,0.0,153.0,0.0,1822.0,316.0,3780.0,2481.0,158.0,1123.0,1200.0 +house009.xml,155.094,155.094,33.757,33.757,121.337,0.0,0.0,0.0,0.0,0.0,0.0,2.059,0.0,0.0,2.379,0.281,0.0,0.0,0.0,10.266,0.315,0.819,1.943,0.0,0.0,0.0,2.165,0.0,0.0,0.528,0.39,0.229,0.114,0.0,2.351,9.918,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,91.665,0.0,23.285,3.047,3.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,86.372,0.0,5.314,15.626,3.278,0.0,0.0,0.0,0.0,2312.1,3123.6,3123.6,44.436,14.749,0.0,5.104,28.404,4.318,13.019,2.253,18.878,-8.216,0.0,0.0,0.266,15.646,-0.429,8.747,0.0,21.442,0.0,0.0,-15.819,-7.76,0.0,0.245,-0.674,-0.025,0.717,-0.072,-0.165,4.563,0.0,0.0,-0.028,-4.067,-0.425,-0.25,-1.224,-1.764,0.0,0.0,6.058,2.506,1857.6,1860.1,14896.3,4852.9,0.0,90000.0,36000.0,0.0,-13.72,81.14,44332.0,0.0,8913.0,0.0,885.0,18597.0,0.0,95.0,2819.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,1793.0,0.0,793.0,1000.0 +house010.xml,155.103,155.103,37.251,37.251,117.852,0.0,0.0,0.0,0.0,0.0,0.0,1.896,0.0,0.0,2.824,0.258,0.0,0.0,0.0,10.98,0.315,0.861,3.138,0.0,0.0,0.0,2.228,0.0,0.0,0.609,0.442,0.26,0.123,0.0,2.586,10.731,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,84.419,0.0,26.371,3.452,3.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,79.549,0.0,7.134,18.122,3.217,0.0,0.0,0.0,0.0,2497.9,3366.2,3366.2,45.751,16.277,0.874,4.93,25.497,4.914,9.734,1.265,22.974,-9.232,0.0,0.0,0.921,11.41,-0.462,19.597,0.0,6.404,0.0,4.989,-16.776,-8.075,0.023,0.218,-0.716,-0.083,0.536,-0.071,-0.698,5.116,0.0,0.0,-0.048,-4.127,-0.459,-0.982,-1.62,-0.249,0.0,0.329,7.165,2.905,2104.4,2144.8,17624.6,5341.6,0.0,90000.0,30000.0,0.0,-13.72,81.14,51306.0,8285.0,10714.0,0.0,587.0,16663.0,359.0,532.0,1487.0,2165.0,10514.0,14181.0,1891.0,5286.0,0.0,112.0,1426.0,37.0,87.0,0.0,1222.0,340.0,3780.0,2621.0,261.0,1159.0,1200.0 +house011.xml,45.176,45.176,45.176,45.176,0.0,0.0,0.0,0.0,0.0,0.0,7.379,0.672,0.15,0.007,8.189,2.246,10.445,0.0,0.0,4.902,0.0,0.509,0.003,0.0,0.0,0.0,2.32,0.0,0.0,0.528,0.0,0.0,1.662,0.0,2.351,3.813,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.758,0.157,25.452,9.316,1.125,0.0,0.0,0.0,333.0,4925.1,3422.1,4925.1,18.659,16.084,0.0,2.685,5.493,0.0,0.0,1.648,3.487,-3.255,0.0,0.0,1.866,0.0,-0.411,1.854,0.0,5.463,0.0,4.247,-5.243,-2.073,0.0,1.68,1.307,0.0,0.0,0.172,0.35,5.593,0.0,0.0,0.755,0.0,-0.411,-0.182,-0.292,-0.94,0.0,6.573,8.132,2.829,0.0,1860.1,12951.3,4219.2,0.0,24000.0,18000.0,34120.0,24.62,91.58,20648.0,6685.0,2440.0,0.0,1007.0,3251.0,0.0,546.0,0.0,1795.0,4923.0,21013.0,7842.0,3667.0,0.0,612.0,1210.0,0.0,199.0,0.0,2697.0,1236.0,3550.0,3065.0,463.0,1602.0,1000.0 +house012.xml,35.766,35.766,35.766,35.766,0.0,0.0,0.0,0.0,0.0,0.0,4.991,0.265,0.0,0.0,5.712,1.444,8.936,0.0,0.0,4.375,0.0,0.479,0.003,0.0,0.0,0.0,2.257,0.0,0.0,0.447,0.0,0.0,1.529,0.0,2.116,3.214,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.625,0.0,15.949,7.775,1.158,0.0,0.0,0.0,0.0,2993.8,2816.8,2993.8,11.339,11.448,0.0,2.373,4.775,0.0,0.0,0.632,2.7,-1.856,0.0,0.0,2.027,0.0,-0.272,1.658,0.0,4.397,0.0,0.342,-4.206,-1.936,0.0,1.734,1.133,0.0,0.0,-0.027,0.502,3.486,0.0,0.0,1.579,0.0,-0.272,-0.148,-0.263,-0.688,0.0,0.271,6.26,2.439,0.0,1575.3,10579.4,3728.3,0.0,23400.0,23200.0,0.0,24.62,91.58,13915.0,1328.0,1906.0,0.0,333.0,2909.0,0.0,1767.0,0.0,1513.0,4159.0,11890.0,639.0,2703.0,0.0,202.0,1083.0,0.0,646.0,0.0,2273.0,1024.0,3320.0,2498.0,370.0,1328.0,800.0 +house013.xml,30.538,30.538,30.538,30.538,0.0,0.0,0.0,0.0,0.0,0.0,2.989,0.166,0.0,0.0,3.771,1.231,7.7,0.0,0.0,3.963,0.0,0.455,0.001,0.0,0.0,0.0,1.459,0.0,0.0,0.366,0.286,2.129,1.396,0.0,1.88,2.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,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.476,0.0,14.663,6.844,0.854,0.0,0.0,0.0,0.0,2593.5,2285.9,2593.5,9.996,9.838,0.0,1.632,2.867,0.0,0.0,0.658,2.633,-2.172,0.0,0.0,2.087,0.0,-0.289,1.527,0.0,1.07,0.0,1.207,-3.26,-1.501,0.0,1.091,0.407,0.0,0.0,-0.084,0.243,3.757,0.0,0.0,0.563,0.0,-0.288,-0.239,-0.332,-0.267,0.0,1.418,6.018,2.462,1364.0,1290.6,8207.3,3131.8,0.0,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,9750.0,1052.0,2097.0,0.0,221.0,604.0,0.0,576.0,0.0,1565.0,545.0,3090.0,1618.0,312.0,706.0,600.0 +house014.xml,31.532,31.532,31.532,31.532,0.0,0.0,0.0,0.0,0.0,0.0,3.514,0.201,0.008,0.0,4.142,1.352,7.445,0.0,0.0,4.051,0.0,0.46,0.001,0.0,0.0,0.0,1.458,0.0,0.0,0.366,0.286,2.129,1.396,0.0,1.88,2.844,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.895,0.008,16.201,6.844,0.598,0.0,0.0,0.0,0.0,2934.6,2375.8,2934.6,11.209,10.685,0.0,1.693,3.689,0.0,0.0,0.586,3.033,-2.498,0.0,0.0,2.195,0.0,-0.258,1.731,0.0,1.121,0.0,1.496,-3.313,-1.604,0.0,1.134,0.561,0.0,0.0,-0.065,0.567,4.73,0.0,0.0,0.62,0.0,-0.257,-0.239,-0.371,-0.252,0.0,1.624,5.792,2.447,1364.0,1290.6,8207.3,3131.8,0.0,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,1682.0,312.0,770.0,600.0 +house015.xml,30.538,30.538,30.538,30.538,0.0,0.0,0.0,0.0,0.0,0.0,2.989,0.166,0.0,0.0,3.771,1.231,7.7,0.0,0.0,3.963,0.0,0.455,0.001,0.0,0.0,0.0,1.459,0.0,0.0,0.366,0.286,2.129,1.396,0.0,1.88,2.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,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.476,0.0,14.663,6.844,0.854,0.0,0.0,0.0,0.0,2593.5,2285.9,2593.5,9.996,9.838,0.0,1.632,2.867,0.0,0.0,0.658,2.633,-2.172,0.0,0.0,2.087,0.0,-0.289,1.527,0.0,1.07,0.0,1.207,-3.26,-1.501,0.0,1.091,0.407,0.0,0.0,-0.084,0.243,3.757,0.0,0.0,0.563,0.0,-0.288,-0.239,-0.332,-0.267,0.0,1.418,6.018,2.462,1364.0,1290.6,8207.3,3131.8,0.0,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,9750.0,1052.0,2097.0,0.0,221.0,604.0,0.0,576.0,0.0,1565.0,545.0,3090.0,1618.0,312.0,706.0,600.0 +house016.xml,61.49,61.49,39.748,39.748,0.0,0.0,21.741,0.0,0.0,0.0,7.878,0.575,0.196,0.004,2.851,0.929,0.0,0.0,0.0,8.601,0.0,0.723,0.215,0.0,0.0,0.0,2.276,0.0,0.0,0.496,0.369,2.745,1.608,0.0,2.257,8.023,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.564,0.0,15.177,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.676,0.2,11.075,10.47,0.0,0.0,0.0,2.0,11.0,7490.7,3805.5,7490.7,43.399,19.024,0.0,4.412,10.812,0.616,5.654,0.297,7.696,-7.898,0.0,0.0,0.0,6.696,-0.025,5.723,0.0,3.871,0.0,0.0,-7.537,-4.749,0.0,-0.298,-0.719,-0.013,3.006,-0.043,-0.936,11.997,0.0,0.0,0.0,-8.628,-0.027,-1.304,-2.045,-0.969,0.0,0.0,7.655,3.852,1758.9,1746.2,13591.0,4566.0,0.0,136000.0,36000.0,36000.0,19.22,86.72,26636.0,0.0,5399.0,0.0,171.0,10607.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,1991.0,0.0,1191.0,800.0 +house017.xml,92.583,92.583,27.583,27.583,65.0,0.0,0.0,0.0,0.0,0.0,0.0,1.312,0.0,0.0,4.351,0.586,0.0,0.0,0.0,4.668,0.188,0.387,0.033,0.0,0.0,0.0,1.915,0.0,0.0,0.502,0.373,2.776,1.619,0.0,2.276,6.598,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,46.893,0.0,18.107,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,42.966,0.0,9.661,11.132,3.429,0.0,0.0,154.0,94.0,1752.9,3685.0,3685.0,60.37,19.687,0.0,5.413,14.583,0.649,10.571,0.361,7.427,-9.328,0.0,0.0,0.716,4.328,0.004,19.732,0.0,1.219,0.0,0.0,-9.901,-2.992,0.0,-0.093,-0.824,-0.014,4.82,-0.057,-1.094,7.465,0.0,0.0,-0.001,-4.711,0.006,-2.608,-1.613,-0.246,0.0,0.0,6.986,1.676,1778.6,1769.0,13969.4,4664.0,0.0,60000.0,24000.0,0.0,16.16,89.24,36483.0,0.0,4833.0,0.0,181.0,15153.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,3537.0,0.0,2537.0,1000.0 +house018.xml,35.983,35.983,35.983,35.983,0.0,0.0,0.0,0.0,0.0,0.0,4.946,0.227,0.0,0.0,2.443,0.734,7.871,0.0,0.0,4.758,0.0,0.461,0.112,0.0,0.0,0.0,3.931,0.0,0.0,0.359,0.282,2.094,1.384,0.0,1.859,4.521,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.481,0.0,9.045,7.315,0.555,0.0,0.0,0.0,0.0,4300.8,2813.2,4300.8,20.203,11.09,0.0,4.529,4.586,0.0,0.0,0.274,3.673,-3.625,0.0,0.0,2.133,0.0,-0.018,2.6,0.0,2.079,0.0,2.001,-6.254,-2.591,0.0,-0.468,-0.743,0.0,0.0,-0.092,-1.285,4.33,0.0,0.0,0.038,0.0,-0.014,-0.733,-1.142,-0.714,0.0,1.212,6.691,2.167,1341.8,1265.0,9054.6,3477.8,0.0,36000.0,36000.0,36000.0,19.22,86.72,18300.0,4908.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,2608.0,1096.0,712.0,800.0 +house019.xml,130.924,130.924,51.412,51.412,79.513,0.0,0.0,0.0,0.0,0.0,0.0,1.145,0.0,0.0,11.118,3.598,9.72,0.0,0.0,8.918,0.0,0.741,0.054,0.0,0.0,0.0,1.776,1.27,0.0,0.359,0.282,2.094,0.095,0.0,1.859,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,76.737,0.0,0.0,0.0,2.776,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,69.542,0.0,43.367,7.887,1.827,0.0,0.0,194.0,265.0,2881.5,6510.6,6633.5,85.025,46.034,0.0,11.376,44.742,0.649,4.997,1.919,16.393,-14.227,0.0,0.0,0.0,5.939,-0.058,8.895,0.0,1.868,0.0,0.0,-9.364,-5.112,0.0,2.992,10.191,0.15,2.861,0.274,1.619,17.005,0.0,0.0,0.0,-4.229,-0.045,-0.147,-0.549,0.025,0.0,0.0,8.111,3.806,1341.8,1265.0,7836.1,3009.8,0.0,100000.0,60000.0,0.0,16.16,89.24,50161.0,0.0,9523.0,0.0,1028.0,26727.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,1991.0,0.0,1191.0,800.0 +house020.xml,118.228,118.228,55.915,55.915,0.0,0.0,62.313,0.0,0.0,0.0,0.0,0.859,0.0,0.0,12.832,2.69,0.0,0.0,0.0,12.743,0.0,0.893,0.026,0.0,0.0,0.0,3.6,0.0,0.0,0.496,0.369,2.745,0.11,0.0,2.257,16.295,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.171,0.0,18.911,0.0,3.232,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.003,0.0,32.561,10.47,4.231,0.0,0.0,0.0,0.0,2751.7,7066.1,7066.1,31.591,32.388,0.905,10.974,10.526,1.128,9.723,0.63,15.107,-15.183,0.0,0.0,0.0,7.43,-0.035,15.222,0.0,0.835,0.0,0.0,-13.621,-6.997,0.25,0.229,0.292,0.065,6.495,0.019,-2.378,20.686,0.0,0.0,0.0,-6.534,-0.025,-2.589,-3.085,-0.19,0.0,0.0,13.724,5.746,1758.9,1746.2,13595.5,4567.5,0.0,120000.0,60000.0,0.0,19.22,86.72,45284.0,0.0,10325.0,0.0,395.0,13706.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,3130.0,0.0,2330.0,800.0 +house021.xml,158.54,158.54,48.13,48.13,110.409,0.0,0.0,0.0,0.0,0.0,0.0,2.048,0.0,0.0,8.115,1.429,0.0,0.0,0.0,10.634,0.244,0.772,0.071,0.0,0.0,0.0,2.427,1.472,0.0,0.496,0.369,2.745,1.608,0.0,2.257,13.445,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,91.371,0.0,19.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,75.135,0.0,17.706,10.98,3.821,0.0,0.0,0.0,0.0,2866.3,4993.3,4993.3,81.669,23.457,0.0,8.26,27.041,2.42,9.152,0.859,21.809,-20.304,0.0,0.0,1.092,9.421,-0.34,26.657,0.0,2.49,0.0,6.202,-13.373,-6.862,0.0,0.067,-0.68,0.022,2.244,-0.088,-2.169,14.671,0.0,0.0,0.043,-5.98,-0.317,-2.326,-1.373,-0.378,0.0,1.216,9.112,3.772,1758.9,1746.2,13752.1,4620.1,0.0,130000.0,60000.0,0.0,16.16,89.24,52669.0,8042.0,10175.0,0.0,318.0,15825.0,0.0,396.0,1788.0,3431.0,12694.0,28791.0,5964.0,9809.0,0.0,149.0,3704.0,0.0,196.0,0.0,2501.0,1718.0,4750.0,4908.0,1135.0,2773.0,1000.0 +house022.xml,138.855,138.855,48.43,48.43,0.0,90.425,0.0,0.0,0.0,0.0,0.0,2.249,0.0,0.0,8.598,0.867,12.465,0.0,0.0,6.686,0.0,0.61,0.034,0.0,0.0,0.0,1.898,1.649,0.0,0.496,0.369,2.745,1.608,0.0,2.257,5.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,90.425,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.231,0.0,18.685,10.98,1.483,0.0,0.0,186.0,120.0,3142.8,5517.2,5517.2,90.88,27.579,3.681,3.755,20.599,0.0,0.0,1.485,16.585,-13.15,0.0,0.0,14.625,0.0,-0.282,37.699,0.0,1.153,0.0,0.0,-8.488,-4.276,1.128,0.188,0.724,0.0,0.0,-0.114,-1.349,11.438,0.0,0.0,2.126,0.0,-0.274,-2.54,-1.143,-0.069,0.0,0.0,5.992,2.41,1758.9,1746.2,13751.6,4620.0,0.0,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,5447.0,0.0,4647.0,800.0 +house023.xml,139.662,139.662,62.831,62.831,0.0,76.832,0.0,0.0,0.0,0.0,0.0,1.935,0.0,0.0,5.796,0.744,19.988,0.0,0.0,9.214,0.0,0.692,0.045,0.0,0.0,0.0,4.03,0.0,0.0,0.632,0.457,3.396,1.833,0.0,2.655,11.414,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,76.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,64.144,0.0,15.975,17.089,2.771,0.0,0.0,0.0,0.0,4118.5,5051.6,5051.6,62.827,20.991,0.0,10.207,21.479,1.2,16.388,0.85,9.987,-7.816,0.0,0.0,0.0,6.155,-0.059,23.718,0.0,1.636,0.0,0.0,-14.037,-5.919,0.0,-0.145,-0.924,-0.008,6.022,-0.11,-0.995,9.137,0.0,0.0,0.0,-5.965,-0.037,-2.587,-1.358,-0.309,0.0,0.0,10.041,3.296,2176.0,2227.4,7845.5,2331.5,0.0,125000.0,42000.0,0.0,16.16,89.24,45394.0,0.0,5067.0,0.0,362.0,18507.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,4276.0,0.0,3276.0,1000.0 +house024.xml,130.442,130.442,43.547,43.547,0.0,86.895,0.0,0.0,0.0,0.0,0.0,2.161,0.0,0.0,5.219,0.464,16.743,0.0,0.0,3.914,0.0,0.396,0.058,0.0,0.0,0.0,1.837,0.0,0.0,0.632,0.457,3.396,1.833,0.0,2.655,3.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,86.895,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,71.637,0.0,15.275,14.642,2.089,0.0,0.0,0.0,0.0,2725.0,3634.7,3634.7,72.215,17.681,0.0,7.178,30.02,0.0,0.0,0.682,7.226,-7.905,0.0,0.0,5.08,0.0,-0.118,25.415,0.0,1.84,0.0,11.93,-7.457,-2.541,0.0,0.621,1.356,0.0,0.0,-0.037,-0.258,5.994,0.0,0.0,0.588,0.0,-0.111,-1.369,-0.637,-0.185,0.0,2.868,5.131,1.373,2176.0,2227.4,14983.5,4452.7,0.0,85000.0,30000.0,0.0,16.16,89.24,60408.0,12599.0,4381.0,0.0,318.0,17712.0,0.0,4475.0,0.0,4266.0,16658.0,21858.0,1379.0,4060.0,0.0,149.0,6404.0,0.0,1183.0,0.0,3109.0,2254.0,3320.0,7046.0,2607.0,3639.0,800.0 +house025.xml,105.059,105.059,69.259,69.259,35.8,0.0,0.0,0.0,0.0,0.0,6.737,1.082,0.0,0.0,18.676,2.58,12.209,0.0,0.0,9.258,0.0,0.783,0.0,0.0,0.0,0.0,3.902,0.0,0.0,0.359,0.282,2.094,1.384,0.0,1.859,8.054,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.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,37.635,0.0,47.349,8.315,3.831,0.0,0.0,0.0,0.0,4475.8,7176.3,7176.3,36.615,33.333,0.0,3.377,17.567,0.0,0.0,2.17,7.405,-5.706,0.0,0.0,6.822,0.0,-1.342,13.757,0.001,0.41,0.0,5.032,-7.951,-3.985,0.0,1.097,5.723,0.0,0.0,0.446,1.955,12.402,0.0,0.0,5.697,0.0,-1.34,-0.7,-0.276,-0.004,0.0,6.073,11.261,5.273,1341.8,1265.0,3496.9,1343.1,0.0,158000.0,81000.0,33000.0,24.62,91.58,54383.0,20091.0,4722.0,0.0,1238.0,9584.0,0.0,6119.0,0.0,1863.0,10768.0,32216.0,8770.0,7687.0,0.0,752.0,4348.0,0.0,2236.0,0.0,1707.0,2197.0,4520.0,9615.0,5967.0,2849.0,800.0 +house026.xml,57.845,57.845,24.948,24.948,32.897,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.53,0.252,0.548,0.299,0.0,0.0,0.0,2.07,0.0,0.0,0.447,0.338,2.514,1.529,0.934,2.116,7.325,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.764,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.39,0.0,0.0,8.599,2.08,0.0,0.0,0.0,0.0,1544.5,1474.7,1544.5,17.654,0.0,0.0,1.767,6.851,0.232,0.0,0.197,4.392,-2.928,0.0,0.0,7.072,0.0,-0.056,2.495,0.0,3.132,0.0,0.0,-5.785,-3.086,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1298.2,1286.6,8604.1,3032.2,0.0,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,2344.0,0.0,1544.0,800.0 +house027.xml,74.311,74.311,31.129,31.129,43.183,0.0,0.0,0.0,0.0,0.0,0.0,0.485,0.0,0.0,7.394,0.928,0.0,0.0,0.0,5.944,0.218,0.485,0.927,0.0,0.0,0.0,1.632,0.0,0.0,0.447,0.338,2.514,0.105,0.0,2.116,7.595,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.188,0.0,17.925,0.0,3.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,20.9,0.0,21.609,8.556,5.272,0.0,0.0,0.0,0.0,1607.5,3806.5,3806.5,24.471,23.137,0.719,1.781,7.929,0.453,0.0,0.594,4.98,-4.015,0.0,0.0,0.319,3.213,-0.176,1.463,0.0,10.47,0.0,2.235,-6.296,-2.854,0.511,1.189,0.91,0.07,0.0,-0.098,0.289,5.396,0.0,0.0,0.154,3.937,-0.176,-0.259,-1.464,-3.2,0.0,2.461,8.654,3.09,1610.8,1575.3,10579.6,3728.4,0.0,75000.0,36000.0,0.0,24.62,91.58,33087.0,7577.0,4494.0,0.0,375.0,6506.0,550.0,250.0,4088.0,1516.0,7731.0,19084.0,3678.0,4014.0,0.0,228.0,2868.0,270.0,163.0,0.0,2277.0,2267.0,3320.0,5496.0,1758.0,2939.0,800.0 +house028.xml,68.701,68.701,29.665,29.665,39.036,0.0,0.0,0.0,0.0,0.0,0.0,0.318,0.0,0.0,7.19,1.446,0.0,0.0,0.0,6.134,0.226,0.503,0.618,0.0,0.0,0.0,2.008,0.0,0.0,0.528,0.39,0.229,0.114,0.0,2.351,7.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.53,0.0,18.119,3.047,3.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,13.687,0.0,22.902,10.217,3.627,0.0,0.0,0.0,0.0,1545.2,3748.5,3748.5,20.61,23.482,0.766,1.652,7.151,0.355,0.0,0.439,4.949,-3.806,0.0,0.0,0.244,2.464,-0.058,4.054,0.0,4.47,0.0,1.743,-7.973,-2.893,0.619,1.252,-0.384,0.112,0.0,0.068,0.158,6.209,0.0,0.0,0.068,1.941,-0.058,-1.019,-2.007,-1.584,0.0,3.061,11.151,3.241,1857.6,1860.1,12951.6,4219.3,0.0,75000.0,36000.0,0.0,24.62,91.58,31422.0,8678.0,4365.0,0.0,315.0,5287.0,616.0,180.0,3569.0,1488.0,6925.0,19789.0,3915.0,5630.0,0.0,203.0,2207.0,374.0,113.0,0.0,2235.0,1562.0,3550.0,5049.0,2024.0,2025.0,1000.0 +house029.xml,78.293,78.293,29.764,29.764,48.529,0.0,0.0,0.0,0.0,0.0,0.0,0.724,0.0,0.0,6.06,0.812,0.0,0.0,0.0,6.539,0.275,0.569,0.76,0.0,0.0,0.0,1.845,0.0,0.0,0.447,0.338,2.514,0.105,0.0,2.116,6.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.873,0.0,12.586,0.0,3.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,32.597,0.0,13.11,9.606,0.0,0.0,0.0,0.0,0.0,1663.2,3276.9,3276.9,28.617,14.224,0.0,3.358,14.585,0.392,0.0,0.295,6.276,-6.012,0.0,0.0,6.798,0.0,-0.09,7.301,0.0,7.302,0.0,3.277,-7.34,-3.695,0.0,1.161,-0.584,0.014,0.0,0.072,0.534,5.271,0.0,0.0,-0.298,0.0,-0.085,-0.752,-1.799,-1.466,0.0,1.214,7.023,2.844,1610.8,1575.4,11033.0,3888.2,0.0,77000.0,36000.0,0.0,17.24,91.22,29357.0,2294.0,4924.0,0.0,157.0,7940.0,0.0,2973.0,0.0,2105.0,8965.0,16260.0,-172.0,4914.0,0.0,131.0,2819.0,0.0,914.0,0.0,2691.0,1642.0,3320.0,3901.0,903.0,2197.0,800.0 +house030.xml,59.571,59.571,17.179,17.179,0.0,0.0,42.392,0.0,0.0,0.0,0.0,0.058,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.321,0.272,0.497,0.57,0.0,0.0,0.0,1.815,0.0,0.0,0.366,0.286,0.168,0.096,0.701,1.88,5.148,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.054,0.0,13.3,2.238,2.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,18.157,0.0,0.0,7.708,2.222,0.0,0.0,0.0,0.0,1161.3,1088.5,1161.3,16.168,0.0,0.0,1.67,10.147,0.485,1.095,1.038,5.176,-3.336,0.0,0.0,0.0,3.4,-0.045,2.725,0.0,5.692,0.0,0.0,-7.087,-2.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,1064.7,993.3,6760.8,2579.8,0.0,87000.0,0.0,0.0,17.24,91.22,19021.0,0.0,3366.0,0.0,474.0,6930.0,0.0,0.0,3528.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,1714.0,0.0,1114.0,600.0 +house031.xml,235.594,235.594,50.09,50.09,185.504,0.0,0.0,0.0,0.0,0.0,0.0,3.459,0.0,0.0,12.773,3.274,0.0,0.0,0.0,10.355,0.246,0.759,0.0,0.0,0.0,0.0,1.486,0.0,0.0,0.769,0.544,0.32,0.141,0.0,3.053,12.911,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,148.025,0.0,29.081,4.254,4.145,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.746,0.0,39.481,17.919,5.236,0.0,0.0,50.0,113.0,3174.7,7728.0,7849.0,125.763,49.794,0.0,14.436,41.981,1.048,6.618,1.392,20.047,-16.789,0.0,0.0,1.977,6.044,-0.86,56.94,0.001,0.653,0.0,9.884,-15.327,-6.477,0.0,2.267,5.19,0.176,2.824,0.116,0.498,16.921,0.0,0.0,0.227,-3.598,-0.827,-1.832,-0.834,-0.009,0.0,3.043,10.994,3.878,2593.1,2708.5,18308.0,4902.1,0.0,200000.0,96000.0,0.0,16.16,89.24,83012.0,13661.0,10261.0,0.0,650.0,23580.0,0.0,869.0,1398.0,7333.0,25259.0,44186.0,9754.0,13165.0,0.0,305.0,7760.0,0.0,431.0,0.0,5345.0,3418.0,4010.0,8618.0,1699.0,5518.0,1400.0 +house032.xml,102.299,102.299,15.55,15.55,86.749,0.0,0.0,0.0,0.0,0.0,0.0,1.528,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.091,0.0,0.518,0.0,0.0,0.0,0.0,1.583,0.0,0.0,0.359,0.282,0.166,0.095,0.0,1.859,4.071,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,65.52,0.0,16.252,2.201,2.776,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,50.391,0.0,0.0,7.996,4.946,0.0,0.0,154.0,0.0,1429.9,901.6,1429.9,50.645,0.0,0.0,10.388,8.743,1.918,20.355,1.409,8.345,-9.322,0.0,0.0,0.0,4.513,0.015,14.965,0.0,0.623,0.0,0.0,-8.206,-3.285,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.8,1265.0,7310.3,2807.9,0.0,75000.0,0.0,0.0,16.16,89.24,36045.0,0.0,5132.0,0.0,690.0,16560.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,2481.0,0.0,1481.0,1000.0 +house033.xml,107.731,107.731,14.756,14.756,0.0,92.975,0.0,0.0,0.0,0.0,0.0,0.317,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.885,0.0,0.529,0.0,0.0,0.0,0.0,1.353,0.0,0.0,0.0,0.194,1.443,1.159,0.0,1.461,3.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,85.294,0.0,7.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,64.29,0.0,0.0,3.531,0.0,0.0,0.0,0.0,0.0,1044.7,861.4,1044.7,48.451,0.0,0.0,19.12,14.557,0.0,0.0,1.0,11.111,-7.528,0.0,0.0,14.642,0.0,-0.368,18.592,0.0,0.791,0.0,0.0,-4.617,-3.316,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.7,0.0,3905.6,1188.1,0.0,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,2666.0,0.0,1666.0,1000.0 +house034.xml,155.512,155.512,43.167,43.167,0.0,0.0,112.345,0.0,0.0,0.0,0.0,0.083,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.489,0.341,1.205,0.0,0.0,0.0,0.0,1.85,0.0,0.0,0.496,0.369,2.745,1.608,0.0,2.257,15.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,90.983,0.0,21.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,64.387,0.0,0.0,11.564,5.444,0.0,0.0,0.0,0.0,3011.6,2525.6,3011.6,86.69,0.0,0.0,8.856,26.894,0.0,2.842,1.895,26.585,-26.228,0.0,0.0,10.893,2.685,0.049,34.727,0.0,0.57,0.0,0.0,-14.646,-10.556,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1758.9,1746.2,10287.0,3456.0,0.0,210000.0,0.0,0.0,16.16,89.24,61687.0,0.0,15758.0,0.0,1028.0,15796.0,0.0,4773.0,1642.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,4951.0,0.0,3951.0,1000.0 +house035.xml,64.19,64.19,17.261,17.261,46.929,0.0,0.0,0.0,0.0,0.0,0.0,0.832,0.0,0.0,1.679,0.109,0.0,0.0,0.0,5.435,0.0,0.534,0.0,0.0,0.0,0.0,2.043,0.0,0.0,0.223,0.194,0.114,0.079,0.0,1.461,4.558,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.453,0.0,9.639,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,27.469,0.0,2.545,3.916,3.836,0.0,0.0,104.0,0.0,1396.7,2033.2,2033.2,39.497,9.871,0.365,6.108,10.785,0.0,0.0,0.534,6.072,-7.324,0.0,0.0,7.708,0.0,0.006,13.582,0.0,0.488,0.0,0.0,-7.184,-3.475,0.065,-0.497,-1.432,0.0,0.0,-0.076,-1.356,7.069,0.0,0.0,-4.261,0.0,0.011,-2.603,-1.198,-0.123,0.0,0.0,5.102,1.96,924.7,783.8,4210.1,1280.7,0.0,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,2960.0,0.0,2160.0,800.0 +house036.xml,83.077,83.077,25.512,25.512,57.565,0.0,0.0,0.0,0.0,0.0,0.0,0.997,0.0,0.0,5.633,0.939,0.0,0.0,0.0,5.446,0.0,0.536,0.0,0.0,0.0,0.0,1.459,0.0,0.0,0.359,0.282,2.094,1.384,0.0,1.859,4.524,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.088,0.0,17.476,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.95,0.0,13.749,8.213,5.849,0.0,0.0,106.0,124.0,1503.0,3330.8,3330.8,32.088,17.073,5.495,2.25,3.959,0.0,0.0,1.819,6.784,-7.199,0.0,0.0,20.975,0.0,-0.011,7.394,0.0,0.552,0.0,0.0,-5.657,-3.433,1.639,0.148,0.018,0.0,0.0,-0.203,-0.839,5.702,0.0,0.0,2.612,0.0,-0.011,-0.703,-0.947,-0.057,0.0,0.0,4.264,2.013,1341.8,1265.0,6447.0,2476.3,0.0,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,1674.0,0.0,1074.0,600.0 +house037.xml,89.347,89.347,21.69,21.69,0.0,67.658,0.0,0.0,0.0,0.0,0.0,0.185,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.804,0.0,0.61,0.0,0.0,0.0,0.0,1.903,0.0,0.0,0.359,0.282,2.094,1.384,0.0,1.859,6.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,51.513,0.0,16.145,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.243,0.0,0.0,7.424,0.0,0.0,0.0,0.0,0.0,1464.6,1261.1,1464.6,29.92,0.0,0.0,16.726,11.32,0.0,0.0,1.564,7.658,-10.359,0.0,0.0,6.485,0.0,-0.377,14.717,0.0,0.46,0.0,0.0,-6.013,-3.858,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.8,1265.0,8324.2,3197.3,0.0,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,3269.0,0.0,2469.0,800.0 +house038.xml,126.29,126.29,50.638,50.638,75.652,0.0,0.0,0.0,0.0,0.0,0.0,1.059,0.0,0.0,13.447,2.551,0.0,0.0,0.0,6.904,0.315,0.625,0.0,0.0,0.0,0.0,1.429,0.0,0.0,0.632,0.457,3.396,1.833,0.0,2.655,6.092,0.0,0.0,0.0,9.242,0.0,0.0,0.0,0.0,0.0,51.632,0.0,24.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,41.304,0.0,30.433,14.704,4.602,0.0,0.0,0.0,216.0,2341.6,5814.1,5814.1,48.416,27.588,0.0,3.648,14.874,0.65,4.429,0.81,12.438,-10.449,0.0,0.0,1.856,2.334,-0.09,22.508,0.002,0.594,0.0,0.0,-8.966,-3.828,0.0,0.85,2.635,0.142,2.235,0.02,0.962,12.735,0.0,0.0,0.337,-0.579,-0.079,-0.53,-0.333,0.006,0.0,0.0,8.232,3.077,2176.0,2227.4,14642.1,4351.2,0.0,71000.0,36000.0,0.0,16.16,89.24,31058.0,0.0,6993.0,0.0,362.0,9766.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,3753.0,0.0,2353.0,1400.0 +house039.xml,101.512,101.512,23.992,23.992,77.52,0.0,0.0,0.0,0.0,0.0,0.0,0.149,0.0,0.0,0.0,0.0,5.181,0.0,0.0,4.408,0.239,0.418,0.0,0.0,0.0,0.0,1.674,0.0,0.0,0.632,0.457,3.396,0.126,0.0,2.655,4.658,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,73.832,0.0,0.0,0.0,3.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,47.006,0.0,0.0,14.261,1.139,0.0,0.0,0.0,0.0,1705.9,1586.2,1705.9,50.362,0.0,0.0,14.176,5.359,0.0,0.0,2.503,16.085,-13.551,0.0,0.0,13.942,0.0,-0.055,13.236,0.0,0.554,0.0,0.0,-2.832,-2.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,2176.0,2227.4,17537.6,5211.7,0.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,24809.0,0.0,9879.0,0.0,683.0,526.0,0.0,2514.0,0.0,6418.0,1470.0,3320.0,3173.0,0.0,2373.0,800.0 +house040.xml,102.419,102.419,23.514,23.514,78.906,0.0,0.0,0.0,0.0,0.0,0.0,1.322,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.369,0.0,0.652,0.0,0.0,0.0,0.0,1.574,0.0,0.0,0.359,0.282,2.094,1.384,0.0,1.859,6.621,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,61.533,0.0,17.373,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,57.969,0.0,0.0,7.996,5.526,0.0,0.0,0.0,0.0,1818.3,1304.9,1818.3,62.433,0.0,11.258,5.613,22.268,0.0,4.282,2.093,12.873,-12.521,0.0,0.0,2.031,3.377,-0.101,19.744,0.0,0.611,0.0,0.0,-9.244,-4.751,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.8,1265.0,7310.3,2807.9,0.0,75000.0,0.0,0.0,16.16,89.24,44472.0,0.0,7249.0,0.0,1028.0,13761.0,5873.0,795.0,1107.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,3333.0,0.0,2533.0,800.0 +house041.xml,260.497,260.497,46.803,46.803,213.694,0.0,0.0,0.0,0.0,0.0,0.0,4.203,0.0,0.0,2.469,0.228,0.0,0.0,0.0,13.935,0.315,1.031,0.05,0.0,0.0,0.0,2.175,0.0,0.0,0.528,0.39,2.899,1.662,0.473,2.351,14.094,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,187.138,0.0,26.556,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,176.334,0.0,4.305,15.626,5.047,0.0,0.0,113.0,0.0,3254.0,5159.0,5159.0,77.829,24.679,0.0,11.243,45.009,3.515,35.002,3.139,38.839,-20.775,0.0,0.0,4.603,17.349,-0.612,64.092,0.0,2.763,0.0,0.0,-18.492,-10.888,0.0,0.139,-2.016,-0.113,1.736,-0.211,-2.727,9.453,0.0,0.0,-0.342,-5.175,-0.61,-3.308,-1.927,-0.247,0.0,0.0,6.717,3.047,1857.6,1860.1,14896.4,4852.9,0.0,75000.0,30000.0,0.0,-13.72,81.14,101779.0,0.0,18666.0,0.0,1544.0,34832.0,0.0,2471.0,7949.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,2263.0,0.0,1263.0,1000.0 +house042.xml,232.637,232.637,39.795,39.795,192.842,0.0,0.0,0.0,0.0,0.0,0.0,3.946,0.0,0.0,1.717,0.06,0.0,0.0,0.0,9.533,0.213,0.678,0.093,0.0,0.0,0.0,2.167,0.0,0.0,0.528,0.39,2.899,1.662,0.0,2.351,13.557,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,168.404,0.0,24.438,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,165.58,0.0,2.527,15.626,3.233,0.0,0.0,0.0,0.0,2711.0,3497.4,3497.4,88.501,19.177,0.0,9.163,39.814,4.009,43.685,2.648,34.199,-19.431,0.0,0.0,2.447,14.535,-0.346,56.283,0.0,1.748,0.0,0.0,-17.458,-7.569,0.0,0.226,-1.385,-0.052,2.932,-0.142,-2.897,5.785,0.0,0.0,-0.259,-4.859,-0.342,-2.691,-1.169,-0.137,0.0,0.0,5.603,1.965,1857.6,1860.1,14896.3,4852.9,0.0,90000.0,24000.0,0.0,-13.72,81.14,90757.0,0.0,17465.0,0.0,1066.0,36724.0,0.0,927.0,2827.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,2111.0,0.0,1111.0,1000.0 +house043.xml,159.524,159.524,29.691,29.691,129.832,0.0,0.0,0.0,0.0,0.0,0.0,2.496,0.0,0.0,1.877,0.098,0.0,0.0,0.0,6.558,0.213,0.514,0.093,0.0,0.0,0.0,2.124,0.0,0.0,0.447,0.338,2.514,1.529,0.0,2.116,8.775,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,109.933,0.0,19.899,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.711,0.0,2.569,13.079,2.212,0.0,0.0,0.0,0.0,1956.4,3029.6,3029.6,54.812,13.675,0.0,3.162,23.178,2.292,33.736,5.573,22.928,-10.012,0.0,0.0,0.549,9.918,-0.317,28.975,0.0,1.575,0.0,0.0,-13.074,-5.127,0.0,0.046,-0.755,-0.085,1.782,-0.334,-1.953,4.655,0.0,0.0,-0.067,-3.531,-0.317,-1.511,-1.04,-0.139,0.0,0.0,4.467,1.431,1610.8,1575.4,12168.1,4288.2,0.0,90000.0,30000.0,0.0,-13.72,81.14,58971.0,0.0,11581.0,0.0,2417.0,24912.0,0.0,202.0,2107.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,1456.0,0.0,656.0,800.0 +house044.xml,227.742,227.742,43.242,43.242,184.5,0.0,0.0,0.0,0.0,0.0,0.0,4.742,0.0,0.0,2.041,0.174,0.0,0.0,0.0,12.947,0.315,0.974,0.037,0.0,0.0,0.0,2.097,0.0,0.0,0.447,0.338,2.514,1.529,0.0,2.116,12.97,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,161.931,0.0,22.569,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,150.451,0.0,3.393,13.079,4.458,0.0,0.0,0.0,0.0,3132.0,4107.8,4107.8,81.142,19.331,4.367,6.894,36.482,9.228,19.244,2.756,17.943,-11.679,0.0,0.0,12.908,15.067,-0.509,61.977,0.0,1.434,0.0,0.0,-16.586,-10.177,0.253,0.464,-1.317,-0.098,1.22,-0.114,-0.727,5.622,0.0,0.0,-1.11,-4.787,-0.506,-2.598,-0.958,-0.097,0.0,0.0,5.436,2.77,1610.8,1575.4,12168.1,4288.2,0.0,110000.0,36000.0,0.0,-13.72,81.14,79454.0,0.0,8422.0,0.0,1403.0,27544.0,1911.0,5425.0,1899.0,3592.0,29257.0,20726.0,0.0,10735.0,0.0,269.0,3025.0,368.0,208.0,0.0,2028.0,772.0,3320.0,1982.0,0.0,1182.0,800.0 +house045.xml,152.536,152.536,34.866,34.866,117.67,0.0,0.0,0.0,0.0,0.0,0.0,2.788,0.0,0.0,2.269,0.261,0.0,0.0,0.0,9.06,0.315,0.75,1.793,0.0,0.0,0.0,2.141,0.0,0.0,0.447,0.338,2.514,1.529,0.0,2.116,8.545,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,95.214,0.0,22.456,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.461,0.0,3.641,13.079,4.371,0.0,0.0,0.0,0.0,2334.1,3370.1,3370.1,47.084,13.395,3.573,3.08,15.119,2.29,32.746,1.135,17.716,-12.23,0.968,-0.414,0.086,12.636,-0.264,20.648,0.0,10.929,0.0,0.0,-13.33,-6.949,0.0,0.017,-1.029,-0.116,1.069,-0.082,-1.244,6.238,-0.061,0.4,-0.012,-3.972,-0.264,-1.122,-1.877,-1.218,0.0,0.0,4.895,2.111,1610.8,1575.4,12168.1,4288.2,0.0,70000.0,30000.0,0.0,-13.72,81.14,46756.0,0.0,8558.0,455.0,442.0,18970.0,1494.0,31.0,2228.0,1367.0,13211.0,15241.0,0.0,8958.0,846.0,110.0,629.0,197.0,0.0,0.0,772.0,407.0,3320.0,1423.0,0.0,623.0,800.0 +house046.xml,24.981,24.981,24.981,24.981,0.0,0.0,0.0,0.0,0.0,0.0,5.423,0.463,0.322,0.011,3.714,0.997,4.922,0.0,0.0,1.029,0.0,0.082,0.0,0.0,0.0,0.0,1.667,0.0,0.0,0.256,0.005,0.482,1.262,0.0,1.645,2.701,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,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.238,0.333,12.733,4.303,0.617,0.0,0.0,0.0,0.0,3862.1,2472.3,3862.1,16.223,13.512,0.0,2.518,3.829,0.0,0.0,0.327,2.233,-1.66,0.0,0.0,-0.157,0.0,-0.304,7.98,0.0,0.378,0.0,2.848,-3.234,-0.476,0.0,1.281,2.546,0.0,0.0,0.026,0.787,2.44,0.0,0.0,-0.156,0.0,-0.303,-0.429,-0.226,0.02,0.0,1.778,4.463,0.553,596.8,442.4,5543.5,2208.6,0.0,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,15040.0,3886.0,3222.0,0.0,110.0,1427.0,0.0,0.0,0.0,1823.0,1711.0,2860.0,3101.0,483.0,2218.0,400.0 +house047.xml,20.962,20.962,14.28,14.28,6.683,0.0,0.0,0.0,0.0,0.0,0.0,0.148,0.0,0.0,0.503,0.001,4.485,0.0,0.0,0.92,0.0,0.463,0.182,0.0,0.0,0.0,1.335,0.0,0.0,0.256,0.111,0.738,1.262,0.0,1.645,2.229,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.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,0.0,0.0,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.496,0.0,1.506,4.202,0.0,0.0,0.0,0.0,0.0,822.9,989.3,989.3,4.818,2.615,0.0,-0.001,0.771,0.126,0.0,0.0,1.725,-0.562,0.0,0.0,0.0,1.363,-0.013,1.575,0.0,4.983,0.0,0.219,-3.202,-0.511,0.0,-0.001,0.108,0.034,0.0,0.0,-0.043,0.795,0.0,0.0,0.0,-1.085,-0.013,-0.216,-0.368,-1.32,0.0,-0.0,3.204,0.41,251.7,442.4,5772.6,1524.2,0.0,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,1599.0,0.0,1199.0,400.0 +house048.xml,92.04,92.04,39.344,39.344,52.697,0.0,0.0,0.0,0.0,0.0,0.0,0.354,0.0,0.0,12.626,3.699,0.0,0.0,0.0,3.689,0.085,0.499,3.033,0.0,0.0,0.0,2.321,0.0,0.0,0.474,1.108,0.67,0.114,0.0,2.351,8.322,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.764,0.0,12.592,0.0,3.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,29.758,0.0,51.767,7.249,2.658,0.0,0.0,0.0,0.0,1514.9,5614.8,5614.8,42.48,34.051,1.023,2.627,11.996,0.0,0.0,0.804,4.608,-2.543,0.0,0.0,0.056,1.968,-0.572,6.806,0.0,4.214,0.0,6.499,-6.341,-1.49,1.322,1.001,9.312,0.0,0.0,0.567,3.689,4.25,0.0,0.0,0.075,10.085,-0.56,0.536,-0.622,1.976,0.0,7.0,11.153,2.199,130.3,818.0,11617.7,3495.1,0.0,63000.0,46500.0,0.0,25.88,98.42,51007.0,12330.0,4499.0,0.0,585.0,9704.0,828.0,45.0,11275.0,2249.0,9492.0,30574.0,8419.0,4431.0,0.0,589.0,7601.0,547.0,57.0,0.0,1959.0,3421.0,3550.0,4490.0,1126.0,2365.0,1000.0 +house049.xml,35.85,35.85,32.352,32.352,3.498,0.0,0.0,0.0,0.0,0.0,8.24,0.05,0.0,0.0,7.311,0.191,2.645,0.249,0.0,1.473,0.057,0.099,2.092,0.0,0.0,0.0,2.952,0.0,0.0,0.329,0.006,0.053,0.096,0.0,1.88,4.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.698,2.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,7.359,0.0,30.615,4.258,1.319,0.0,0.0,0.0,133.0,4633.0,2827.5,4633.0,13.283,15.961,0.0,1.364,4.328,0.0,0.0,0.0,4.25,-5.816,0.0,0.0,0.0,1.213,-0.089,2.666,0.0,1.852,0.0,0.0,-2.005,-0.473,0.0,1.699,7.248,0.0,0.0,0.0,3.034,9.851,0.0,0.0,0.0,3.487,-0.088,-0.013,-2.938,0.719,0.0,0.0,7.157,1.0,728.6,567.6,7487.5,928.6,0.0,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,52.477,52.477,21.694,21.694,30.782,0.0,0.0,0.0,0.0,0.0,0.0,0.288,0.0,0.0,1.913,0.324,0.0,0.0,0.0,1.781,0.057,0.111,2.23,0.0,0.0,0.0,2.18,0.0,0.0,0.471,0.497,3.653,0.105,0.0,2.116,5.968,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.867,0.0,10.845,0.0,3.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,16.475,0.0,5.159,8.571,0.0,0.0,0.0,0.0,0.0,1104.2,2906.4,2906.4,11.283,17.416,0.0,4.13,6.499,0.0,0.0,2.029,5.128,-4.19,0.0,0.0,4.893,0.0,-0.158,2.662,0.0,3.672,0.0,2.015,-9.065,-1.209,0.0,-0.252,-0.23,0.0,0.0,-0.366,0.342,4.046,0.0,0.0,-0.915,0.0,-0.157,-0.518,-2.474,-0.708,0.0,0.594,5.246,0.573,1688.9,437.1,10674.9,2994.2,0.0,58000.0,29000.0,0.0,28.58,87.08,21919.0,7752.0,3277.0,0.0,856.0,3061.0,0.0,2043.0,0.0,1771.0,3159.0,18928.0,5164.0,5885.0,0.0,572.0,1190.0,0.0,596.0,0.0,1585.0,616.0,3320.0,723.0,0.0,-77.0,800.0 diff --git a/hpxml-measures/workflow/tests/base_results/results_workflow_simulations2_bills.csv b/hpxml-measures/workflow/tests/base_results/results_workflow_simulations2_bills.csv index c17476dfb..2acfbc94e 100644 --- a/hpxml-measures/workflow/tests/base_results/results_workflow_simulations2_bills.csv +++ b/hpxml-measures/workflow/tests/base_results/results_workflow_simulations2_bills.csv @@ -1,141 +1,141 @@ 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-lighting-ceiling-fans.xml,1853.29,144.0,1329.64,0.0,1473.64,144.0,235.65,379.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-lighting-holiday.xml,1846.49,144.0,1322.62,0.0,1466.62,144.0,235.87,379.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-lighting-kwh-per-year.xml,1951.37,144.0,1447.53,0.0,1591.53,144.0,215.84,359.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-lighting-mixed.xml,1845.7,144.0,1321.83,0.0,1465.83,144.0,235.87,379.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-lighting-none-ceiling-fans.xml,1692.16,144.0,1139.14,0.0,1283.14,144.0,265.02,409.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 -base-lighting-none.xml,1677.96,144.0,1124.71,0.0,1268.71,144.0,265.25,409.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-location-AMY-2012.xml,1903.98,144.0,1275.12,0.0,1419.12,144.0,340.86,484.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-location-baltimore-md.xml,1588.03,144.0,1167.92,0.0,1311.92,144.0,132.11,276.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-lighting-ceiling-fans.xml,1858.87,144.0,1320.81,0.0,1464.81,144.0,250.06,394.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-lighting-holiday.xml,1851.82,144.0,1313.55,0.0,1457.55,144.0,250.27,394.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-lighting-kwh-per-year.xml,1956.2,144.0,1438.19,0.0,1582.19,144.0,230.01,374.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-lighting-mixed.xml,1851.11,144.0,1312.84,0.0,1456.84,144.0,250.27,394.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-lighting-none-ceiling-fans.xml,1698.36,144.0,1130.67,0.0,1274.67,144.0,279.69,423.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-lighting-none.xml,1684.02,144.0,1116.12,0.0,1260.12,144.0,279.9,423.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-location-AMY-2012.xml,1911.92,144.0,1268.89,0.0,1412.89,144.0,355.03,499.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-location-baltimore-md.xml,1585.25,144.0,1154.52,0.0,1298.52,144.0,142.73,286.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-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,1498.78,144.0,1192.93,0.0,1336.93,144.0,17.85,161.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-location-duluth-mn.xml,1701.88,144.0,1105.44,0.0,1249.44,144.0,308.44,452.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-location-helena-mt.xml,1668.81,144.0,1028.19,0.0,1172.19,144.0,352.62,496.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-location-honolulu-hi.xml,4443.5,144.0,4299.5,0.0,4443.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-location-miami-fl.xml,1456.61,144.0,1312.61,0.0,1456.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-location-phoenix-az.xml,1634.57,144.0,1346.56,0.0,1490.56,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,1207.8,144.0,822.58,0.0,966.58,144.0,97.22,241.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-mechvent-balanced.xml,2113.41,144.0,1382.74,0.0,1526.74,144.0,442.67,586.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-mechvent-bath-kitchen-fans.xml,1860.44,144.0,1318.71,0.0,1462.71,144.0,253.73,397.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-mechvent-cfis-airflow-fraction-zero.xml,2040.75,144.0,1379.54,0.0,1523.54,144.0,373.21,517.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-location-dallas-tx.xml,1490.59,144.0,1181.71,0.0,1325.71,144.0,20.88,164.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-location-duluth-mn.xml,1673.35,144.0,1068.11,0.0,1212.11,144.0,317.24,461.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-location-helena-mt.xml,1676.85,144.0,1023.99,0.0,1167.99,144.0,364.86,508.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-location-honolulu-hi.xml,4393.18,144.0,4249.18,0.0,4393.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,0,0,0,0,0,0 +base-location-miami-fl.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-location-phoenix-az.xml,1624.67,144.0,1336.63,0.0,1480.63,144.0,0.04,144.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-location-portland-or.xml,1205.85,144.0,811.41,0.0,955.41,144.0,106.44,250.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-mechvent-balanced.xml,2120.75,144.0,1375.12,0.0,1519.12,144.0,457.63,601.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-mechvent-bath-kitchen-fans.xml,1866.04,144.0,1309.87,0.0,1453.87,144.0,268.17,412.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-cfis-airflow-fraction-zero.xml,2047.52,144.0,1371.23,0.0,1515.23,144.0,388.29,532.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-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,1392.63,144.0,1248.63,0.0,1392.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-mechvent-cfis-supplemental-fan-exhaust.xml,1975.96,144.0,1329.93,0.0,1473.93,144.0,358.03,502.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-supplemental-fan-supply.xml,1999.16,144.0,1330.95,0.0,1474.95,144.0,380.21,524.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-mechvent-cfis.xml,2051.89,144.0,1377.13,0.0,1521.13,144.0,386.76,530.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-mechvent-erv-atre-asre.xml,1960.1,144.0,1383.73,0.0,1527.73,144.0,288.37,432.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,1960.13,144.0,1383.73,0.0,1527.73,144.0,288.4,432.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,2026.13,144.0,1345.9,0.0,1489.9,144.0,392.23,536.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 -base-mechvent-exhaust.xml,2026.13,144.0,1345.9,0.0,1489.9,144.0,392.23,536.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 -base-mechvent-hrv-asre.xml,1960.19,144.0,1383.84,0.0,1527.84,144.0,288.35,432.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-mechvent-hrv.xml,1960.22,144.0,1383.84,0.0,1527.84,144.0,288.38,432.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,2138.11,144.0,1400.03,0.0,1544.03,144.0,450.08,594.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-mechvent-supply.xml,2012.95,144.0,1348.49,0.0,1492.49,144.0,376.46,520.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-mechvent-whole-house-fan.xml,1781.62,144.0,1255.84,0.0,1399.84,144.0,237.78,381.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 -base-misc-additional-properties.xml,1839.18,144.0,1315.31,0.0,1459.31,144.0,235.87,379.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-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,756.98,108.0,1257.44,-988.34,377.11,144.0,235.87,379.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,677.15,108.0,780.96,-591.68,297.28,144.0,235.87,379.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,673.75,108.0,748.8,-562.92,293.88,144.0,235.87,379.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,637.49,108.0,704.82,-555.2,257.62,144.0,235.87,379.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 -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,852.44,144.0,1315.31,-986.74,472.57,144.0,235.87,379.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,756.98,108.0,1257.44,-988.34,377.11,144.0,235.87,379.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 -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,622.17,465.0,1260.41,-1480.17,245.24,132.0,244.93,376.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,88.46,465.0,1260.41,-2013.87,-288.47,132.0,244.93,376.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,-334.36,210.0,1260.41,-2181.7,-711.29,132.0,244.93,376.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 -base-misc-bills.xml,1793.34,144.0,1260.41,0.0,1404.41,144.0,244.93,388.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-defaults.xml,1069.92,144.0,1155.24,-710.11,589.13,144.0,336.79,480.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-misc-emissions.xml,882.59,144.0,1345.35,-986.62,502.72,144.0,235.87,379.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-misc-generators-battery-scheduled.xml,2289.39,144.0,1378.19,0.0,1522.19,144.0,325.92,469.92,0.0,297.28,297.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 -base-misc-generators-battery.xml,2226.51,144.0,1315.31,0.0,1459.31,144.0,325.92,469.92,0.0,297.28,297.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 -base-misc-generators.xml,2226.51,144.0,1315.31,0.0,1459.31,144.0,325.92,469.92,0.0,297.28,297.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 -base-misc-ground-conductivity.xml,1812.74,144.0,1312.52,0.0,1456.52,144.0,212.22,356.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-loads-large-uncommon.xml,3682.97,144.0,2505.86,0.0,2649.86,144.0,738.84,882.84,0.0,0.0,0.0,0.0,67.83,67.83,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,3042.97,144.0,2375.6,0.0,2519.6,144.0,209.53,353.53,0.0,87.4,87.4,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,1490.41,144.0,903.17,0.0,1047.17,144.0,299.24,443.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-misc-neighbor-shading-bldgtype-multifamily.xml,1236.1,144.0,939.25,0.0,1083.25,144.0,8.85,152.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-misc-neighbor-shading.xml,1885.96,144.0,1306.08,0.0,1450.08,144.0,291.88,435.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-misc-shielding-of-home.xml,1839.22,144.0,1320.43,0.0,1464.43,144.0,230.79,374.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-misc-unit-multiplier.xml,18391.89,1440.0,13153.12,0.0,14593.12,1440.0,2358.77,3798.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-misc-usage-multiplier.xml,3004.33,144.0,1859.84,0.0,2003.84,144.0,721.24,865.24,0.0,0.0,0.0,0.0,61.05,61.05,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,882.59,144.0,1345.35,-986.62,502.72,144.0,235.87,379.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-pv-battery-garage.xml,854.29,144.0,1299.36,-986.62,456.75,144.0,253.54,397.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 -base-pv-battery-round-trip-efficiency.xml,932.5,144.0,1395.26,-986.63,552.63,144.0,235.87,379.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-pv-battery-scheduled.xml,916.1,144.0,1378.19,-985.96,536.23,144.0,235.87,379.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-pv-battery.xml,882.59,144.0,1345.35,-986.62,502.72,144.0,235.87,379.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-pv-generators-battery-scheduled.xml,1002.88,144.0,1378.19,-1286.5,235.68,144.0,325.92,469.92,0.0,297.28,297.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 -base-pv-generators-battery.xml,970.3,144.0,1346.27,-1287.17,203.1,144.0,325.92,469.92,0.0,297.28,297.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 -base-pv-generators.xml,939.22,144.0,1315.31,-1287.29,172.02,144.0,325.92,469.92,0.0,297.28,297.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 -base-pv.xml,852.44,144.0,1315.31,-986.74,472.57,144.0,235.87,379.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-residents-0-runperiod-1-month.xml,128.18,12.0,15.78,0.0,27.78,12.0,88.4,100.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-residents-0.xml,917.12,144.0,268.49,0.0,412.49,144.0,360.63,504.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-residents-1-misc-loads-large-uncommon.xml,2781.57,144.0,1907.56,0.0,2051.56,144.0,435.74,579.74,0.0,0.0,0.0,0.0,70.81,70.81,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,2515.63,144.0,1818.53,0.0,1962.53,144.0,238.4,382.4,0.0,91.24,91.24,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,1586.83,144.0,1040.66,0.0,1184.66,144.0,258.17,402.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-residents-5.xml,1320.29,144.0,1462.79,-743.14,863.64,144.0,312.65,456.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-detailed-all-10-mins.xml,1860.1,144.0,1324.25,0.0,1468.25,144.0,247.85,391.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-detailed-mixed-timesteps-power-outage.xml,1389.0,144.0,1049.68,0.0,1193.68,144.0,51.32,195.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-schedules-detailed-mixed-timesteps.xml,1632.25,144.0,1258.95,0.0,1402.95,144.0,85.3,229.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1851.6,144.0,1321.09,0.0,1465.09,144.0,242.51,386.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-schedules-detailed-occupancy-stochastic-power-outage.xml,1547.37,144.0,1107.41,0.0,1251.41,144.0,151.96,295.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-schedules-detailed-occupancy-stochastic-vacancy.xml,1700.88,144.0,1129.06,0.0,1273.06,144.0,283.82,427.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-schedules-detailed-occupancy-stochastic.xml,1849.86,144.0,1319.61,0.0,1463.61,144.0,242.25,386.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-schedules-detailed-setpoints-daily-schedules.xml,1811.1,144.0,1293.26,0.0,1437.26,144.0,229.84,373.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-schedules-detailed-setpoints-daily-setbacks.xml,1808.33,144.0,1298.77,0.0,1442.77,144.0,221.56,365.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-schedules-detailed-setpoints.xml,1614.03,144.0,1248.82,0.0,1392.82,144.0,77.21,221.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-schedules-simple-power-outage.xml,1715.52,144.0,1190.1,0.0,1334.1,144.0,237.42,381.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-schedules-simple-vacancy.xml,1691.16,144.0,1121.27,0.0,1265.27,144.0,281.89,425.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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1841.9,144.0,1316.6,0.0,1460.6,144.0,237.3,381.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1838.15,144.0,1314.22,0.0,1458.22,144.0,235.93,379.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-simcontrol-daylight-saving-custom.xml,1839.19,144.0,1315.31,0.0,1459.31,144.0,235.88,379.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-simcontrol-daylight-saving-disabled.xml,1838.48,144.0,1314.74,0.0,1458.74,144.0,235.74,379.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-runperiod-1-month.xml,223.34,12.01,111.94,0.0,123.95,12.01,87.38,99.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 -base-simcontrol-temperature-capacitance-multiplier.xml,1835.31,144.0,1311.51,0.0,1455.51,144.0,235.8,379.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-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml,1860.06,144.0,1324.04,0.0,1468.04,144.0,248.02,392.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 -base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml,1859.03,144.0,1323.77,0.0,1467.77,144.0,247.26,391.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-simcontrol-timestep-10-mins.xml,1848.51,144.0,1319.41,0.0,1463.41,144.0,241.1,385.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-simcontrol-timestep-30-mins.xml,1844.84,144.0,1317.6,0.0,1461.6,144.0,239.24,383.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.xml,1839.18,144.0,1315.31,0.0,1459.31,144.0,235.87,379.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 -house001.xml,2411.55,144.0,1716.3,0.0,1860.3,144.0,407.25,551.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 -house002.xml,2059.85,144.0,1489.72,0.0,1633.72,144.0,282.13,426.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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,2051.06,144.0,1470.25,0.0,1614.25,144.0,292.81,436.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 -house004.xml,3685.65,144.0,2771.89,0.0,2915.89,144.0,625.76,769.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 -house005.xml,2672.04,144.0,1955.1,0.0,2099.1,144.0,428.94,572.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 -house006.xml,2281.38,144.0,1184.1,0.0,1328.1,144.0,809.28,953.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 -house007.xml,2340.82,144.0,1263.24,0.0,1407.24,144.0,789.58,933.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 -house008.xml,2834.42,144.0,1462.81,0.0,1606.81,144.0,1083.61,1227.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 -house009.xml,2459.04,144.0,1268.37,0.0,1412.37,144.0,902.67,1046.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 -house010.xml,2562.65,144.0,1400.99,0.0,1544.99,144.0,873.66,1017.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 -house011.xml,1600.41,144.0,1456.41,0.0,1600.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,0,0,0,0,0,0 -house012.xml,1299.98,144.0,1155.98,0.0,1299.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,0,0,0,0,0,0 -house013.xml,1130.38,144.0,986.38,0.0,1130.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,0,0,0,0,0,0 -house014.xml,1162.12,144.0,1018.12,0.0,1162.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,0,0,0,0,0,0 -house015.xml,1130.38,144.0,986.38,0.0,1130.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,0,0,0,0,0,0 -house016.xml,2702.83,144.0,1759.69,0.0,1903.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,799.14,799.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 -house017.xml,2101.87,144.0,1019.2,0.0,1163.2,144.0,794.67,938.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 -house018.xml,1738.61,144.0,1594.61,0.0,1738.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 -house019.xml,3148.24,144.0,1883.36,0.0,2027.36,144.0,976.88,1120.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 -house020.xml,4902.8,144.0,2500.77,0.0,2644.77,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2258.03,2258.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 -house021.xml,3398.9,144.0,1757.9,0.0,1901.9,144.0,1353.0,1497.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,5109.11,144.0,1778.45,0.0,1922.45,0.0,0.0,0.0,0.0,3186.66,3186.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 -house023.xml,5128.81,144.0,2303.07,0.0,2447.07,0.0,0.0,0.0,0.0,2681.74,2681.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 -house024.xml,4794.71,144.0,1600.25,0.0,1744.25,0.0,0.0,0.0,0.0,3050.46,3050.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 -house025.xml,3023.76,144.0,2240.98,0.0,2384.98,144.0,494.78,638.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 -house026.xml,1539.91,144.0,801.94,0.0,945.94,144.0,449.97,593.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 -house027.xml,1892.61,144.0,1009.35,0.0,1153.35,144.0,595.26,739.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 -house028.xml,1789.89,144.0,966.21,0.0,1110.21,144.0,535.68,679.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 -house029.xml,2145.83,144.0,1175.73,0.0,1319.73,144.0,682.1,826.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 -house030.xml,2376.92,144.0,672.79,0.0,816.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1560.13,1560.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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,4402.19,144.0,1834.64,0.0,1978.64,144.0,2279.55,2423.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 -house032.xml,1924.45,144.0,567.69,0.0,711.69,144.0,1068.76,1212.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 -house033.xml,3980.86,144.0,536.35,0.0,680.35,0.0,0.0,0.0,0.0,3300.51,3300.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 -house034.xml,5891.18,144.0,1577.51,0.0,1721.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4169.67,4169.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 -house035.xml,1499.97,144.0,636.67,0.0,780.67,144.0,575.3,719.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1936.2,144.0,941.96,0.0,1085.96,144.0,706.24,850.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 -house037.xml,3487.6,144.0,964.03,0.0,1108.03,0.0,0.0,0.0,0.0,2379.57,2379.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 -house038.xml,3074.94,144.0,1863.26,0.0,2007.26,144.0,923.68,1067.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 -house039.xml,2108.86,144.0,877.32,0.0,1021.32,144.0,943.54,1087.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 -house040.xml,2117.69,144.0,858.61,0.0,1002.61,144.0,971.08,1115.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 -house041.xml,3636.79,144.0,1750.74,0.0,1894.74,144.0,1598.05,1742.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 -house042.xml,3218.05,144.0,1488.52,0.0,1632.52,144.0,1441.53,1585.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 -house043.xml,2371.22,144.0,1113.8,0.0,1257.8,144.0,969.42,1113.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 -house044.xml,3284.57,144.0,1616.82,0.0,1760.82,144.0,1379.75,1523.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 -house045.xml,2474.96,144.0,1309.41,0.0,1453.41,144.0,877.55,1021.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 -house046.xml,950.71,144.0,806.71,0.0,950.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 -house047.xml,991.39,144.0,637.13,0.0,781.13,144.0,66.26,210.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 -house048.xml,2269.77,144.0,1448.93,0.0,1592.93,144.0,532.84,676.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 -house049.xml,1485.34,144.0,1174.21,0.0,1318.21,144.0,23.13,167.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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1248.95,144.0,658.31,0.0,802.31,144.0,302.64,446.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-mechvent-cfis-evap-cooler-only-ducted.xml,1378.03,144.0,1234.03,0.0,1378.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-mechvent-cfis-supplemental-fan-exhaust.xml,1983.32,144.0,1321.75,0.0,1465.75,144.0,373.57,517.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 +base-mechvent-cfis-supplemental-fan-supply.xml,2006.07,144.0,1322.95,0.0,1466.95,144.0,395.12,539.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-cfis.xml,2058.15,144.0,1369.08,0.0,1513.08,144.0,401.07,545.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-mechvent-erv-atre-asre.xml,1966.05,144.0,1375.15,0.0,1519.15,144.0,302.9,446.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-mechvent-erv.xml,1966.08,144.0,1375.15,0.0,1519.15,144.0,302.93,446.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-mechvent-exhaust-rated-flow-rate.xml,2033.17,144.0,1338.1,0.0,1482.1,144.0,407.07,551.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-mechvent-exhaust.xml,2033.17,144.0,1338.1,0.0,1482.1,144.0,407.07,551.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-mechvent-hrv-asre.xml,1966.15,144.0,1375.27,0.0,1519.27,144.0,302.88,446.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.xml,1966.18,144.0,1375.27,0.0,1519.27,144.0,302.91,446.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-multiple.xml,2145.1,144.0,1390.1,0.0,1534.1,144.0,467.0,611.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,2019.84,144.0,1340.56,0.0,1484.56,144.0,391.28,535.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-mechvent-whole-house-fan.xml,1785.03,144.0,1244.85,0.0,1388.85,144.0,252.18,396.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-misc-additional-properties.xml,1844.59,144.0,1306.32,0.0,1450.32,144.0,250.27,394.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-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,760.7,108.0,1248.11,-989.68,366.43,144.0,250.27,394.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,688.61,108.0,778.02,-591.68,294.34,144.0,250.27,394.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,684.21,108.0,742.14,-560.2,289.94,144.0,250.27,394.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,648.23,108.0,701.17,-555.2,253.96,144.0,250.27,394.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 +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,857.85,144.0,1306.32,-986.74,463.58,144.0,250.27,394.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,760.7,108.0,1248.11,-989.68,366.43,144.0,250.27,394.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 +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,634.61,465.0,1251.79,-1474.07,242.73,132.0,259.88,391.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,94.8,465.0,1251.79,-2013.87,-297.08,132.0,259.88,391.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,-328.02,210.0,1251.79,-2181.7,-719.9,132.0,259.88,391.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 +base-misc-bills.xml,1799.67,144.0,1251.79,0.0,1395.79,144.0,259.88,403.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-misc-defaults.xml,1073.3,144.0,1145.2,-710.1,579.1,144.0,350.2,494.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-misc-emissions.xml,888.63,144.0,1336.98,-986.62,494.36,144.0,250.27,394.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-misc-generators-battery-scheduled.xml,2294.79,144.0,1369.2,0.0,1513.2,144.0,340.31,484.31,0.0,297.28,297.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 +base-misc-generators-battery.xml,2231.91,144.0,1306.32,0.0,1450.32,144.0,340.31,484.31,0.0,297.28,297.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 +base-misc-generators.xml,2231.91,144.0,1306.32,0.0,1450.32,144.0,340.31,484.31,0.0,297.28,297.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 +base-misc-ground-conductivity.xml,1817.88,144.0,1303.42,0.0,1447.42,144.0,226.46,370.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-misc-loads-large-uncommon.xml,3688.73,144.0,2505.17,0.0,2649.17,144.0,745.2,889.2,0.0,0.0,0.0,0.0,67.86,67.86,0.0,82.5,82.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 +base-misc-loads-large-uncommon2.xml,3048.74,144.0,2374.91,0.0,2518.91,144.0,215.89,359.89,0.0,87.44,87.44,0.0,0.0,0.0,0.0,0.0,0.0,0.0,82.5,82.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 +base-misc-loads-none.xml,1486.26,144.0,889.87,0.0,1033.87,144.0,308.39,452.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 +base-misc-neighbor-shading-bldgtype-multifamily.xml,1231.11,144.0,931.1,0.0,1075.1,144.0,12.01,156.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-misc-neighbor-shading.xml,1891.93,144.0,1297.28,0.0,1441.28,144.0,306.65,450.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-misc-shielding-of-home.xml,1844.58,144.0,1311.44,0.0,1455.44,144.0,245.14,389.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-unit-multiplier.xml,18446.0,1440.0,13063.21,0.0,14503.21,1440.0,2502.79,3942.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-misc-usage-multiplier.xml,3010.82,144.0,1851.53,0.0,1995.53,144.0,735.97,879.97,0.0,0.0,0.0,0.0,61.07,61.07,0.0,74.25,74.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 +base-pv-battery-ah.xml,888.63,144.0,1336.98,-986.62,494.36,144.0,250.27,394.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-pv-battery-garage.xml,847.61,144.0,1279.4,-986.61,436.79,144.0,266.82,410.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-pv-battery-round-trip-efficiency.xml,939.57,144.0,1387.92,-986.62,545.3,144.0,250.27,394.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-pv-battery-scheduled.xml,921.51,144.0,1369.2,-985.96,527.24,144.0,250.27,394.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-pv-battery.xml,888.63,144.0,1336.98,-986.62,494.36,144.0,250.27,394.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-pv-generators-battery-scheduled.xml,1008.28,144.0,1369.2,-1286.5,226.69,144.0,340.31,484.31,0.0,297.28,297.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 +base-pv-generators-battery.xml,976.69,144.0,1338.26,-1287.16,195.1,144.0,340.31,484.31,0.0,297.28,297.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 +base-pv-generators.xml,944.62,144.0,1306.32,-1287.29,163.03,144.0,340.31,484.31,0.0,297.28,297.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 +base-pv.xml,857.85,144.0,1306.32,-986.74,463.58,144.0,250.27,394.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-residents-0-runperiod-1-month.xml,128.27,12.0,15.92,0.0,27.92,12.0,88.35,100.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-residents-0.xml,911.7,144.0,261.99,0.0,405.99,144.0,361.71,505.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-residents-1-misc-loads-large-uncommon.xml,2780.65,144.0,1895.15,0.0,2039.15,144.0,447.15,591.15,0.0,0.0,0.0,0.0,70.84,70.84,0.0,79.51,79.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 +base-residents-1-misc-loads-large-uncommon2.xml,2514.72,144.0,1806.12,0.0,1950.12,144.0,249.82,393.82,0.0,91.27,91.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,79.51,79.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 +base-residents-1.xml,1589.94,144.0,1034.43,0.0,1178.43,144.0,267.51,411.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-residents-5.xml,1327.14,144.0,1451.58,-743.14,852.44,144.0,330.7,474.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-all-10-mins.xml,1850.71,144.0,1313.75,0.0,1457.75,144.0,248.96,392.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-schedules-detailed-mixed-timesteps-power-outage.xml,1374.81,144.0,1034.66,0.0,1178.66,144.0,52.15,196.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-schedules-detailed-mixed-timesteps.xml,1617.13,144.0,1242.5,0.0,1386.5,144.0,86.63,230.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-schedules-detailed-occupancy-stochastic-10-mins.xml,1842.11,144.0,1310.49,0.0,1454.49,144.0,243.62,387.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-schedules-detailed-occupancy-stochastic-power-outage.xml,1537.72,144.0,1096.51,0.0,1240.51,144.0,153.21,297.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-schedules-detailed-occupancy-stochastic-vacancy.xml,1691.46,144.0,1118.46,0.0,1262.46,144.0,285.0,429.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1840.3,144.0,1308.92,0.0,1452.92,144.0,243.38,387.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-schedules-detailed-setpoints-daily-schedules.xml,1814.29,144.0,1283.45,0.0,1427.45,144.0,242.84,386.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-schedules-detailed-setpoints-daily-setbacks.xml,1812.85,144.0,1289.17,0.0,1433.17,144.0,235.68,379.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-schedules-detailed-setpoints.xml,1609.98,144.0,1234.04,0.0,1378.04,144.0,87.94,231.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-simple-power-outage.xml,1717.23,144.0,1186.88,0.0,1330.88,144.0,242.35,386.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-schedules-simple-vacancy.xml,1704.8,144.0,1133.44,0.0,1277.44,144.0,283.36,427.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-schedules-simple.xml,1846.27,144.0,1316.03,0.0,1460.03,144.0,242.24,386.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-simcontrol-calendar-year-custom.xml,1843.03,144.0,1304.74,0.0,1448.74,144.0,250.29,394.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-simcontrol-daylight-saving-custom.xml,1844.6,144.0,1306.32,0.0,1450.32,144.0,250.28,394.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-simcontrol-daylight-saving-disabled.xml,1843.85,144.0,1305.68,0.0,1449.68,144.0,250.17,394.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-simcontrol-runperiod-1-month.xml,220.92,12.01,106.79,0.0,118.8,12.01,90.11,102.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-simcontrol-temperature-capacitance-multiplier.xml,1840.48,144.0,1302.22,0.0,1446.22,144.0,250.26,394.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-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml,1850.67,144.0,1313.54,0.0,1457.54,144.0,249.13,393.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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1849.63,144.0,1313.25,0.0,1457.25,144.0,248.38,392.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-simcontrol-timestep-10-mins.xml,1854.12,144.0,1310.61,0.0,1454.61,144.0,255.51,399.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-simcontrol-timestep-30-mins.xml,1850.4,144.0,1308.77,0.0,1452.77,144.0,253.63,397.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.xml,1844.59,144.0,1306.32,0.0,1450.32,144.0,250.27,394.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 +house001.xml,2409.1,144.0,1701.52,0.0,1845.52,144.0,419.58,563.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 +house002.xml,2057.43,144.0,1479.73,0.0,1623.73,144.0,289.7,433.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 +house003.xml,2050.65,144.0,1461.78,0.0,1605.78,144.0,300.87,444.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 +house004.xml,3684.62,144.0,2755.34,0.0,2899.34,144.0,641.28,785.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 +house005.xml,2673.04,144.0,1943.98,0.0,2087.98,144.0,441.06,585.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 +house006.xml,2279.57,144.0,1172.74,0.0,1316.74,144.0,818.83,962.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 +house007.xml,2340.06,144.0,1249.6,0.0,1393.6,144.0,802.46,946.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 +house008.xml,2832.99,144.0,1446.05,0.0,1590.05,144.0,1098.94,1242.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 +house009.xml,2458.73,144.0,1255.56,0.0,1399.56,144.0,915.17,1059.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 +house010.xml,2562.42,144.0,1385.53,0.0,1529.53,144.0,888.89,1032.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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1601.51,144.0,1457.51,0.0,1601.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,0,0,0,0,0,0 +house012.xml,1297.91,144.0,1153.91,0.0,1297.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 +house013.xml,1129.24,144.0,985.24,0.0,1129.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 +house014.xml,1161.3,144.0,1017.3,0.0,1161.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1129.24,144.0,985.24,0.0,1129.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 +house016.xml,2711.32,144.0,1759.27,0.0,1903.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,808.05,808.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 +house017.xml,2103.31,144.0,1006.93,0.0,1150.93,144.0,808.38,952.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 +house018.xml,1736.63,144.0,1592.63,0.0,1736.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 +house019.xml,3153.66,144.0,1876.79,0.0,2020.79,144.0,988.87,1132.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 +house020.xml,4934.79,144.0,2474.81,0.0,2618.81,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2315.98,2315.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 +house021.xml,3418.14,144.0,1757.02,0.0,1901.02,144.0,1373.12,1517.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 +house022.xml,5139.02,144.0,1767.94,0.0,1911.94,0.0,0.0,0.0,0.0,3227.08,3227.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 +house023.xml,5179.61,144.0,2293.65,0.0,2437.65,0.0,0.0,0.0,0.0,2741.96,2741.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 +house024.xml,4834.79,144.0,1589.69,0.0,1733.69,0.0,0.0,0.0,0.0,3101.1,3101.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 +house025.xml,3027.81,144.0,2234.5,0.0,2378.5,144.0,505.31,649.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 +house026.xml,1557.24,144.0,804.91,0.0,948.91,144.0,464.33,608.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 +house027.xml,1901.82,144.0,1004.31,0.0,1148.31,144.0,609.51,753.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 +house028.xml,1796.07,144.0,957.09,0.0,1101.09,144.0,550.98,694.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 +house029.xml,2149.09,144.0,1164.85,0.0,1308.85,144.0,696.24,840.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 +house030.xml,2410.32,144.0,672.33,0.0,816.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1593.99,1593.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 +house031.xml,4423.59,144.0,1828.54,0.0,1972.54,144.0,2307.05,2451.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 +house032.xml,1934.53,144.0,567.67,0.0,711.67,144.0,1078.86,1222.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 +house033.xml,4000.75,144.0,538.68,0.0,682.68,0.0,0.0,0.0,0.0,3318.07,3318.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 +house034.xml,5958.69,144.0,1575.82,0.0,1719.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4238.87,4238.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 +house035.xml,1501.77,144.0,630.13,0.0,774.13,144.0,583.64,727.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 +house036.xml,1935.24,144.0,931.33,0.0,1075.33,144.0,715.91,859.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 +house037.xml,3518.56,144.0,959.99,0.0,1103.99,0.0,0.0,0.0,0.0,2414.57,2414.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 +house038.xml,3077.4,144.0,1848.55,0.0,1992.55,144.0,940.85,1084.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 +house039.xml,2127.92,144.0,875.83,0.0,1019.83,144.0,964.09,1108.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 +house040.xml,2127.69,144.0,858.37,0.0,1002.37,144.0,981.32,1125.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 +house041.xml,3640.58,144.0,1740.82,0.0,1884.82,144.0,1611.76,1755.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 +house042.xml,3222.65,144.0,1480.15,0.0,1624.15,144.0,1454.5,1598.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 +house043.xml,2371.6,144.0,1104.35,0.0,1248.35,144.0,979.25,1123.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 +house044.xml,3287.93,144.0,1608.35,0.0,1752.35,144.0,1391.58,1535.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 +house045.xml,2472.35,144.0,1296.83,0.0,1440.83,144.0,887.52,1031.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 +house046.xml,949.97,144.0,805.97,0.0,949.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,0,0,0,0,0,0 +house047.xml,990.51,144.0,632.02,0.0,776.02,144.0,70.49,214.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 +house048.xml,2274.06,144.0,1439.93,0.0,1583.93,144.0,546.13,690.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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1499.25,144.0,1188.11,0.0,1332.11,144.0,23.14,167.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 +house050.xml,1249.06,144.0,647.27,0.0,791.27,144.0,313.79,457.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 diff --git a/rulesets/resources/301ruleset.rb b/rulesets/resources/301ruleset.rb index a1d09d49d..f68ba2337 100644 --- a/rulesets/resources/301ruleset.rb +++ b/rulesets/resources/301ruleset.rb @@ -1203,10 +1203,14 @@ def self.set_systems_hvac_reference(orig_bldg, new_bldg, is_all_electric: false) # Table 303.4.1(1) - Thermostat control_type = HPXML::HVACControlTypeManual + htg_weekday_setpoints, htg_weekend_setpoints = HVAC.get_default_heating_setpoint(control_type, @eri_version) + clg_weekday_setpoints, clg_weekend_setpoints = HVAC.get_default_cooling_setpoint(control_type, @eri_version) new_bldg.hvac_controls.add(id: 'HVACControl', control_type: control_type, - heating_setpoint_temp: HVAC.get_default_heating_setpoint(control_type)[0], - cooling_setpoint_temp: HVAC.get_default_cooling_setpoint(control_type)[0]) + weekday_heating_setpoints: htg_weekday_setpoints, + weekend_heating_setpoints: htg_weekend_setpoints, + weekday_cooling_setpoints: clg_weekday_setpoints, + weekend_cooling_setpoints: clg_weekend_setpoints) # Distribution system add_reference_distribution_system(new_bldg) @@ -1244,9 +1248,6 @@ def self.set_systems_hvac_rated(orig_bldg, new_bldg) # Retain heating system(s) orig_bldg.heating_systems.each do |orig_heating_system| - if [HPXML::HVACTypeBoiler].include? orig_heating_system.heating_system_type - orig_heating_system.electric_auxiliary_energy = HVAC.get_default_boiler_eae(orig_heating_system) - end if Constants.ERIVersions.index(@eri_version) >= Constants.ERIVersions.index('2019AB') fan_watts_per_cfm = orig_heating_system.fan_watts_per_cfm airflow_defect_ratio = orig_heating_system.airflow_defect_ratio @@ -1261,7 +1262,8 @@ def self.set_systems_hvac_rated(orig_bldg, new_bldg) heating_efficiency_afue: orig_heating_system.heating_efficiency_afue, heating_efficiency_percent: orig_heating_system.heating_efficiency_percent, fraction_heat_load_served: orig_heating_system.fraction_heat_load_served, - electric_auxiliary_energy: orig_heating_system.electric_auxiliary_energy, + shared_loop_watts: orig_heating_system.shared_loop_watts, + fan_coil_watts: orig_heating_system.fan_coil_watts, fan_watts_per_cfm: fan_watts_per_cfm, fan_watts: orig_heating_system.fan_watts, airflow_defect_ratio: airflow_defect_ratio, @@ -1374,26 +1376,19 @@ def self.set_systems_hvac_rated(orig_bldg, new_bldg) if orig_bldg.hvac_controls.size > 0 hvac_control = orig_bldg.hvac_controls[0] control_type = hvac_control.control_type - htg_sp, htg_setback_sp, htg_setback_hrs_per_week, htg_setback_start_hr = HVAC.get_default_heating_setpoint(control_type) - clg_sp, clg_setup_sp, clg_setup_hrs_per_week, clg_setup_start_hr = HVAC.get_default_cooling_setpoint(control_type) - new_bldg.hvac_controls.add(id: hvac_control.id, - control_type: control_type, - heating_setpoint_temp: htg_sp, - heating_setback_temp: htg_setback_sp, - heating_setback_hours_per_week: htg_setback_hrs_per_week, - heating_setback_start_hour: htg_setback_start_hr, - cooling_setpoint_temp: clg_sp, - cooling_setup_temp: clg_setup_sp, - cooling_setup_hours_per_week: clg_setup_hrs_per_week, - cooling_setup_start_hour: clg_setup_start_hr) - + hvac_control_id = hvac_control.id else control_type = HPXML::HVACControlTypeManual - new_bldg.hvac_controls.add(id: 'HVACControl', - control_type: control_type, - heating_setpoint_temp: HVAC.get_default_heating_setpoint(control_type)[0], - cooling_setpoint_temp: HVAC.get_default_cooling_setpoint(control_type)[0]) + hvac_control_id = 'HVACControl' end + htg_weekday_setpoints, htg_weekend_setpoints = HVAC.get_default_heating_setpoint(control_type, @eri_version) + clg_weekday_setpoints, clg_weekend_setpoints = HVAC.get_default_cooling_setpoint(control_type, @eri_version) + new_bldg.hvac_controls.add(id: hvac_control_id, + control_type: control_type, + weekday_heating_setpoints: htg_weekday_setpoints, + weekend_heating_setpoints: htg_weekend_setpoints, + weekday_cooling_setpoints: clg_weekday_setpoints, + weekend_cooling_setpoints: clg_weekend_setpoints) # Table 4.2.2(1) - Thermal distribution systems orig_bldg.hvac_distributions.each do |orig_hvac_distribution| @@ -1425,6 +1420,7 @@ def self.set_systems_hvac_rated(orig_bldg, new_bldg) duct_insulation_r_value: orig_duct.duct_insulation_r_value, duct_location: orig_duct.duct_location, duct_surface_area: orig_duct.duct_surface_area, + duct_fraction_area: orig_duct.duct_fraction_area, duct_buried_insulation_level: orig_duct.duct_buried_insulation_level) end end @@ -1460,7 +1456,7 @@ def self.set_systems_mechanical_ventilation_reference(orig_bldg, new_bldg, iecc_ q_fan_airflow = (0.01 * @cfa) + (7.5 * (@nbeds + 1)) else q_tot = Airflow.get_mech_vent_qtot_cfm(@nbeds, @cfa) - q_fan_airflow = calc_mech_vent_q_fan(q_tot, ref_sla, 0.0) # cfm for airflow + q_fan_airflow = calc_mech_vent_q_fan(q_tot, ref_sla, true) # cfm for airflow end mech_vent_fans = orig_bldg.ventilation_fans.select { |f| f.used_for_whole_building_ventilation } @@ -1503,7 +1499,7 @@ def self.set_systems_mechanical_ventilation_reference(orig_bldg, new_bldg, iecc_ # Airflow and fan power new_bldg.ventilation_fans.add(id: 'MechanicalVentilation', - fan_type: HPXML::MechVentTypeBalanced, # Per RESNET 55i + fan_type: HPXML::MechVentTypeBalanced, tested_flow_rate: q_fan_airflow.round(2), hours_in_operation: 24, fan_power: fan_power_w.round(3), @@ -1575,7 +1571,7 @@ def self.set_systems_mechanical_ventilation_rated(orig_bldg, new_bldg) end else # Fan power defaulted - fan_w_per_cfm = Airflow.get_default_mech_vent_fan_power(orig_vent_fan) + fan_w_per_cfm = Airflow.get_default_mech_vent_fan_power(orig_vent_fan, @eri_version) if orig_vent_fan.flow_rate_not_tested && orig_vent_fan.fan_type == HPXML::MechVentTypeCFIS # For in-unit CFIS systems, the cfm used to determine fan watts shall be the larger of # 400 cfm per 12 kBtu/h cooling capacity or 240 cfm per 12 kBtu/h heating capacity @@ -1635,7 +1631,7 @@ def self.set_systems_mechanical_ventilation_iad(new_bldg) sla = Airflow.get_infiltration_SLA_from_ACH50(ach50, 0.65, @cfa, @infil_volume) break end - q_fan = calc_mech_vent_q_fan(q_tot, sla, 0.0) + q_fan = calc_mech_vent_q_fan(q_tot, sla, true) fan_power_w = 0.70 * q_fan new_bldg.ventilation_fans.add(id: 'MechanicalVentilation', @@ -1900,14 +1896,19 @@ def self.set_systems_batteries_reference(orig_bldg, new_bldg) end def self.set_systems_batteries_rated(orig_bldg, new_bldg) - # Temporarily disabled until RESNET allows this. - # orig_bldg.batteries.each do |orig_battery| - # new_bldg.batteries.add(id: orig_battery.id, - # type: orig_battery.type, - # location: orig_battery.location, - # nominal_capacity_kwh: orig_battery.nominal_capacity_kwh, - # usable_capacity_kwh: orig_battery.usable_capacity_kwh) - # end + if Constants.ERIVersions.index(@eri_version) >= Constants.ERIVersions.index('2022C') + orig_bldg.batteries.each do |orig_battery| + new_bldg.batteries.add(id: orig_battery.id, + is_shared_system: orig_battery.is_shared_system, + type: orig_battery.type, + location: orig_battery.location, + nominal_capacity_kwh: orig_battery.nominal_capacity_kwh, + usable_capacity_kwh: orig_battery.usable_capacity_kwh, + rated_power_output: orig_battery.rated_power_output, + round_trip_efficiency: orig_battery.round_trip_efficiency, + number_of_bedrooms_served: orig_battery.number_of_bedrooms_served) + end + end end def self.set_systems_batteries_iad(orig_bldg, new_bldg) @@ -2534,7 +2535,7 @@ def self.calc_rated_home_qfan(orig_bldg, is_balanced) def self.calc_mech_vent_q_fan(q_tot, sla, is_balanced) nl = Airflow.get_infiltration_NL_from_SLA(sla, @infil_height) - q_inf = nl * @weather.data.WSF * @cfa / 7.3 # Effective annual average infiltration rate, cfm, eq. 4.5a + q_inf = Airflow.get_infiltration_Qinf_from_NL(nl, @weather, @cfa) if Constants.ERIVersions.index(@eri_version) >= Constants.ERIVersions.index('2019') if is_balanced phi = 1.0 @@ -2625,7 +2626,6 @@ def self.add_reference_gas_boiler(orig_bldg, new_bldg, load_frac, orig_system: n heating_efficiency_afue: 0.80, fraction_heat_load_served: load_frac, htg_seed_id: seed_id) - new_bldg.heating_systems[-1].electric_auxiliary_energy = HVAC.get_default_boiler_eae(new_bldg.heating_systems[-1]) end def self.add_reference_heat_pump(orig_bldg, new_bldg, htg_load_frac, clg_load_frac, orig_htg_system: nil, orig_clg_system: nil, is_all_electric: false) diff --git a/rulesets/resources/301validator.xml b/rulesets/resources/301validator.xml index b1776c431..8ccdfea9f 100644 --- a/rulesets/resources/301validator.xml +++ b/rulesets/resources/301validator.xml @@ -7,9 +7,9 @@ [Root] Expected 0 or 1 element(s) for xpath: SoftwareInfo/extension/ERICalculation/Version - Expected SoftwareInfo/extension/ERICalculation/Version to be 'latest' or '2019ABCD' or '2019ABC' or '2019AB' or '2019A' or '2019' or '2014AEG' or '2014AE' or '2014A' or '2014' + Expected SoftwareInfo/extension/ERICalculation/Version to be 'latest' or '2022C' or '2022' or '2019ABCD' or '2019ABC' or '2019AB' or '2019A' or '2019' or '2014AEG' or '2014AE' or '2014A' or '2014' Expected 0 or 1 element(s) for xpath: SoftwareInfo/extension/CO2IndexCalculation/Version - Expected SoftwareInfo/extension/CO2IndexCalculation/Version to be 'latest' or '2019ABCD' + Expected SoftwareInfo/extension/CO2IndexCalculation/Version to be 'latest' or '2022C' or '2022' or '2019ABCD' Expected 0 or 1 element(s) for xpath: SoftwareInfo/extension/IECCERICalculation/Version Expected SoftwareInfo/extension/IECCERICalculation/Version to be '2021' or '2018' or '2015' Expected 0 or 1 element(s) for xpath: SoftwareInfo/extension/EnergyStarCalculation/Version @@ -186,10 +186,7 @@ Expected 0 or more element(s) for xpath: Systems/WaterHeating/WaterFixture Expected 0 or 1 element(s) for xpath: Systems/SolarThermal/SolarThermalSystem Expected 0 or more element(s) for xpath: Systems/Photovoltaics/PVSystem - + Expected 0 or 1 element(s) for xpath: Systems/Batteries/Battery Expected 0 or more element(s) for xpath: Systems/extension/Generators/Generator Expected 0 or 1 element(s) for xpath: Appliances/ClothesWasher Expected 0 or 1 element(s) for xpath: Appliances/ClothesDryer @@ -599,7 +596,6 @@ Temporarily disabled until RESNET allows this. [HeatingSystemType=InUnitBoiler] Expected 1 or more element(s) for xpath: ../../HVACDistribution/DistributionSystemType/HydronicDistribution/HydronicDistributionType[text()="radiator" or text()="baseboard" or text()="radiant floor" or text()="radiant ceiling"] | ../../HVACDistribution/DistributionSystemType/Other[text()="DSE"] - Expected 0 or 1 element(s) for xpath: ElectricAuxiliaryEnergy @@ -1104,9 +1100,12 @@ Temporarily disabled until RESNET allows this. Expected DuctBuriedInsulationLevel to be 'not buried' or 'partially buried' or 'fully buried' or 'deeply buried' Expected 1 element(s) for xpath: DuctLocation Expected DuctLocation to be 'conditioned space' or 'basement - conditioned' or 'basement - unconditioned' or 'crawlspace - vented' or 'crawlspace - unvented' 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 1 element(s) for xpath: DuctSurfaceArea + Expected 1 or more element(s) for xpath: FractionDuctArea | DuctSurfaceArea Expected 1 element(s) for xpath: ../NumberofReturnRegisters Expected 1 element(s) for xpath: ../../../ConditionedFloorAreaServed + + Expected sum(Ducts/FractionDuctArea) for DuctType="supply" to be 1 + Expected sum(Ducts/FractionDuctArea) for DuctType="return" to be 1 @@ -1504,20 +1503,31 @@ Temporarily disabled until RESNET allows this. - Expected 1 element(s) for xpath: BatteryType[text()="Li-ion"] Expected 0 or 1 element(s) for xpath: Location Expected Location to be 'conditioned space' or 'basement - conditioned' or 'basement - unconditioned' or 'crawlspace - vented' or 'crawlspace - unvented' or 'attic - vented' or 'attic - unvented' or 'garage' or 'outside' Expected 1 element(s) for xpath: NominalCapacity[Units="kWh"]/Value Expected 1 element(s) for xpath: UsableCapacity[Units="kWh"]/Value Expected UsableCapacity to be less than NominalCapacity + Expected 1 element(s) for xpath: RatedPowerOutput + Expected 1 element(s) for xpath: RoundTripEfficiency + + Rated power output should typically be greater than or equal to 1000 W. + + + + + [BatteryType=Shared] + + Expected 1 element(s) for xpath: ../../../BuildingSummary/BuildingConstruction[ResidentialFacilityType[text()="single-family attached" or text()="apartment unit"]] + Expected 1 element(s) for xpath: extension/NumberofBedroomsServed + Expected extension/NumberofBedroomsServed to be greater than ../../../BuildingSummary/BuildingConstruction/NumberofBedrooms ---> [Generator] diff --git a/rulesets/resources/ES_ZERHruleset.rb b/rulesets/resources/ES_ZERHruleset.rb index ea944dc25..6a90e69b6 100644 --- a/rulesets/resources/ES_ZERHruleset.rb +++ b/rulesets/resources/ES_ZERHruleset.rb @@ -2,7 +2,7 @@ class ES_ZERH_Ruleset def self.apply_ruleset(hpxml, calc_type, lookup_program_data) - # Use latest version of 301-2019 + # Use latest version of ANSI 301 @eri_version = Constants.ERIVersions[-1] hpxml.header.eri_calculation_version = @eri_version @@ -1173,7 +1173,8 @@ def self.get_radiant_barrier_bool(orig_bldg) ducts_in_uncond_attic = false all_ducts.each do |duct| - if [HPXML::LocationAtticVented, HPXML::LocationAtticUnvented].include?(duct.duct_location) && duct.duct_surface_area > 0 + if [HPXML::LocationAtticVented, HPXML::LocationAtticUnvented].include?(duct.duct_location) && + (!duct.duct_surface_area.to_f.zero? || !duct.duct_fraction_area.to_f.zero?) ducts_in_uncond_attic = true end end diff --git a/rulesets/tests/test_appliances.rb b/rulesets/tests/test_appliances.rb index f1b1bd799..0866cb3ef 100644 --- a/rulesets/tests/test_appliances.rb +++ b/rulesets/tests/test_appliances.rb @@ -346,6 +346,9 @@ def _check_clothes_washer(hpxml_bldg, mef:, imef:, annual_kwh:, elec_rate:, gas_ assert_in_epsilon(agc, clothes_washer.label_annual_gas_cost, 0.01) assert_in_epsilon(cap, clothes_washer.capacity, 0.01) assert_in_epsilon(label_usage, clothes_washer.label_usage, 0.01) + assert_equal('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.051, 0.050, 0.049, 0.049, 0.049, 0.049, 0.047, 0.032, 0.017', clothes_washer.weekday_fractions) + assert_equal('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.051, 0.050, 0.049, 0.049, 0.049, 0.049, 0.047, 0.032, 0.017', clothes_washer.weekend_fractions) + assert_equal('1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0', clothes_washer.monthly_multipliers) end def _check_clothes_dryer(hpxml_bldg, fuel_type:, ef:, cef:, control: nil, location:) @@ -367,6 +370,9 @@ def _check_clothes_dryer(hpxml_bldg, fuel_type:, ef:, cef:, control: nil, locati end assert_equal(true, clothes_dryer.is_vented) assert_equal(0.0, clothes_dryer.vented_flow_rate) + assert_equal('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.058, 0.061, 0.055, 0.054, 0.051, 0.051, 0.052, 0.054, 0.044, 0.024', clothes_dryer.weekday_fractions) + assert_equal('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.058, 0.061, 0.055, 0.054, 0.051, 0.051, 0.052, 0.054, 0.044, 0.024', clothes_dryer.weekend_fractions) + assert_equal('1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0', clothes_dryer.monthly_multipliers) end def _check_dishwasher(hpxml_bldg, ef:, annual_kwh:, cap:, elec_rate:, gas_rate:, agc:, label_usage:, location:) @@ -388,6 +394,9 @@ def _check_dishwasher(hpxml_bldg, ef:, annual_kwh:, cap:, elec_rate:, gas_rate:, assert_in_epsilon(gas_rate, dishwasher.label_gas_rate, 0.01) assert_in_epsilon(agc, dishwasher.label_annual_gas_cost, 0.01) assert_in_epsilon(label_usage, dishwasher.label_usage, 0.01) + assert_equal('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.042, 0.046, 0.036, 0.038, 0.038, 0.049, 0.087, 0.111, 0.090, 0.067, 0.044, 0.031', dishwasher.weekday_fractions) + assert_equal('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.042, 0.046, 0.036, 0.038, 0.038, 0.049, 0.087, 0.111, 0.090, 0.067, 0.044, 0.031', dishwasher.weekend_fractions) + assert_equal('1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0', dishwasher.monthly_multipliers) end def _check_refrigerator(hpxml_bldg, annual_kwh:, location:) @@ -395,6 +404,11 @@ def _check_refrigerator(hpxml_bldg, annual_kwh:, location:) refrigerator = hpxml_bldg.refrigerators[0] assert_equal(location, refrigerator.location) assert_equal(annual_kwh, refrigerator.rated_annual_kwh) + assert_nil(refrigerator.weekday_fractions) + assert_nil(refrigerator.weekend_fractions) + assert_nil(refrigerator.monthly_multipliers) + assert_equal('-0.487, -0.340, -0.370, -0.361, -0.515, -0.684, -0.471, -0.159, -0.079, -0.417, -0.411, -0.386, -0.240, -0.314, -0.160, -0.121, -0.469, -0.412, -0.091, 0.077, -0.118, -0.247, -0.445, -0.544', refrigerator.constant_coefficients) + assert_equal('0.019, 0.016, 0.017, 0.016, 0.018, 0.021, 0.019, 0.015, 0.015, 0.019, 0.018, 0.018, 0.016, 0.017, 0.015, 0.015, 0.020, 0.020, 0.017, 0.014, 0.016, 0.017, 0.019, 0.020', refrigerator.temperature_coefficients) end def _check_cooking_range(hpxml_bldg, fuel_type:, cook_is_induction:, oven_is_convection:, location:) @@ -403,6 +417,9 @@ def _check_cooking_range(hpxml_bldg, fuel_type:, cook_is_induction:, oven_is_con assert_equal(location, cooking_range.location) assert_equal(fuel_type, cooking_range.fuel_type) assert_equal(cook_is_induction, cooking_range.is_induction) + assert_equal('0.008, 0.008, 0.008, 0.008, 0.008, 0.015, 0.023, 0.039, 0.046, 0.046, 0.046, 0.054, 0.062, 0.046, 0.039, 0.054, 0.076, 0.134, 0.114, 0.058, 0.039, 0.031, 0.023, 0.015', cooking_range.weekday_fractions) + assert_equal('0.008, 0.008, 0.008, 0.008, 0.008, 0.015, 0.023, 0.039, 0.046, 0.046, 0.046, 0.054, 0.062, 0.046, 0.039, 0.054, 0.076, 0.134, 0.114, 0.058, 0.039, 0.031, 0.023, 0.015', cooking_range.weekend_fractions) + assert_equal('1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0', cooking_range.monthly_multipliers) assert_equal(1, hpxml_bldg.ovens.size) oven = hpxml_bldg.ovens[0] assert_equal(oven_is_convection, oven.is_convection) diff --git a/rulesets/tests/test_es_zerh_pv_batteries.rb b/rulesets/tests/test_es_zerh_pv_batteries.rb index b0d52df0c..6265d9515 100644 --- a/rulesets/tests/test_es_zerh_pv_batteries.rb +++ b/rulesets/tests/test_es_zerh_pv_batteries.rb @@ -30,7 +30,6 @@ def test_pv end def test_pv_batteries - skip # Temporarily disabled until RESNET allows this. [*ESConstants.AllVersions, *ZERHConstants.AllVersions].each do |program_version| _convert_to_es_zerh('base-pv-battery.xml', program_version) _hpxml, hpxml_bldg = _test_ruleset(program_version) diff --git a/rulesets/tests/test_es_zerh_water_heating.rb b/rulesets/tests/test_es_zerh_water_heating.rb index a530dd105..d2103d9ed 100644 --- a/rulesets/tests/test_es_zerh_water_heating.rb +++ b/rulesets/tests/test_es_zerh_water_heating.rb @@ -369,7 +369,7 @@ def test_shared_water_heating_recirc elsif [ESConstants.MFNationalVer1_2].include? program_version _check_water_heater(hpxml_bldg, [{ whtype: HPXML::WaterHeaterTypeTankless, fuel: HPXML::FuelTypeNaturalGas, location: HPXML::LocationConditionedSpace, uef: 0.90, n_units_served: 6 }]) end - _check_hot_water_distribution(hpxml_bldg, disttype: HPXML::DHWDistTypeStandard, pipe_r: pipe_r_value(program_version, true), pipe_l: 70.0, shared_recirc_power: 232.94, shared_recirc_num_units_served: 6, shared_recirc_control_type: HPXML::DHWRecirControlTypeTimer) + _check_hot_water_distribution(hpxml_bldg, disttype: HPXML::DHWDistTypeStandard, pipe_r: pipe_r_value(program_version, true), pipe_l: 70.0, shared_recirc_power: 232.94, shared_recirc_num_units_served: 6, shared_recirc_control_type: HPXML::DHWRecircControlTypeTimer) _check_water_fixtures(hpxml_bldg, low_flow_shower: is_low_flow(program_version), low_flow_faucet: is_low_flow(program_version)) _check_drain_water_heat_recovery(hpxml_bldg) end diff --git a/rulesets/tests/test_hvac.rb b/rulesets/tests/test_hvac.rb index 368eea36f..9cbde006c 100644 --- a/rulesets/tests/test_hvac.rb +++ b/rulesets/tests/test_hvac.rb @@ -110,7 +110,7 @@ def test_boiler_gas _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) hvac_iq_values = _get_default_hvac_iq_values(eri_version, 0.5) if [Constants.CalcTypeERIRatedHome].include? calc_type - _check_heating_system(hpxml_bldg, [{ systype: HPXML::HVACTypeBoiler, fuel: HPXML::FuelTypeNaturalGas, eff: 0.92, frac_load: 1.0, eae: 200 }]) + _check_heating_system(hpxml_bldg, [{ systype: HPXML::HVACTypeBoiler, fuel: HPXML::FuelTypeNaturalGas, eff: 0.92, frac_load: 1.0, eae: 170 }]) elsif [Constants.CalcTypeCO2eReferenceHome].include? calc_type # All-electric _check_heat_pump(hpxml_bldg, [{ systype: HPXML::HVACTypeHeatPumpAirToAir, fuel: HPXML::FuelTypeElectricity, comptype: HPXML::HVACCompressorTypeSingleStage, hspf: 7.7, seer: 13, frac_load_heat: 1.0, frac_load_cool: 0.0, dse: _dse(calc_type), shr: 0.73, compressor_temp: 0.0, heat_cap_retention_frac: 0.425, heat_cap_retention_temp: 5.0, backup_temp: 40.0, backup_fuel: HPXML::FuelTypeElectricity, backup_eff: 1.0, **hvac_iq_values }]) else @@ -581,7 +581,7 @@ def test_multiple_hvac _check_heating_system(hpxml_bldg, [{ systype: HPXML::HVACTypeFurnace, fuel: HPXML::FuelTypeElectricity, eff: 1.0, frac_load: 0.1, **ac_furn_hvac_iq_values }, { systype: HPXML::HVACTypeFurnace, fuel: HPXML::FuelTypeNaturalGas, eff: 0.92, frac_load: 0.1, **ac_furn_hvac_iq_values }, { systype: HPXML::HVACTypeBoiler, fuel: HPXML::FuelTypeElectricity, eff: 1.0, frac_load: 0.1, eae: 170 }, - { systype: HPXML::HVACTypeBoiler, fuel: HPXML::FuelTypeNaturalGas, eff: 0.92, frac_load: 0.1, eae: 200 }, + { systype: HPXML::HVACTypeBoiler, fuel: HPXML::FuelTypeNaturalGas, eff: 0.92, frac_load: 0.1, eae: 170 }, { systype: HPXML::HVACTypeElectricResistance, fuel: HPXML::FuelTypeElectricity, eff: 1.0, frac_load: 0.1 }, { systype: HPXML::HVACTypeStove, fuel: HPXML::FuelTypeOil, eff: 0.8, frac_load: 0.1 }, { systype: HPXML::HVACTypeWallFurnace, fuel: HPXML::FuelTypePropane, eff: 0.8, frac_load: 0.1 }]) @@ -669,7 +669,7 @@ def test_shared_boiler_baseboard _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIRatedHome].include? calc_type - _check_heating_system(hpxml_bldg, [{ systype: HPXML::HVACTypeBoiler, fuel: HPXML::FuelTypeNaturalGas, eff: 0.92, frac_load: 1.0, eae: 208, num_units_served: 6 }]) + _check_heating_system(hpxml_bldg, [{ systype: HPXML::HVACTypeBoiler, fuel: HPXML::FuelTypeNaturalGas, eff: 0.92, frac_load: 1.0, num_units_served: 6, shared_loop_watts: 600 }]) else hvac_iq_values = _get_default_hvac_iq_values(eri_version, 0.5) if [Constants.CalcTypeCO2eReferenceHome].include? calc_type # All-electric @@ -690,7 +690,7 @@ def test_shared_boiler_fan_coil _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIRatedHome].include? calc_type - _check_heating_system(hpxml_bldg, [{ systype: HPXML::HVACTypeBoiler, fuel: HPXML::FuelTypeNaturalGas, eff: 0.92, frac_load: 1.0, eae: 520, num_units_served: 6 }]) + _check_heating_system(hpxml_bldg, [{ systype: HPXML::HVACTypeBoiler, fuel: HPXML::FuelTypeNaturalGas, eff: 0.92, frac_load: 1.0, num_units_served: 6, shared_loop_watts: 600, fan_coil_watts: 150 }]) else hvac_iq_values = _get_default_hvac_iq_values(eri_version, 0.5) if [Constants.CalcTypeCO2eReferenceHome].include? calc_type # All-electric @@ -711,7 +711,7 @@ def test_shared_boiler_fan_coil_ducted _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIRatedHome].include? calc_type - _check_heating_system(hpxml_bldg, [{ systype: HPXML::HVACTypeBoiler, fuel: HPXML::FuelTypeNaturalGas, eff: 0.92, frac_load: 1.0, eae: 520, num_units_served: 6 }]) + _check_heating_system(hpxml_bldg, [{ systype: HPXML::HVACTypeBoiler, fuel: HPXML::FuelTypeNaturalGas, eff: 0.92, frac_load: 1.0, num_units_served: 6, shared_loop_watts: 600, fan_coil_watts: 150 }]) else hvac_iq_values = _get_default_hvac_iq_values(eri_version, 0.5) if [Constants.CalcTypeCO2eReferenceHome].include? calc_type # All-electric @@ -732,7 +732,7 @@ def test_shared_boiler_water_loop_heat_pump _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIRatedHome].include? calc_type - _check_heating_system(hpxml_bldg, [{ systype: HPXML::HVACTypeBoiler, fuel: HPXML::FuelTypeNaturalGas, eff: 0.92, frac_load: 1.0, eae: 208, num_units_served: 6 }]) + _check_heating_system(hpxml_bldg, [{ systype: HPXML::HVACTypeBoiler, fuel: HPXML::FuelTypeNaturalGas, eff: 0.92, frac_load: 1.0, num_units_served: 6, shared_loop_watts: 600 }]) else hvac_iq_values = _get_default_hvac_iq_values(eri_version, 0.5) if [Constants.CalcTypeCO2eReferenceHome].include? calc_type # All-electric @@ -853,7 +853,9 @@ def test_manual_thermostat _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) - _check_thermostat(hpxml_bldg, control_type: HPXML::HVACControlTypeManual, htg_sp: 68, clg_sp: 78) + _check_thermostat(hpxml_bldg, control_type: HPXML::HVACControlTypeManual, + htg_setpoints: '68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68', + clg_setpoints: '78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78') end end @@ -863,9 +865,28 @@ def test_programmable_thermostat _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIRatedHome].include? calc_type - _check_thermostat(hpxml_bldg, control_type: HPXML::HVACControlTypeProgrammable, htg_sp: 68, clg_sp: 78, htg_setback: 66, htg_setback_hrs: 49, htg_setback_start_hr: 23, clg_setup: 80, clg_setup_hrs: 42, clg_setup_start_hr: 9) + _check_thermostat(hpxml_bldg, control_type: HPXML::HVACControlTypeProgrammable, + htg_setpoints: '66, 66, 66, 66, 66, 67, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 66', + clg_setpoints: '78, 78, 78, 78, 78, 78, 78, 78, 78, 80, 80, 80, 80, 80, 79, 78, 78, 78, 78, 78, 78, 78, 78, 78') else - _check_thermostat(hpxml_bldg, control_type: HPXML::HVACControlTypeManual, htg_sp: 68, clg_sp: 78) + _check_thermostat(hpxml_bldg, control_type: HPXML::HVACControlTypeManual, + htg_setpoints: '68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68', + clg_setpoints: '78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78') + end + end + + hpxml_name = _change_eri_version(hpxml_name, '2019ABCD') + + _all_calc_types.each do |calc_type| + _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) + if [Constants.CalcTypeERIRatedHome].include? calc_type + _check_thermostat(hpxml_bldg, control_type: HPXML::HVACControlTypeProgrammable, + htg_setpoints: '66, 66, 66, 66, 66, 66, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 66', + clg_setpoints: '78, 78, 78, 78, 78, 78, 78, 78, 78, 80, 80, 80, 80, 80, 80, 78, 78, 78, 78, 78, 78, 78, 78, 78') + else + _check_thermostat(hpxml_bldg, control_type: HPXML::HVACControlTypeManual, + htg_setpoints: '68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68, 68', + clg_setpoints: '78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78') end end end @@ -921,6 +942,26 @@ def test_ducts_buried end end + def test_duct_fraction_area + hpxml_name = 'base-hvac-ducts-area-fractions.xml' + hpxml = HPXML.new(hpxml_path: File.join(@root_path, 'workflow', 'sample_files', hpxml_name)) + hpxml_bldg = hpxml.buildings[0] + hpxml_name = File.basename(@tmp_hpxml_path) + XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path) + + _all_calc_types.each do |calc_type| + _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) + if [Constants.CalcTypeERIRatedHome].include? calc_type + _check_ducts(hpxml_bldg, [{ duct_type: HPXML::DuctTypeSupply, duct_rvalue: 4.0, duct_area: 820.1, duct_location: HPXML::LocationAtticUnvented, duct_buried: HPXML::DuctBuriedInsulationNone }, + { duct_type: HPXML::DuctTypeReturn, duct_rvalue: 0.0, duct_area: 455.6, duct_location: HPXML::LocationAtticUnvented, duct_buried: HPXML::DuctBuriedInsulationNone }, + { duct_type: HPXML::DuctTypeSupply, duct_rvalue: 4.0, duct_area: 273.4, duct_location: HPXML::LocationExteriorWall, duct_buried: HPXML::DuctBuriedInsulationNone }, + { duct_type: HPXML::DuctTypeReturn, duct_rvalue: 0.0, duct_area: 151.9, duct_location: HPXML::LocationConditionedSpace, duct_buried: HPXML::DuctBuriedInsulationNone }]) + else + _check_ducts(hpxml_bldg) + end + end + end + def test_dse hpxml_name = 'base-hvac-dse.xml' @@ -1245,52 +1286,25 @@ def _check_cooling_system(hpxml_bldg, all_expected_values = []) end end - def _check_thermostat(hpxml_bldg, control_type:, htg_sp:, clg_sp:, htg_setback: nil, htg_setback_hrs: nil, htg_setback_start_hr: nil, - clg_setup: nil, clg_setup_hrs: nil, clg_setup_start_hr: nil) + def _check_thermostat(hpxml_bldg, control_type:, htg_setpoints:, clg_setpoints:) assert_equal(1, hpxml_bldg.hvac_controls.size) hvac_control = hpxml_bldg.hvac_controls[0] assert_equal(control_type, hvac_control.control_type) - if htg_sp.nil? - assert_nil(hvac_control.heating_setpoint_temp) - else - assert_equal(htg_sp, hvac_control.heating_setpoint_temp) - end - if htg_setback.nil? - assert_nil(hvac_control.heating_setback_temp) - else - assert_equal(htg_setback, hvac_control.heating_setback_temp) - end - if htg_setback_hrs.nil? - assert_nil(hvac_control.heating_setback_hours_per_week) + if htg_setpoints.nil? + assert_nil(hvac_control.weekday_heating_setpoints) + assert_nil(hvac_control.weekend_heating_setpoints) else - assert_equal(htg_setback_hrs, hvac_control.heating_setback_hours_per_week) - end - if htg_setback_start_hr.nil? - assert_nil(hvac_control.heating_setback_start_hour) - else - assert_equal(htg_setback_start_hr, hvac_control.heating_setback_start_hour) + assert_equal(htg_setpoints.split(', ').map(&:to_f), hvac_control.weekday_heating_setpoints.split(', ').map(&:to_f)) + assert_equal(htg_setpoints.split(', ').map(&:to_f), hvac_control.weekend_heating_setpoints.split(', ').map(&:to_f)) end - if clg_sp.nil? - assert_nil(hvac_control.cooling_setpoint_temp) - else - assert_equal(clg_sp, hvac_control.cooling_setpoint_temp) - end - if clg_setup.nil? - assert_nil(hvac_control.cooling_setup_temp) - else - assert_equal(clg_setup, hvac_control.cooling_setup_temp) - end - if clg_setup_hrs.nil? - assert_nil(hvac_control.cooling_setup_hours_per_week) - else - assert_equal(clg_setup_hrs, hvac_control.cooling_setup_hours_per_week) - end - if clg_setup_start_hr.nil? - assert_nil(hvac_control.cooling_setup_start_hour) + if clg_setpoints.nil? + assert_nil(hvac_control.weekday_cooling_setpoints) + assert_nil(hvac_control.weekend_cooling_setpoints) else - assert_equal(clg_setup_start_hr, hvac_control.cooling_setup_start_hour) + assert_equal(clg_setpoints.split(', ').map(&:to_f), hvac_control.weekday_cooling_setpoints.split(', ').map(&:to_f)) + assert_equal(clg_setpoints.split(', ').map(&:to_f), hvac_control.weekend_cooling_setpoints.split(', ').map(&:to_f)) end end diff --git a/rulesets/tests/test_lighting.rb b/rulesets/tests/test_lighting.rb index 386c59932..1af367b0c 100644 --- a/rulesets/tests/test_lighting.rb +++ b/rulesets/tests/test_lighting.rb @@ -182,6 +182,18 @@ def _check_lighting(hpxml_bldg, f_int_cfl: nil, f_ext_cfl: nil, f_grg_cfl: nil, assert_in_epsilon(f_grg_led, lg.fraction_of_units_in_location, 0.01) end end + + assert_equal('0.012, 0.010, 0.010, 0.010, 0.011, 0.018, 0.030, 0.038, 0.041, 0.041, 0.039, 0.037, 0.036, 0.035, 0.037, 0.041, 0.050, 0.065, 0.086, 0.106, 0.110, 0.079, 0.040, 0.018', hpxml_bldg.lighting.interior_weekday_fractions) + assert_equal('0.012, 0.010, 0.010, 0.010, 0.011, 0.018, 0.030, 0.038, 0.041, 0.041, 0.039, 0.037, 0.036, 0.035, 0.037, 0.041, 0.050, 0.065, 0.086, 0.106, 0.110, 0.079, 0.040, 0.018', hpxml_bldg.lighting.interior_weekend_fractions) + assert_equal('1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20', hpxml_bldg.lighting.interior_monthly_multipliers) + assert_equal('0.040, 0.037, 0.037, 0.035, 0.035, 0.039, 0.044, 0.041, 0.031, 0.025, 0.024, 0.024, 0.025, 0.028, 0.030, 0.035, 0.044, 0.056, 0.064, 0.068, 0.070, 0.065, 0.056, 0.047', hpxml_bldg.lighting.exterior_weekday_fractions) + assert_equal('0.040, 0.037, 0.037, 0.035, 0.035, 0.039, 0.044, 0.041, 0.031, 0.025, 0.024, 0.024, 0.025, 0.028, 0.030, 0.035, 0.044, 0.056, 0.064, 0.068, 0.070, 0.065, 0.056, 0.047', hpxml_bldg.lighting.exterior_weekend_fractions) + assert_equal('1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20', hpxml_bldg.lighting.exterior_monthly_multipliers) + if hpxml_bldg.has_location(HPXML::LocationGarage) + assert_equal('0.023, 0.019, 0.015, 0.017, 0.021, 0.031, 0.042, 0.041, 0.034, 0.029, 0.027, 0.025, 0.021, 0.021, 0.021, 0.026, 0.031, 0.044, 0.084, 0.117, 0.113, 0.096, 0.063, 0.039', hpxml_bldg.lighting.garage_weekday_fractions) + assert_equal('0.023, 0.019, 0.015, 0.017, 0.021, 0.031, 0.042, 0.041, 0.034, 0.029, 0.027, 0.025, 0.021, 0.021, 0.021, 0.026, 0.031, 0.044, 0.084, 0.117, 0.113, 0.096, 0.063, 0.039', hpxml_bldg.lighting.garage_weekend_fractions) + assert_equal('1.19, 1.11, 1.02, 0.93, 0.84, 0.80, 0.82, 0.88, 0.98, 1.07, 1.16, 1.20', hpxml_bldg.lighting.garage_monthly_multipliers) + end end def _check_ceiling_fans(hpxml_bldg, cfm_per_w: nil, count: nil) @@ -203,5 +215,11 @@ def _check_ceiling_fans(hpxml_bldg, cfm_per_w: nil, count: nil) end assert_equal(0.5, hpxml_bldg.hvac_controls[0].ceiling_fan_cooling_setpoint_temp_offset) end + + hpxml_bldg.ceiling_fans.each do |ceiling_fan| + assert_equal('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.052, 0.057, 0.057, 0.057, 0.057, 0.057', ceiling_fan.weekday_fractions) + assert_equal('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.052, 0.057, 0.057, 0.057, 0.057, 0.057', ceiling_fan.weekend_fractions) + assert_equal('0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0', ceiling_fan.monthly_multipliers) + end end end diff --git a/rulesets/tests/test_misc.rb b/rulesets/tests/test_misc.rb index c751ae290..934ea21d3 100644 --- a/rulesets/tests/test_misc.rb +++ b/rulesets/tests/test_misc.rb @@ -78,12 +78,17 @@ def _check_misc(hpxml_bldg, misc_kwh:, misc_sens:, misc_lat:, tv_kwh:, tv_sens:, assert_in_epsilon(misc_kwh, plug_load.kwh_per_year, 0.01) assert_in_epsilon(misc_sens, plug_load.frac_sensible, 0.01) assert_in_epsilon(misc_lat, plug_load.frac_latent, 0.01) + assert_equal('0.036, 0.036, 0.036, 0.036, 0.036, 0.036, 0.038, 0.041, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.044, 0.047, 0.050, 0.051, 0.050, 0.048, 0.044, 0.040, 0.037', plug_load.weekday_fractions) + assert_equal('0.036, 0.036, 0.036, 0.036, 0.036, 0.036, 0.038, 0.041, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.044, 0.047, 0.050, 0.051, 0.050, 0.048, 0.044, 0.040, 0.037', plug_load.weekend_fractions) elsif plug_load.plug_load_type == HPXML::PlugLoadTypeTelevision num_pls += 1 assert_in_epsilon(tv_kwh, plug_load.kwh_per_year, 0.01) assert_in_epsilon(tv_sens, plug_load.frac_sensible, 0.01) assert_in_epsilon(tv_lat, plug_load.frac_latent, 0.01) + assert_equal('0.014, 0.007, 0.004, 0.003, 0.004, 0.006, 0.010, 0.015, 0.020, 0.025, 0.028, 0.031, 0.033, 0.038, 0.042, 0.046, 0.054, 0.062, 0.080, 0.110, 0.132, 0.125, 0.077, 0.034', plug_load.weekday_fractions) + assert_equal('0.014, 0.007, 0.004, 0.003, 0.004, 0.006, 0.010, 0.015, 0.020, 0.025, 0.028, 0.031, 0.033, 0.038, 0.042, 0.046, 0.054, 0.062, 0.080, 0.110, 0.132, 0.125, 0.077, 0.034', plug_load.weekend_fractions) end + assert_equal('1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0', plug_load.monthly_multipliers) end assert_equal(2, num_pls) end diff --git a/rulesets/tests/test_occupancy.rb b/rulesets/tests/test_occupancy.rb new file mode 100644 index 000000000..24c9d126e --- /dev/null +++ b/rulesets/tests/test_occupancy.rb @@ -0,0 +1,69 @@ +# frozen_string_literal: true + +require_relative '../../hpxml-measures/HPXMLtoOpenStudio/resources/minitest_helper' +require 'openstudio' +require_relative '../main.rb' +require 'fileutils' +require_relative 'util.rb' + +class ERIOccupancyTest < Minitest::Test + 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') + @schema_validator = XMLValidator.get_schema_validator(File.join(@root_path, 'hpxml-measures', 'HPXMLtoOpenStudio', 'resources', 'hpxml_schema', 'HPXML.xsd')) + @epvalidator = OpenStudio::XMLValidator.new(File.join(@root_path, 'hpxml-measures', 'HPXMLtoOpenStudio', 'resources', 'hpxml_schematron', 'EPvalidator.xml')) + @erivalidator = OpenStudio::XMLValidator.new(File.join(@root_path, 'rulesets', 'resources', '301validator.xml')) + end + + def teardown + File.delete(@tmp_hpxml_path) if File.exist? @tmp_hpxml_path + FileUtils.rm_rf(@results_path) if Dir.exist? @results_path + end + + def test_building + hpxml_name = 'base.xml' + + _all_calc_types.each do |calc_type| + _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) + _check_occupancy(hpxml_bldg) + _check_general_water_use(hpxml_bldg) + end + end + + def _test_ruleset(hpxml_name, calc_type) + require_relative '../../workflow/design' + designs = [Design.new(calc_type: calc_type, + output_dir: @sample_files_path)] + + hpxml_input_path = File.join(@sample_files_path, hpxml_name) + success, errors, _, _, hpxml = run_rulesets(hpxml_input_path, designs, @schema_validator, @erivalidator) + + errors.each do |s| + puts "Error: #{s}" + end + + # assert that it ran correctly + assert_equal(true, success) + + # validate against OS-HPXML schematron + assert_equal(true, @epvalidator.validate(designs[0].hpxml_output_path)) + @results_path = File.dirname(designs[0].hpxml_output_path) + + return hpxml, hpxml.buildings[0] + end + + def _check_occupancy(hpxml_bldg) + building_occupancy = hpxml_bldg.building_occupancy + assert_equal('0.035, 0.035, 0.035, 0.035, 0.035, 0.059, 0.082, 0.055, 0.027, 0.014, 0.014, 0.014, 0.014, 0.014, 0.019, 0.027, 0.041, 0.055, 0.068, 0.082, 0.082, 0.070, 0.053, 0.035', building_occupancy.weekday_fractions) + assert_equal('0.035, 0.035, 0.035, 0.035, 0.035, 0.059, 0.082, 0.055, 0.027, 0.014, 0.014, 0.014, 0.014, 0.014, 0.019, 0.027, 0.041, 0.055, 0.068, 0.082, 0.082, 0.070, 0.053, 0.035', building_occupancy.weekend_fractions) + assert_equal('1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0', building_occupancy.monthly_multipliers) + end + + def _check_general_water_use(hpxml_bldg) + building_occupancy = hpxml_bldg.building_occupancy + assert_equal('0.023, 0.021, 0.021, 0.025, 0.027, 0.038, 0.044, 0.039, 0.037, 0.037, 0.034, 0.035, 0.035, 0.035, 0.039, 0.043, 0.051, 0.064, 0.065, 0.072, 0.073, 0.063, 0.045, 0.034', building_occupancy.general_water_use_weekday_fractions) + assert_equal('0.023, 0.021, 0.021, 0.025, 0.027, 0.038, 0.044, 0.039, 0.037, 0.037, 0.034, 0.035, 0.035, 0.035, 0.039, 0.043, 0.051, 0.064, 0.065, 0.072, 0.073, 0.063, 0.045, 0.034', building_occupancy.general_water_use_weekend_fractions) + assert_equal('1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0', building_occupancy.general_water_use_monthly_multipliers) + end +end diff --git a/rulesets/tests/test_pv_batteries.rb b/rulesets/tests/test_pv_batteries.rb index 5e3884af8..115d7ccf4 100644 --- a/rulesets/tests/test_pv_batteries.rb +++ b/rulesets/tests/test_pv_batteries.rb @@ -49,19 +49,33 @@ def test_pv_shared end def test_pv_batteries - skip # Temporarily disabled until RESNET allows this. hpxml_name = 'base-pv-battery.xml' _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIRatedHome].include? calc_type - _check_battery(hpxml_bldg, [{ type: HPXML::BatteryTypeLithiumIon, location: HPXML::LocationOutside, nominal_capacity_kwh: 20.0, usable_capacity_kwh: 18.0 }]) + _check_battery(hpxml_bldg, [{ type: HPXML::BatteryTypeLithiumIon, location: HPXML::LocationOutside, nominal_capacity_kwh: 20.0, usable_capacity_kwh: 18.0, rated_power_output: 6000, round_trip_efficiency: 0.925, is_shared: false }]) else _check_battery(hpxml_bldg) end end end + def test_pv_batteries_shared + hpxml_name = 'base-bldgtype-mf-unit-shared-pv-battery.xml' + + _all_calc_types.each do |calc_type| + _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) + if [Constants.CalcTypeERIRatedHome].include? calc_type + _check_pv(hpxml_bldg, [{ location: HPXML::LocationGround, moduletype: HPXML::PVModuleTypeStandard, tracking: HPXML::PVTrackingTypeFixed, azimuth: 225, tilt: 30, power: 30000, inv_eff: 0.96, losses: 0.14, is_shared: true, nbeds_served: 18 }]) + _check_battery(hpxml_bldg, [{ type: HPXML::BatteryTypeLithiumIon, location: HPXML::LocationOutside, nominal_capacity_kwh: 120.0, usable_capacity_kwh: 108.0, rated_power_output: 36000, round_trip_efficiency: 0.925, is_shared: true, nbeds_served: 18 }]) + else + _check_pv(hpxml_bldg) + _check_battery(hpxml_bldg) + end + end + end + def _test_ruleset(hpxml_name, calc_type) require_relative '../../workflow/design' designs = [Design.new(calc_type: calc_type, @@ -109,10 +123,18 @@ def _check_battery(hpxml_bldg, all_expected_values = []) assert_equal(all_expected_values.size, hpxml_bldg.batteries.size) hpxml_bldg.batteries.each_with_index do |battery, idx| expected_values = all_expected_values[idx] + assert_equal(expected_values[:is_shared], battery.is_shared_system) assert_equal(expected_values[:type], battery.type) assert_equal(expected_values[:location], battery.location) assert_equal(expected_values[:nominal_capacity_kwh], battery.nominal_capacity_kwh) assert_equal(expected_values[:usable_capacity_kwh], battery.usable_capacity_kwh) + assert_equal(expected_values[:rated_power_output], battery.rated_power_output) + assert_equal(expected_values[:round_trip_efficiency], battery.round_trip_efficiency) + if expected_values[:nbeds_served].nil? + assert_nil(battery.number_of_bedrooms_served) + else + assert_equal(expected_values[:nbeds_served], battery.number_of_bedrooms_served) + end end end end diff --git a/rulesets/tests/test_ventilation.rb b/rulesets/tests/test_ventilation.rb index 4f8e01155..21de360b9 100644 --- a/rulesets/tests/test_ventilation.rb +++ b/rulesets/tests/test_ventilation.rb @@ -27,13 +27,13 @@ def test_mech_vent_none _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIReferenceHome, Constants.CalcTypeCO2eReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 26.8, hours: 24, power: 0.0 }]) # Should have airflow but not fan energy + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 27.0, hours: 24, power: 0.0 }]) # Should have airflow but not fan energy elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.5, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.7, hours: 24, power: 42.0 }]) end end @@ -46,7 +46,7 @@ def test_mech_vent_none elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 34.0, hours: 24, power: 42.0 }]) end @@ -65,7 +65,7 @@ def test_mech_vent_attached_or_multifamily elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 70.6, hours: 24, power: 49.4 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 32.1, hours: 24, power: 55.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 32.3, hours: 24, power: 55.0 }]) end end @@ -92,13 +92,13 @@ def test_mech_vent_exhaust _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIReferenceHome, Constants.CalcTypeCO2eReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 26.8, hours: 24, power: 34.8 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 27.0, hours: 24, power: 34.9 }]) elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeExhaust, flowrate: 110.0, hours: 24, power: 30.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.5, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.7, hours: 24, power: 42.0 }]) end end @@ -111,7 +111,7 @@ def test_mech_vent_exhaust elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeExhaust, flowrate: 110.0, hours: 24, power: 30.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 34.0, hours: 24, power: 42.0 }]) end @@ -136,13 +136,13 @@ def test_mech_vent_exhaust_below_ashrae_622 _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIReferenceHome, Constants.CalcTypeCO2eReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 26.8, hours: 24, power: 34.8 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 27.0, hours: 24, power: 34.9 }]) elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeExhaust, flowrate: 110.0, hours: 21.7, power: 30.0 }]) # Increased fan power elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.5, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.7, hours: 24, power: 42.0 }]) end end @@ -153,9 +153,9 @@ def test_mech_vent_exhaust_below_ashrae_622 if [Constants.CalcTypeERIReferenceHome, Constants.CalcTypeCO2eReferenceHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 37.0, hours: 24, power: 26.4 }]) elsif [Constants.CalcTypeERIRatedHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeExhaust, flowrate: 110.0, hours: 16.4, power: 30.0 }]) # Increased fan power + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeExhaust, flowrate: 110.0, hours: 16.5, power: 30.0 }]) # Increased fan power elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 34.0, hours: 24, power: 42.0 }]) end @@ -178,13 +178,13 @@ def test_mech_vent_exhaust_defaulted_fan_power _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIReferenceHome, Constants.CalcTypeCO2eReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 26.8, hours: 24, power: 34.8 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 27.0, hours: 24, power: 34.9 }]) elsif [Constants.CalcTypeERIRatedHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeExhaust, flowrate: 99.6, hours: 24, power: 34.8 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeExhaust, flowrate: 99.6, hours: 24, power: 34.9 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.5, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.7, hours: 24, power: 42.0 }]) end end @@ -197,7 +197,7 @@ def test_mech_vent_exhaust_defaulted_fan_power elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeExhaust, flowrate: 75.4, hours: 24, power: 26.4 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 34.0, hours: 24, power: 42.0 }]) end @@ -219,13 +219,13 @@ def test_mech_vent_exhaust_unmeasured_airflow_rate _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIReferenceHome, Constants.CalcTypeCO2eReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 26.8, hours: 24, power: 0.1 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 27.0, hours: 24, power: 0.2 }]) elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeExhaust, flowrate: 15.0, hours: 24, power: 30.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.5, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.7, hours: 24, power: 42.0 }]) end end @@ -238,7 +238,7 @@ def test_mech_vent_exhaust_unmeasured_airflow_rate elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeExhaust, flowrate: 75.4, hours: 24, power: 30.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 34.0, hours: 24, power: 42.0 }]) end @@ -262,13 +262,13 @@ def test_mech_vent_exhaust_unmeasured_airflow_rate_and_defaulted_fan_power _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIReferenceHome, Constants.CalcTypeCO2eReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 26.8, hours: 24, power: 0.1 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 27.0, hours: 24, power: 0.2 }]) elsif [Constants.CalcTypeERIRatedHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeExhaust, flowrate: 15.0, hours: 24, power: 5.25 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeExhaust, flowrate: 15.0, hours: 24, power: 5.3 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.5, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.7, hours: 24, power: 42.0 }]) end end @@ -281,7 +281,7 @@ def test_mech_vent_exhaust_unmeasured_airflow_rate_and_defaulted_fan_power elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeExhaust, flowrate: 75.4, hours: 24, power: 26.4 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 34.0, hours: 24, power: 42.0 }]) end @@ -294,13 +294,13 @@ def test_mech_vent_supply _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIReferenceHome, Constants.CalcTypeCO2eReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 26.8, hours: 24, power: 34.8 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 27.0, hours: 24, power: 34.9 }]) elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeSupply, flowrate: 110.0, hours: 24, power: 30.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.5, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.7, hours: 24, power: 42.0 }]) end end @@ -313,7 +313,7 @@ def test_mech_vent_supply elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeSupply, flowrate: 110.0, hours: 24, power: 30.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 34.0, hours: 24, power: 42.0 }]) end @@ -326,13 +326,13 @@ def test_mech_vent_balanced _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIReferenceHome, Constants.CalcTypeCO2eReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 26.8, hours: 24, power: 52.8 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 27.0, hours: 24, power: 52.8 }]) elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 110.0, hours: 24, power: 60.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.5, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.7, hours: 24, power: 42.0 }]) end end @@ -345,7 +345,7 @@ def test_mech_vent_balanced elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 110.0, hours: 24, power: 60.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 34.0, hours: 24, power: 42.0 }]) end @@ -358,13 +358,13 @@ def test_mech_vent_erv _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIReferenceHome, Constants.CalcTypeCO2eReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 26.8, hours: 24, power: 75.4 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 27.0, hours: 24, power: 75.4 }]) elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeERV, flowrate: 110.0, hours: 24, power: 60.0, sre: 0.72, tre: 0.48 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.5, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.7, hours: 24, power: 42.0 }]) end end @@ -377,7 +377,7 @@ def test_mech_vent_erv elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeERV, flowrate: 110.0, hours: 24, power: 60.0, sre: 0.72, tre: 0.48 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 34.0, hours: 24, power: 42.0 }]) end @@ -390,13 +390,13 @@ def test_mech_vent_erv_adjusted _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIReferenceHome, Constants.CalcTypeCO2eReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 26.8, hours: 24, power: 75.4 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 27.0, hours: 24, power: 75.4 }]) elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeERV, flowrate: 110.0, hours: 24, power: 60.0, asre: 0.79, atre: 0.526 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.5, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.7, hours: 24, power: 42.0 }]) end end @@ -409,7 +409,7 @@ def test_mech_vent_erv_adjusted elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeERV, flowrate: 110.0, hours: 24, power: 60.0, asre: 0.79, atre: 0.526 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 34.0, hours: 24, power: 42.0 }]) end @@ -422,13 +422,13 @@ def test_mech_vent_hrv _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIReferenceHome, Constants.CalcTypeCO2eReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 26.8, hours: 24, power: 75.4 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 27.0, hours: 24, power: 75.4 }]) elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeHRV, flowrate: 110.0, hours: 24, power: 60.0, sre: 0.72 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.5, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.7, hours: 24, power: 42.0 }]) end end @@ -441,7 +441,7 @@ def test_mech_vent_hrv elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeHRV, flowrate: 110.0, hours: 24, power: 60.0, sre: 0.72 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 34.0, hours: 24, power: 42.0 }]) end @@ -454,13 +454,13 @@ def test_mech_vent_hrv_adjusted _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIReferenceHome, Constants.CalcTypeCO2eReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 26.8, hours: 24, power: 75.4 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 27.0, hours: 24, power: 75.4 }]) elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeHRV, flowrate: 110.0, hours: 24, power: 60.0, asre: 0.79 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.5, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.7, hours: 24, power: 42.0 }]) end end @@ -473,7 +473,7 @@ def test_mech_vent_hrv_adjusted elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeHRV, flowrate: 110.0, hours: 24, power: 60.0, asre: 0.79 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 34.0, hours: 24, power: 42.0 }]) end @@ -493,15 +493,15 @@ def test_mech_vent_cfis _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIReferenceHome, Constants.CalcTypeCO2eReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 26.8, hours: 24, power: 34.8 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 27.0, hours: 24, power: 34.9 }]) elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeCFIS, flowrate: 330.0, hours: 8, power: 300.0, cfis_airflow_fraction: cfis_airflow_fraction, cfis_mode: cfis_mode, cfis_suppl_flowrate: cfis_suppl_flowrate, cfis_suppl_power: cfis_suppl_power }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.5, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.7, hours: 24, power: 42.0 }]) end end @@ -516,7 +516,7 @@ def test_mech_vent_cfis cfis_airflow_fraction: cfis_airflow_fraction, cfis_mode: cfis_mode, cfis_suppl_flowrate: cfis_suppl_flowrate, cfis_suppl_power: cfis_suppl_power }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 34.0, hours: 24, power: 42.0 }]) end @@ -541,14 +541,14 @@ def test_mech_vent_cfis_unmeasured_airflow_rate_and_defaulted_fan_power _all_calc_types.each do |calc_type| _hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type) if [Constants.CalcTypeERIReferenceHome, Constants.CalcTypeCO2eReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 26.8, hours: 24, power: 0.1 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 27.0, hours: 24, power: 0.2 }]) elsif [Constants.CalcTypeERIRatedHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeCFIS, flowrate: 45.0, hours: 8, power: 400.0, cfis_airflow_fraction: 1.0, + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeCFIS, flowrate: 45.0, hours: 8, power: 464.0, cfis_airflow_fraction: 1.0, cfis_mode: HPXML::CFISModeAirHandler }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.5, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.7, hours: 24, power: 42.0 }]) end end @@ -574,7 +574,7 @@ def test_mech_vent_cfis_unmeasured_airflow_rate_and_defaulted_fan_power _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeCFIS, flowrate: 330.0, hours: 8, power: 300.0, cfis_airflow_fraction: 1.0, cfis_mode: HPXML::CFISModeSupplementalFan, cfis_suppl_flowrate: 110.0, cfis_suppl_power: 38.5 }]) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 8.5, hours: 24, power: 42.0 }]) end @@ -592,7 +592,7 @@ def test_mech_vent_cfm50_infiltration elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg) elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.0, hours: 24, power: 42.0 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 60.1, hours: 24, power: 42.0 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 34.0, hours: 24, power: 42.0 }]) end @@ -704,7 +704,7 @@ def test_mech_vent_multiple _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 37.0, hours: 24, power: 26.4 }]) elsif [Constants.CalcTypeERIRatedHome].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeExhaust, flowrate: 50.0, hours: 24, power: 25.0 }, - { fantype: HPXML::MechVentTypeExhaust, flowrate: 50.7, hours: 12, power: 25.0 }]) + { fantype: HPXML::MechVentTypeExhaust, flowrate: 50.9, hours: 12, power: 25.0 }]) end end @@ -805,7 +805,7 @@ def test_mech_vent_multiple { fantype: HPXML::MechVentTypeBalanced, flowrate: 20.0, hours: 24, power: 25.0 }, { fantype: HPXML::MechVentTypeSupply, flowrate: 45.0, hours: 8, power: 25.0 }, { fantype: HPXML::MechVentTypeExhaust, flowrate: 30.0, hours: 12, power: 25.0 }, - { fantype: HPXML::MechVentTypeBalanced, flowrate: 23.6, hours: 24, power: 25.0 }]) + { fantype: HPXML::MechVentTypeBalanced, flowrate: 23.7, hours: 24, power: 25.0 }]) end end @@ -892,7 +892,7 @@ def test_mech_vent_shared elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 70.6, hours: 24, power: 49.4 }]) elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type - _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 32.1, hours: 24, power: 54.9 }]) + _check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeBalanced, flowrate: 32.3, hours: 24, power: 55.0 }]) end end end diff --git a/rulesets/tests/test_water_heating.rb b/rulesets/tests/test_water_heating.rb index f4f68f498..ec9044247 100644 --- a/rulesets/tests/test_water_heating.rb +++ b/rulesets/tests/test_water_heating.rb @@ -121,7 +121,7 @@ def test_water_heating_recirc_demand if [Constants.CalcTypeERIReferenceHome, Constants.CalcTypeCO2eReferenceHome].include? calc_type _check_hot_water_distribution(hpxml_bldg, disttype: HPXML::DHWDistTypeStandard, pipe_r: 0.0, pipe_l: 93.5) elsif [Constants.CalcTypeERIRatedHome].include? calc_type - _check_hot_water_distribution(hpxml_bldg, disttype: HPXML::DHWDistTypeRecirc, pipe_r: 3.0, recirc_control: HPXML::DHWRecirControlTypeSensor, recirc_loop_l: 50, recirc_branch_l: 50, recirc_pump_power: 50) + _check_hot_water_distribution(hpxml_bldg, disttype: HPXML::DHWDistTypeRecirc, pipe_r: 3.0, recirc_control: HPXML::DHWRecircControlTypeSensor, recirc_loop_l: 50, recirc_branch_l: 50, recirc_pump_power: 50) else _check_hot_water_distribution(hpxml_bldg, disttype: HPXML::DHWDistTypeStandard, pipe_r: 0.0, pipe_l: 89.28) end @@ -449,7 +449,7 @@ def test_water_heating_shared_multiple_units_recirc if [Constants.CalcTypeERIReferenceHome, Constants.CalcTypeCO2eReferenceHome].include? calc_type _check_hot_water_distribution(hpxml_bldg, disttype: HPXML::DHWDistTypeStandard, pipe_r: 0.0, pipe_l: 70.0) elsif [Constants.CalcTypeERIRatedHome].include? calc_type - _check_hot_water_distribution(hpxml_bldg, disttype: HPXML::DHWDistTypeStandard, pipe_r: 0.0, pipe_l: 50, shared_recirc_power: 220, shared_recirc_num_units_served: 6, shared_recirc_control_type: HPXML::DHWRecirControlTypeTimer) + _check_hot_water_distribution(hpxml_bldg, disttype: HPXML::DHWDistTypeStandard, pipe_r: 0.0, pipe_l: 50, shared_recirc_power: 220, shared_recirc_num_units_served: 6, shared_recirc_control_type: HPXML::DHWRecircControlTypeTimer) else _check_hot_water_distribution(hpxml_bldg, disttype: HPXML::DHWDistTypeStandard, pipe_r: 0.0, pipe_l: 89.28) end @@ -636,6 +636,21 @@ def _check_hot_water_distribution(hpxml_bldg, disttype:, pipe_r:, pipe_l: nil, r else assert_equal(shared_recirc_control_type, hot_water_distribution.shared_recirculation_control_type) end + + if hot_water_distribution.system_type == HPXML::DHWDistTypeRecirc || hot_water_distribution.has_shared_recirculation + recirc_control_type = hot_water_distribution.has_shared_recirculation ? hot_water_distribution.shared_recirculation_control_type : hot_water_distribution.recirculation_control_type + if [HPXML::DHWRecircControlTypeNone, HPXML::DHWRecircControlTypeTimer].include?(recirc_control_type) + assert_equal('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', hot_water_distribution.recirculation_pump_weekday_fractions) + assert_equal('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', hot_water_distribution.recirculation_pump_weekend_fractions) + elsif [HPXML::DHWRecircControlTypeSensor, HPXML::DHWRecircControlTypeManual].include?(recirc_control_type) + assert_equal('0.012, 0.006, 0.004, 0.005, 0.010, 0.034, 0.078, 0.086, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.038, 0.051, 0.060, 0.060, 0.055, 0.048, 0.038, 0.026', hot_water_distribution.recirculation_pump_weekday_fractions) + assert_equal('0.012, 0.006, 0.004, 0.005, 0.010, 0.034, 0.078, 0.086, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.038, 0.051, 0.060, 0.060, 0.055, 0.048, 0.038, 0.026', hot_water_distribution.recirculation_pump_weekend_fractions) + elsif [HPXML::DHWRecircControlTypeTemperature].include?(recirc_control_type) + assert_equal('0.067, 0.072, 0.074, 0.073, 0.069, 0.048, 0.011, 0.003, 0.009, 0.020, 0.030, 0.037, 0.043, 0.047, 0.050, 0.051, 0.044, 0.034, 0.026, 0.026, 0.030, 0.036, 0.045, 0.055', hot_water_distribution.recirculation_pump_weekday_fractions) + assert_equal('0.067, 0.072, 0.074, 0.073, 0.069, 0.048, 0.011, 0.003, 0.009, 0.020, 0.030, 0.037, 0.043, 0.047, 0.050, 0.051, 0.044, 0.034, 0.026, 0.026, 0.030, 0.036, 0.045, 0.055', hot_water_distribution.recirculation_pump_weekend_fractions) + end + assert_equal('1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0', hot_water_distribution.recirculation_pump_monthly_multipliers) + end end def _check_water_fixtures(hpxml_bldg, low_flow_shower:, low_flow_faucet:) @@ -647,6 +662,9 @@ def _check_water_fixtures(hpxml_bldg, low_flow_shower:, low_flow_faucet:) assert_equal(low_flow_faucet, water_fixture.low_flow) end end + assert_equal('0.012, 0.006, 0.004, 0.005, 0.010, 0.034, 0.078, 0.086, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.038, 0.051, 0.060, 0.060, 0.055, 0.048, 0.038, 0.026', hpxml_bldg.water_heating.water_fixtures_weekday_fractions) + assert_equal('0.012, 0.006, 0.004, 0.005, 0.010, 0.034, 0.078, 0.086, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.038, 0.051, 0.060, 0.060, 0.055, 0.048, 0.038, 0.026', hpxml_bldg.water_heating.water_fixtures_weekend_fractions) + assert_equal('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_bldg.water_heating.water_fixtures_monthly_multipliers) end def _check_drain_water_heat_recovery(hpxml_bldg, facilities_connected: nil, equal_flow: nil, efficiency: nil) diff --git a/tasks.rb b/tasks.rb index 146ca440e..51c1e9a27 100644 --- a/tasks.rb +++ b/tasks.rb @@ -2011,14 +2011,14 @@ def set_hpxml_hot_water_distribution(hpxml_file, hpxml_bldg) 'RESNET_Tests/Other_Hot_Water_301_2019_PreAddendumA/L100AM-HW-05.xml'].include? hpxml_file # Change to recirculation: Control = none; 50 W pump; Loop length is same as reference loop length; Branch length is 10 ft; All hot water pipes insulated to R-3 hpxml_bldg.hot_water_distributions[0].system_type = HPXML::DHWDistTypeRecirc - hpxml_bldg.hot_water_distributions[0].recirculation_control_type = HPXML::DHWRecirControlTypeNone + hpxml_bldg.hot_water_distributions[0].recirculation_control_type = HPXML::DHWRecircControlTypeNone hpxml_bldg.hot_water_distributions[0].recirculation_branch_piping_length = 10 hpxml_bldg.hot_water_distributions[0].recirculation_pump_power = 50 hpxml_bldg.hot_water_distributions[0].pipe_r_value = 3 elsif ['RESNET_Tests/Other_Hot_Water_301_2019_PreAddendumA/L100AD-HW-06.xml', 'RESNET_Tests/Other_Hot_Water_301_2019_PreAddendumA/L100AM-HW-06.xml'].include? hpxml_file # Change to recirculation: Control = manual - hpxml_bldg.hot_water_distributions[0].recirculation_control_type = HPXML::DHWRecirControlTypeManual + hpxml_bldg.hot_water_distributions[0].recirculation_control_type = HPXML::DHWRecircControlTypeManual elsif ['RESNET_Tests/Other_Hot_Water_301_2019_PreAddendumA/L100AD-HW-07.xml', 'RESNET_Tests/Other_Hot_Water_301_2019_PreAddendumA/L100AM-HW-07.xml'].include? hpxml_file # Change to drain Water Heat Recovery (DWHR) with all facilities connected; equal flow; DWHR eff = 54% @@ -2343,7 +2343,7 @@ def create_sample_hpxmls 'base-atticroof-radiant-barrier.xml', 'base-atticroof-unvented-insulated-roof.xml', 'base-atticroof-vented.xml', - # 'base-battery.xml', + 'base-battery.xml', 'base-bldgtype-mf-unit.xml', 'base-bldgtype-mf-unit-adjacent-to-multiple.xml', 'base-bldgtype-mf-unit-shared-boiler-only-baseboard.xml', @@ -2362,6 +2362,7 @@ def create_sample_hpxmls 'base-bldgtype-mf-unit-shared-mechvent.xml', 'base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml', 'base-bldgtype-mf-unit-shared-pv.xml', + 'base-bldgtype-mf-unit-shared-pv-battery.xml', 'base-bldgtype-mf-unit-shared-water-heater.xml', 'base-bldgtype-mf-unit-shared-water-heater-recirc.xml', 'base-bldgtype-sfa-unit.xml', @@ -2434,6 +2435,7 @@ def create_sample_hpxmls 'base-hvac-central-ac-only-var-speed.xml', 'base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml', 'base-hvac-dse.xml', + 'base-hvac-ducts-area-fractions.xml', 'base-hvac-ducts-leakage-cfm50.xml', 'base-hvac-ducts-buried.xml', 'base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml', @@ -2496,8 +2498,8 @@ def create_sample_hpxmls 'base-mechvent-supply.xml', 'base-mechvent-whole-house-fan.xml', 'base-misc-generators.xml', - 'base-pv.xml'] - # 'base-pv-battery.xml'] + 'base-pv.xml', + 'base-pv-battery.xml'] include_list.each do |include_file| if File.exist? "hpxml-measures/workflow/sample_files/#{include_file}" FileUtils.cp("hpxml-measures/workflow/sample_files/#{include_file}", "workflow/sample_files/#{include_file}") @@ -2694,6 +2696,7 @@ def create_sample_hpxmls hpxml_bldg.plug_loads.clear hpxml_bldg.fuel_loads.clear hpxml_bldg.heating_systems.each do |heating_system| + heating_system.electric_auxiliary_energy = nil next unless [HPXML::HVACTypeFurnace].include? heating_system.heating_system_type if heating_system.fan_watts_per_cfm.nil? @@ -2748,14 +2751,15 @@ def create_sample_hpxmls heating_system.heating_capacity = 300000 end hpxml_bldg.pv_systems.each do |pv_system| - next unless pv_system.is_shared_system.nil? - - pv_system.is_shared_system = false + pv_system.is_shared_system = false if pv_system.is_shared_system.nil? end hpxml_bldg.generators.each do |generator| - next unless generator.is_shared_system.nil? - - generator.is_shared_system = false + generator.is_shared_system = false if generator.is_shared_system.nil? + end + hpxml_bldg.batteries.each do |battery| + battery.is_shared_system = false if battery.is_shared_system.nil? + battery.location = nil + battery.round_trip_efficiency = 0.925 end n_htg_systems = (hpxml_bldg.heating_systems + hpxml_bldg.heat_pumps).select { |h| h.fraction_heat_load_served.to_f > 0 }.size n_clg_systems = (hpxml_bldg.cooling_systems + hpxml_bldg.heat_pumps).select { |h| h.fraction_cool_load_served.to_f > 0 }.size @@ -2940,7 +2944,7 @@ def create_sample_hpxmls end end -command_list = [:update_measures, :create_release_zips] +command_list = [:update_measures, :update_hpxmls, :create_release_zips] def display_usage(command_list) puts "Usage: openstudio #{File.basename(__FILE__)} [COMMAND]\nCommands:\n " + command_list.join("\n ") @@ -2961,16 +2965,10 @@ def display_usage(command_list) end if ARGV[0].to_sym == :update_measures - require 'oga' - require_relative 'rulesets/resources/constants' - # Prevent NREL error regarding U: drive when not VPNed in ENV['HOME'] = 'C:' if !ENV['HOME'].nil? && ENV['HOME'].start_with?('U:') ENV['HOMEDRIVE'] = 'C:\\' if !ENV['HOMEDRIVE'].nil? && ENV['HOMEDRIVE'].start_with?('U:') - create_test_hpxmls - create_sample_hpxmls - # Apply rubocop cops = ['Layout', 'Lint/DeprecatedClassMethods', @@ -3006,6 +3004,20 @@ def display_usage(command_list) puts 'Done.' end +if ARGV[0].to_sym == :update_hpxmls + require 'oga' + require_relative 'rulesets/resources/constants' + + # Prevent NREL error regarding U: drive when not VPNed in + ENV['HOME'] = 'C:' if !ENV['HOME'].nil? && ENV['HOME'].start_with?('U:') + ENV['HOMEDRIVE'] = 'C:\\' if !ENV['HOMEDRIVE'].nil? && ENV['HOMEDRIVE'].start_with?('U:') + + t = Time.now + create_test_hpxmls + create_sample_hpxmls + puts "Completed in #{(Time.now - t).round(1)}s" +end + if ARGV[0].to_sym == :create_release_zips require_relative 'workflow/version' diff --git a/workflow/energy_rating_index.rb b/workflow/energy_rating_index.rb index 71b3cc0a4..17dfd6647 100644 --- a/workflow/energy_rating_index.rb +++ b/workflow/energy_rating_index.rb @@ -473,7 +473,8 @@ def get_eec(system, type, is_dfhp_primary = nil) generation_elec_produced = get_end_use(rated_output, EUT::Generator, FT::Elec) generation_fuel_consumed = get_end_use(rated_output, EUT::Generator, non_elec_fuels) results[:opp] = calculate_opp(renewable_energy_limit, renewable_elec_produced, generation_elec_produced, generation_fuel_consumed) - results[:pefrac] = calculate_pefrac(results[:teu], results[:opp]) + results[:bsl] = get_end_use(rated_output, EUT::Battery, FT::Elec) + results[:pefrac] = calculate_pefrac(results[:teu], results[:opp], results[:bsl]) results[:eul_dh] = calculate_dh(rated_output) results[:eul_mv] = calculate_mv(rated_output) @@ -508,7 +509,8 @@ def get_eec(system, type, is_dfhp_primary = nil) results[:eri_cool].map { |c| c.ec_x }.sum(0.0) + results[:eri_dhw].map { |c| c.ec_x }.sum(0.0) + results[:eul_la] + results[:eul_mv] + results[:eul_dh] + whf_energy + - renewable_elec_produced + generation_elec_produced + generation_fuel_consumed + renewable_elec_produced + generation_elec_produced + generation_fuel_consumed + + results[:bsl] total_ec_x = get_fuel_use(rated_output, all_fuels, use_net: true) if (sum_ec_x - total_ec_x).abs > 0.1 fail "Sum of energy consumptions (#{sum_ec_x.round(2)}) do not match total (#{total_ec_x.round(2)}) for Rated Home." @@ -722,10 +724,10 @@ def calculate_opp(renewable_energy_limit, renewable_elec_produced, generation_el return opp end -def calculate_pefrac(teu, opp) +def calculate_pefrac(teu, opp, bsl) pefrac = 1.0 if teu > 0 - pefrac = (teu - opp) / teu + pefrac = (teu - opp + bsl) / teu end return pefrac end diff --git a/workflow/real_homes/house001.xml b/workflow/real_homes/house001.xml index b8d9dc9e3..0fbe6a262 100644 --- a/workflow/real_homes/house001.xml +++ b/workflow/real_homes/house001.xml @@ -217,7 +217,6 @@ 0.96 1.0 - 266.0 0.58 -0.25 diff --git a/workflow/real_homes/house008.xml b/workflow/real_homes/house008.xml index e0c8f220f..5b4c4209b 100644 --- a/workflow/real_homes/house008.xml +++ b/workflow/real_homes/house008.xml @@ -661,7 +661,6 @@ 0.962 1.0 - 670.0 0.58 -0.25 diff --git a/workflow/real_homes/house009.xml b/workflow/real_homes/house009.xml index da2154560..96772bdc0 100644 --- a/workflow/real_homes/house009.xml +++ b/workflow/real_homes/house009.xml @@ -422,7 +422,6 @@ 0.8 1.0 - 489.0 0.58 -0.25 diff --git a/workflow/real_homes/house010.xml b/workflow/real_homes/house010.xml index 55cc66c15..29b598ec9 100644 --- a/workflow/real_homes/house010.xml +++ b/workflow/real_homes/house010.xml @@ -686,7 +686,6 @@ 0.94 0.278 - 724.84 0.58 -0.25 @@ -706,7 +705,6 @@ 0.94 0.444 - 560.29 0.58 -0.25 @@ -726,7 +724,6 @@ 0.94 0.278 - 724.84 0.58 -0.25 diff --git a/workflow/real_homes/house018.xml b/workflow/real_homes/house018.xml index 7877f187a..8ca485ed7 100644 --- a/workflow/real_homes/house018.xml +++ b/workflow/real_homes/house018.xml @@ -456,7 +456,6 @@ 0.95 0.364 - 380.0 0.58 -0.25 @@ -476,7 +475,6 @@ 0.95 0.364 - 380.0 0.58 -0.25 @@ -496,7 +494,6 @@ 0.95 0.273 - 1.0 0.58 -0.25 diff --git a/workflow/real_homes/house019.xml b/workflow/real_homes/house019.xml index 7cebc6902..c3b99a8d3 100644 --- a/workflow/real_homes/house019.xml +++ b/workflow/real_homes/house019.xml @@ -537,7 +537,6 @@ 0.961 1.0 - 462.0 0.58 -0.25 diff --git a/workflow/real_homes/house020.xml b/workflow/real_homes/house020.xml index 69236ea1d..73cca2dbb 100644 --- a/workflow/real_homes/house020.xml +++ b/workflow/real_homes/house020.xml @@ -707,7 +707,6 @@ 0.93 0.471 - 170.0 diff --git a/workflow/real_homes/house021.xml b/workflow/real_homes/house021.xml index 259c5d164..eaad31397 100644 --- a/workflow/real_homes/house021.xml +++ b/workflow/real_homes/house021.xml @@ -590,7 +590,6 @@ 0.96 1.0 - 167.49 0.58 -0.25 diff --git a/workflow/real_homes/house024.xml b/workflow/real_homes/house024.xml index c64e85c98..0320e4701 100644 --- a/workflow/real_homes/house024.xml +++ b/workflow/real_homes/house024.xml @@ -467,7 +467,6 @@ 0.8 1.0 - 384.0 0.58 -0.25 diff --git a/workflow/real_homes/house026.xml b/workflow/real_homes/house026.xml index 32a830813..374c5434d 100644 --- a/workflow/real_homes/house026.xml +++ b/workflow/real_homes/house026.xml @@ -387,7 +387,6 @@ 0.96 1.0 - 254.0 0.58 -0.25 diff --git a/workflow/real_homes/house027.xml b/workflow/real_homes/house027.xml index 249efed8e..0f1bb646c 100644 --- a/workflow/real_homes/house027.xml +++ b/workflow/real_homes/house027.xml @@ -436,7 +436,6 @@ 0.8 1.0 - 259.0 0.58 -0.25 diff --git a/workflow/real_homes/house029.xml b/workflow/real_homes/house029.xml index a3575e796..76674f477 100644 --- a/workflow/real_homes/house029.xml +++ b/workflow/real_homes/house029.xml @@ -489,7 +489,6 @@ 0.8 0.596 - 250.0 0.58 -0.25 @@ -509,7 +508,6 @@ 0.8 0.404 - 376.0 0.58 -0.25 diff --git a/workflow/real_homes/house030.xml b/workflow/real_homes/house030.xml index 53b8fbf11..acf366884 100644 --- a/workflow/real_homes/house030.xml +++ b/workflow/real_homes/house030.xml @@ -511,7 +511,6 @@ 0.8 0.67 - 283.0 0.58 -0.25 @@ -531,7 +530,6 @@ 0.8 0.33 - 160.0 0.58 -0.25 diff --git a/workflow/real_homes/house032.xml b/workflow/real_homes/house032.xml index 026866737..c007e343a 100644 --- a/workflow/real_homes/house032.xml +++ b/workflow/real_homes/house032.xml @@ -456,7 +456,6 @@ 0.8 0.6 - 425.0 0.58 -0.25 @@ -476,7 +475,6 @@ 0.8 0.4 - 182.0 0.58 -0.25 diff --git a/workflow/real_homes/house033.xml b/workflow/real_homes/house033.xml index d69342583..863eb9c15 100644 --- a/workflow/real_homes/house033.xml +++ b/workflow/real_homes/house033.xml @@ -845,7 +845,6 @@ 0.965 0.574 - 491.0 0.5 0.0 @@ -865,7 +864,6 @@ 0.965 0.426 - 315.0 0.5 0.0 diff --git a/workflow/real_homes/house035.xml b/workflow/real_homes/house035.xml index 204cbc4f7..3479020c6 100644 --- a/workflow/real_homes/house035.xml +++ b/workflow/real_homes/house035.xml @@ -581,7 +581,6 @@ 0.93 1.0 - 464.0 0.58 -0.25 diff --git a/workflow/real_homes/house036.xml b/workflow/real_homes/house036.xml index 873b18ff7..73f21e9be 100644 --- a/workflow/real_homes/house036.xml +++ b/workflow/real_homes/house036.xml @@ -415,7 +415,6 @@ 0.955 1.0 - 537.19 0.58 -0.25 diff --git a/workflow/real_homes/house037.xml b/workflow/real_homes/house037.xml index 2b3868830..58ec28b08 100644 --- a/workflow/real_homes/house037.xml +++ b/workflow/real_homes/house037.xml @@ -526,7 +526,6 @@ 0.93 1.0 - 464.0 0.58 -0.25 diff --git a/workflow/real_homes/house039.xml b/workflow/real_homes/house039.xml index 2e69027eb..72cc887c4 100644 --- a/workflow/real_homes/house039.xml +++ b/workflow/real_homes/house039.xml @@ -1040,7 +1040,6 @@ 0.8 0.4 - 776.0 0.58 -0.25 @@ -1060,7 +1059,6 @@ 0.8 0.4 - 776.0 0.58 -0.25 @@ -1080,7 +1078,6 @@ 0.96 0.2 - 272.39 0.58 -0.25 diff --git a/workflow/real_homes/house040.xml b/workflow/real_homes/house040.xml index 23b384d64..52b8afe22 100644 --- a/workflow/real_homes/house040.xml +++ b/workflow/real_homes/house040.xml @@ -429,7 +429,6 @@ 0.965 1.0 - 657.53 0.58 -0.25 diff --git a/workflow/real_homes/house041.xml b/workflow/real_homes/house041.xml index 88267ef44..a833b1403 100644 --- a/workflow/real_homes/house041.xml +++ b/workflow/real_homes/house041.xml @@ -288,7 +288,6 @@ 0.92 1.0 - 262.01 0.58 -0.25 diff --git a/workflow/real_homes/house042.xml b/workflow/real_homes/house042.xml index a57f0e38b..b65a17286 100644 --- a/workflow/real_homes/house042.xml +++ b/workflow/real_homes/house042.xml @@ -625,7 +625,6 @@ 0.8 1.0 - 1123.0 0.58 -0.25 diff --git a/workflow/real_homes/house044.xml b/workflow/real_homes/house044.xml index 4bad5b873..4944ebf26 100644 --- a/workflow/real_homes/house044.xml +++ b/workflow/real_homes/house044.xml @@ -268,7 +268,6 @@ 0.955 1.0 - 465.2 0.58 -0.25 diff --git a/workflow/real_homes/house047.xml b/workflow/real_homes/house047.xml index 07c6682fd..ef4084faa 100644 --- a/workflow/real_homes/house047.xml +++ b/workflow/real_homes/house047.xml @@ -328,7 +328,6 @@ 0.95 1.0 - 966.53 0.58 -0.25 diff --git a/workflow/real_homes/house048.xml b/workflow/real_homes/house048.xml index cec4d0d7e..416480069 100644 --- a/workflow/real_homes/house048.xml +++ b/workflow/real_homes/house048.xml @@ -483,7 +483,6 @@ 0.8 1.0 - 1043.0 0.58 -0.25 diff --git a/workflow/real_homes/house050.xml b/workflow/real_homes/house050.xml index 440b98f11..af5d38480 100644 --- a/workflow/real_homes/house050.xml +++ b/workflow/real_homes/house050.xml @@ -450,7 +450,6 @@ 0.95 1.0 - 712.0 0.58 -0.25 diff --git a/workflow/real_homes/house053.xml b/workflow/real_homes/house053.xml index 85c9183c4..f94256b67 100644 --- a/workflow/real_homes/house053.xml +++ b/workflow/real_homes/house053.xml @@ -414,7 +414,6 @@ 0.92 1.0 - 712.0 0.58 -0.25 diff --git a/workflow/real_homes/house054.xml b/workflow/real_homes/house054.xml index 363a02920..10ef9769b 100644 --- a/workflow/real_homes/house054.xml +++ b/workflow/real_homes/house054.xml @@ -464,7 +464,6 @@ 0.8 0.692 - 1043.0 0.58 -0.25 @@ -484,7 +483,6 @@ 0.8 0.308 - 529.0 0.58 -0.25 diff --git a/workflow/real_homes/house055.xml b/workflow/real_homes/house055.xml index 48916254d..2b8e4b080 100644 --- a/workflow/real_homes/house055.xml +++ b/workflow/real_homes/house055.xml @@ -345,7 +345,6 @@ 0.8 1.0 - 796.0 0.58 -0.25 diff --git a/workflow/real_homes/house056.xml b/workflow/real_homes/house056.xml index 585ab9668..dfff23776 100644 --- a/workflow/real_homes/house056.xml +++ b/workflow/real_homes/house056.xml @@ -545,7 +545,6 @@ 0.95 0.9 - 211.0 0.58 -0.25 @@ -564,7 +563,6 @@ 0.706 0.1 - 0.0 diff --git a/workflow/real_homes/house057.xml b/workflow/real_homes/house057.xml index c738cff9c..d7ab25cc7 100644 --- a/workflow/real_homes/house057.xml +++ b/workflow/real_homes/house057.xml @@ -427,7 +427,6 @@ 0.96 1.0 - 712.0 0.58 -0.25 diff --git a/workflow/real_homes/house058.xml b/workflow/real_homes/house058.xml index abf5fecc9..3c607dc36 100644 --- a/workflow/real_homes/house058.xml +++ b/workflow/real_homes/house058.xml @@ -457,7 +457,6 @@ 0.8 1.0 - 950.0 0.58 -0.25 diff --git a/workflow/real_homes/house060.xml b/workflow/real_homes/house060.xml index 44509ad04..c372ad521 100644 --- a/workflow/real_homes/house060.xml +++ b/workflow/real_homes/house060.xml @@ -763,7 +763,6 @@ 0.8 0.5 - 753.0 0.58 -0.25 @@ -783,7 +782,6 @@ 0.8 0.5 - 753.0 0.58 -0.25 diff --git a/workflow/real_homes/house061.xml b/workflow/real_homes/house061.xml index 5b1d34e83..a69138c83 100644 --- a/workflow/real_homes/house061.xml +++ b/workflow/real_homes/house061.xml @@ -215,7 +215,6 @@ 0.95 1.0 - 92.39 0.58 -0.25 diff --git a/workflow/real_homes/house063.xml b/workflow/real_homes/house063.xml index da0eb1da9..44c96d9ef 100644 --- a/workflow/real_homes/house063.xml +++ b/workflow/real_homes/house063.xml @@ -372,7 +372,6 @@ 0.8 1.0 - 449.0 0.58 -0.25 diff --git a/workflow/real_homes/house064.xml b/workflow/real_homes/house064.xml index 509fa8239..fbdfbcada 100644 --- a/workflow/real_homes/house064.xml +++ b/workflow/real_homes/house064.xml @@ -436,7 +436,6 @@ 0.8 1.0 - 226.0 0.58 -0.25 diff --git a/workflow/real_homes/house065.xml b/workflow/real_homes/house065.xml index c23978f50..c02f865e8 100644 --- a/workflow/real_homes/house065.xml +++ b/workflow/real_homes/house065.xml @@ -446,7 +446,6 @@ 0.8 1.0 - 449.0 0.58 -0.25 diff --git a/workflow/real_homes/house067.xml b/workflow/real_homes/house067.xml index b493d8637..5a4663a66 100644 --- a/workflow/real_homes/house067.xml +++ b/workflow/real_homes/house067.xml @@ -435,7 +435,6 @@ 0.8 1.0 - 283.0 0.58 -0.25 diff --git a/workflow/real_homes/house068.xml b/workflow/real_homes/house068.xml index fbb478e94..cb84c638d 100644 --- a/workflow/real_homes/house068.xml +++ b/workflow/real_homes/house068.xml @@ -462,7 +462,6 @@ 0.8 0.667 - 489.0 0.58 -0.25 @@ -482,7 +481,6 @@ 0.8 0.333 - 376.0 0.58 -0.25 diff --git a/workflow/real_homes/house069.xml b/workflow/real_homes/house069.xml index 26f3ad46c..fc5b64f2a 100644 --- a/workflow/real_homes/house069.xml +++ b/workflow/real_homes/house069.xml @@ -488,7 +488,6 @@ 0.8 1.0 - 384.0 0.58 -0.25 diff --git a/workflow/real_homes/house073.xml b/workflow/real_homes/house073.xml index 1453f323d..0dbd2280a 100644 --- a/workflow/real_homes/house073.xml +++ b/workflow/real_homes/house073.xml @@ -1216,7 +1216,6 @@ 0.92 0.1 - 170.0 diff --git a/workflow/real_homes/house078.xml b/workflow/real_homes/house078.xml index 3cd765a53..a308744b6 100644 --- a/workflow/real_homes/house078.xml +++ b/workflow/real_homes/house078.xml @@ -603,7 +603,6 @@ 0.95 1.0 - 536.0 0.58 -0.25 diff --git a/workflow/real_homes/house082.xml b/workflow/real_homes/house082.xml index 3401c413e..7ce60661a 100644 --- a/workflow/real_homes/house082.xml +++ b/workflow/real_homes/house082.xml @@ -1231,7 +1231,6 @@ 0.92 0.5 - 331.0 0.58 -0.25 @@ -1251,7 +1250,6 @@ 0.92 0.5 - 331.0 0.58 -0.25 diff --git a/workflow/real_homes/house084.xml b/workflow/real_homes/house084.xml index dc0fb80dc..2f3284bc7 100644 --- a/workflow/real_homes/house084.xml +++ b/workflow/real_homes/house084.xml @@ -797,7 +797,6 @@ 0.95 1.0 - 654.0 diff --git a/workflow/sample_files/base-battery.xml b/workflow/sample_files/base-battery.xml new file mode 100644 index 000000000..c68f57915 --- /dev/null +++ b/workflow/sample_files/base-battery.xml @@ -0,0 +1,528 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + latest + + + latest + + + SF_National_3.2 + + + 2021 + + + SF_2.0 + + + + + + + +
+ CO + 80206 +
+
+ + proposed workscope + + + + + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 3 + 2700.0 + + + + + 2006 + 5B + + + 2021 + 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 + 0.7 + 0.92 + 6.0 + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + conditioned space + + + + 1200.0 + 0.7 + 0.92 + + + 23.0 + + + + + outside + attic - unvented + + + + 225.0 + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + 0.0 + 0.0 + + + + + + + + attic - unvented + conditioned space + + + + 1350.0 + + + 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.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + 0.58 + -0.25 + + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + -0.25 + -0.25 + 0.58 + + + + + + manual thermostat + + + + + + 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 + + 2 + + + 2700.0 + + + + + + electricity + storage water heater + conditioned space + false + 40.0 + 1.0 + 18767.0 + 0.95 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + false + Li-ion + + kWh + 20.0 + + + kWh + 18.0 + + 6000.0 + 0.925 + + + + + + + false + conditioned space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + false + conditioned space + electricity + 3.73 + true + 150.0 + + + + false + conditioned space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + conditioned space + 650.0 + true + + + + conditioned space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + +
+
\ No newline at end of file diff --git a/workflow/sample_files/base-bldgtype-mf-unit-shared-pv-battery.xml b/workflow/sample_files/base-bldgtype-mf-unit-shared-pv-battery.xml new file mode 100644 index 000000000..3f5bdb1a5 --- /dev/null +++ b/workflow/sample_files/base-bldgtype-mf-unit-shared-pv-battery.xml @@ -0,0 +1,464 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + latest + + + latest + + + MF_National_1.2 + + + 2021 + + + MF_2.0 + + + + + + + +
+ CO + 80206 +
+
+ + proposed workscope + + + + + + electricity + natural gas + + + + apartment unit + 1.0 + 1.0 + 3 + 900.0 + + + + + 2006 + 5B + + + 2021 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 7200.0 + + + + + + + + + + + + + + + + + + + + + + outside + conditioned space + + + + 685.9 + 0.7 + 0.92 + + + 23.0 + + + + + other housing unit + conditioned space + + + + 293.9 + + + 4.0 + + + + + + + other housing unit + conditioned space + floor + + + + 900.0 + + + 2.1 + + + + + other housing unit + conditioned space + ceiling + + + + 900.0 + + + 2.1 + + + + + + + 35.3 + 0 + 0.33 + 0.45 + 0.67 + + + + + 35.3 + 180 + 0.33 + 0.45 + 0.67 + + + + + 52.9 + 270 + 0.33 + 0.45 + 0.67 + + + + + + + + 20.0 + 180 + 4.4 + + + + + + + + + + + + + natural gas + 12000.0 + + AFUE + 0.92 + + 1.0 + + 0.58 + -0.25 + + + + + + central air conditioner + electricity + 12000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + -0.25 + -0.25 + 0.58 + + + + + + manual thermostat + + + + + + regular velocity + + supply + + CFM25 + 0.0 + to outside + + + + return + + CFM25 + 0.0 + to outside + + + + + supply + 0.0 + conditioned space + 150.0 + + + + return + 0.0 + conditioned space + 50.0 + + 1 + + + 900.0 + + + + + + electricity + storage water heater + conditioned space + false + 40.0 + 1.0 + 18767.0 + 0.95 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + true + ground + standard + fixed + 225 + 30.0 + 30000.0 + 0.14 + + + 18 + + + + + 0.96 + + + + + + true + Li-ion + + kWh + 120.0 + + + kWh + 108.0 + + 36000.0 + 0.925 + + 18 + + + + + + + + false + conditioned space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + false + conditioned space + electricity + 3.73 + true + 150.0 + + + + false + conditioned space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + conditioned space + 650.0 + true + + + + conditioned space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + +
+
\ No newline at end of file diff --git a/workflow/sample_files/base-dhw-combi-tankless.xml b/workflow/sample_files/base-dhw-combi-tankless.xml index b864b34bd..ec6567167 100644 --- a/workflow/sample_files/base-dhw-combi-tankless.xml +++ b/workflow/sample_files/base-dhw-combi-tankless.xml @@ -302,7 +302,6 @@ 0.92 1.0 - 200.0 diff --git a/workflow/sample_files/base-dhw-indirect-standbyloss.xml b/workflow/sample_files/base-dhw-indirect-standbyloss.xml index 3717690c2..5f79311c1 100644 --- a/workflow/sample_files/base-dhw-indirect-standbyloss.xml +++ b/workflow/sample_files/base-dhw-indirect-standbyloss.xml @@ -302,7 +302,6 @@ 0.92 1.0 - 200.0 diff --git a/workflow/sample_files/base-dhw-jacket-indirect.xml b/workflow/sample_files/base-dhw-jacket-indirect.xml index ca2be68f4..d3f160fe1 100644 --- a/workflow/sample_files/base-dhw-jacket-indirect.xml +++ b/workflow/sample_files/base-dhw-jacket-indirect.xml @@ -302,7 +302,6 @@ 0.92 1.0 - 200.0 diff --git a/workflow/sample_files/base-dhw-multiple.xml b/workflow/sample_files/base-dhw-multiple.xml index 0eb5ca910..372196b1c 100644 --- a/workflow/sample_files/base-dhw-multiple.xml +++ b/workflow/sample_files/base-dhw-multiple.xml @@ -302,7 +302,6 @@ 0.92 1.0 - 200.0 diff --git a/workflow/sample_files/base-hvac-boiler-gas-only.xml b/workflow/sample_files/base-hvac-boiler-gas-only.xml index 8376d2faa..9315c3843 100644 --- a/workflow/sample_files/base-hvac-boiler-gas-only.xml +++ b/workflow/sample_files/base-hvac-boiler-gas-only.xml @@ -302,7 +302,6 @@ 0.92 1.0 - 200.0 diff --git a/workflow/sample_files/base-hvac-ducts-area-fractions.xml b/workflow/sample_files/base-hvac-ducts-area-fractions.xml new file mode 100644 index 000000000..2588f47c7 --- /dev/null +++ b/workflow/sample_files/base-hvac-ducts-area-fractions.xml @@ -0,0 +1,537 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + latest + + + latest + + + SF_National_3.2 + + + 2021 + + + SF_2.0 + + + + + + + +
+ CO + 80206 +
+
+ + proposed workscope + + + + + + electricity + natural gas + + + + single-family detached + 3.0 + 2.0 + 3 + 4050.0 + + + + + 2006 + 5B + + + 2021 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 32400.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + 0.7 + 0.92 + 6.0 + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + 0.7 + 0.92 + + + 23.0 + + + + + outside + conditioned space + 116.0 + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + conditioned space + + + + 2400.0 + 0.7 + 0.92 + + + 23.0 + + + + + outside + attic - unvented + + + + 225.0 + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + 0.0 + 0.0 + + + + + + + + attic - unvented + conditioned space + + + + 1350.0 + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 216.0 + 0 + 0.33 + 0.45 + 0.67 + + + + + 144.0 + 90 + 0.33 + 0.45 + 0.67 + + + + + 216.0 + 180 + 0.33 + 0.45 + 0.67 + + + + + 144.0 + 270 + 0.33 + 0.45 + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + natural gas + 48000.0 + + AFUE + 0.92 + + 1.0 + + 0.58 + -0.25 + + + + + + central air conditioner + electricity + 36000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + -0.25 + -0.25 + 0.58 + + + + + + manual thermostat + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 0.75 + + + + return + 0.0 + attic - unvented + 0.75 + + + + supply + 4.0 + exterior wall + 0.25 + + + + return + 0.0 + conditioned space + 0.25 + + 3 + + + 4050.0 + + + + + + electricity + storage water heater + conditioned space + false + 40.0 + 1.0 + 18767.0 + 0.95 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + false + conditioned space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + false + conditioned space + electricity + 3.73 + true + 150.0 + + + + false + conditioned space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + conditioned space + 650.0 + true + + + + conditioned space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + +
+
\ No newline at end of file diff --git a/workflow/sample_files/base-hvac-multiple.xml b/workflow/sample_files/base-hvac-multiple.xml index 56a6c5574..70fe15f21 100644 --- a/workflow/sample_files/base-hvac-multiple.xml +++ b/workflow/sample_files/base-hvac-multiple.xml @@ -353,7 +353,6 @@ 0.92 0.1 - 200.0 diff --git a/workflow/sample_files/base-pv-battery.xml b/workflow/sample_files/base-pv-battery.xml new file mode 100644 index 000000000..d88f62581 --- /dev/null +++ b/workflow/sample_files/base-pv-battery.xml @@ -0,0 +1,558 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + latest + + + latest + + + SF_National_3.2 + + + 2021 + + + SF_2.0 + + + + + + + +
+ CO + 80206 +
+
+ + proposed workscope + + + + + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 3 + 2700.0 + + + + + 2006 + 5B + + + 2021 + 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 + 0.7 + 0.92 + 6.0 + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + conditioned space + + + + 1200.0 + 0.7 + 0.92 + + + 23.0 + + + + + outside + attic - unvented + + + + 225.0 + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + 0.0 + 0.0 + + + + + + + + attic - unvented + conditioned space + + + + 1350.0 + + + 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.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + 0.58 + -0.25 + + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + -0.25 + -0.25 + 0.58 + + + + + + manual thermostat + + + + + + 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 + + 2 + + + 2700.0 + + + + + + electricity + storage water heater + conditioned space + false + 40.0 + 1.0 + 18767.0 + 0.95 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + false + roof + standard + fixed + 180 + 20.0 + 4000.0 + 0.14 + + + + + false + roof + premium + fixed + 90 + 20.0 + 1500.0 + 0.14 + + + + + 0.96 + + + + + + false + Li-ion + + kWh + 20.0 + + + kWh + 18.0 + + 6000.0 + 0.925 + + + + + + + false + conditioned space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + false + conditioned space + electricity + 3.73 + true + 150.0 + + + + false + conditioned space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + conditioned space + 650.0 + true + + + + conditioned space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + +
+
\ No newline at end of file diff --git a/workflow/sample_files/base-version-co2-2022.xml b/workflow/sample_files/base-version-co2-2022.xml new file mode 100644 index 000000000..5e1e2600a --- /dev/null +++ b/workflow/sample_files/base-version-co2-2022.xml @@ -0,0 +1,499 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 2022 + + + + + + + +
+ CO + 80206 +
+
+ + proposed workscope + + + + + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 3 + 2700.0 + + + + + 2006 + 5B + + + 2021 + 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 + 0.7 + 0.92 + 6.0 + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + conditioned space + + + + 1200.0 + 0.7 + 0.92 + + + 23.0 + + + + + outside + attic - unvented + + + + 225.0 + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + 0.0 + 0.0 + + + + + + + + attic - unvented + conditioned space + + + + 1350.0 + + + 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.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + 0.58 + -0.25 + + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + -0.25 + -0.25 + 0.58 + + + + + + manual thermostat + + + + + + 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 + + 2 + + + 2700.0 + + + + + + electricity + storage water heater + conditioned space + false + 40.0 + 1.0 + 18767.0 + 0.95 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + false + conditioned space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + false + conditioned space + electricity + 3.73 + true + 150.0 + + + + false + conditioned space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + conditioned space + 650.0 + true + + + + conditioned space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + +
+
\ No newline at end of file diff --git a/workflow/sample_files/base-version-co2-2022C.xml b/workflow/sample_files/base-version-co2-2022C.xml new file mode 100644 index 000000000..585f2569d --- /dev/null +++ b/workflow/sample_files/base-version-co2-2022C.xml @@ -0,0 +1,499 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 2022C + + + + + + + +
+ CO + 80206 +
+
+ + proposed workscope + + + + + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 3 + 2700.0 + + + + + 2006 + 5B + + + 2021 + 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 + 0.7 + 0.92 + 6.0 + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + conditioned space + + + + 1200.0 + 0.7 + 0.92 + + + 23.0 + + + + + outside + attic - unvented + + + + 225.0 + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + 0.0 + 0.0 + + + + + + + + attic - unvented + conditioned space + + + + 1350.0 + + + 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.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + 0.58 + -0.25 + + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + -0.25 + -0.25 + 0.58 + + + + + + manual thermostat + + + + + + 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 + + 2 + + + 2700.0 + + + + + + electricity + storage water heater + conditioned space + false + 40.0 + 1.0 + 18767.0 + 0.95 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + false + conditioned space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + false + conditioned space + electricity + 3.73 + true + 150.0 + + + + false + conditioned space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + conditioned space + 650.0 + true + + + + conditioned space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + +
+
\ No newline at end of file diff --git a/workflow/sample_files/base-version-eri-2022.xml b/workflow/sample_files/base-version-eri-2022.xml new file mode 100644 index 000000000..e333041fa --- /dev/null +++ b/workflow/sample_files/base-version-eri-2022.xml @@ -0,0 +1,499 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 2022 + + + + + + + +
+ CO + 80206 +
+
+ + proposed workscope + + + + + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 3 + 2700.0 + + + + + 2006 + 5B + + + 2021 + 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 + 0.7 + 0.92 + 6.0 + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + conditioned space + + + + 1200.0 + 0.7 + 0.92 + + + 23.0 + + + + + outside + attic - unvented + + + + 225.0 + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + 0.0 + 0.0 + + + + + + + + attic - unvented + conditioned space + + + + 1350.0 + + + 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.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + 0.58 + -0.25 + + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + -0.25 + -0.25 + 0.58 + + + + + + manual thermostat + + + + + + 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 + + 2 + + + 2700.0 + + + + + + electricity + storage water heater + conditioned space + false + 40.0 + 1.0 + 18767.0 + 0.95 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + false + conditioned space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + false + conditioned space + electricity + 3.73 + true + 150.0 + + + + false + conditioned space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + conditioned space + 650.0 + true + + + + conditioned space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + +
+
\ No newline at end of file diff --git a/workflow/sample_files/base-version-eri-2022C.xml b/workflow/sample_files/base-version-eri-2022C.xml new file mode 100644 index 000000000..8f207eaf7 --- /dev/null +++ b/workflow/sample_files/base-version-eri-2022C.xml @@ -0,0 +1,499 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 2022C + + + + + + + +
+ CO + 80206 +
+
+ + proposed workscope + + + + + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 3 + 2700.0 + + + + + 2006 + 5B + + + 2021 + 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 + 0.7 + 0.92 + 6.0 + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + conditioned space + + + + 1200.0 + 0.7 + 0.92 + + + 23.0 + + + + + outside + attic - unvented + + + + 225.0 + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + 0.0 + 0.0 + + + + + + + + attic - unvented + conditioned space + + + + 1350.0 + + + 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.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + 0.58 + -0.25 + + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + -0.25 + -0.25 + 0.58 + + + + + + manual thermostat + + + + + + 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 + + 2 + + + 2700.0 + + + + + + electricity + storage water heater + conditioned space + false + 40.0 + 1.0 + 18767.0 + 0.95 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + false + conditioned space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + false + conditioned space + electricity + 3.73 + true + 150.0 + + + + false + conditioned space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + conditioned space + 650.0 + true + + + + conditioned space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + +
+
\ No newline at end of file diff --git a/workflow/tests/base_results/EPA_Tests.csv b/workflow/tests/base_results/EPA_Tests.csv index b4067ee57..2658bff1d 100644 --- a/workflow/tests/base_results/EPA_Tests.csv +++ b/workflow/tests/base_results/EPA_Tests.csv @@ -1,19 +1,19 @@ [Version] XML,Reference Home ERI,Rated Home ERI -[MF_National_1.0] MFNCv1_CZ2_FL_gas_ground_corner_slab.xml,66.62,66.62 -[MF_National_1.0] MFNCv1_CZ4_MO_gas_top_corner.xml,72.15,72.15 -[MF_National_1.0] MFNCv1_CZ6_VT_elec_middle_interior.xml,67.71,67.71 -[MF_National_1.1] MFNCv11_CZ2_FL_elec_top_corner.xml,61.71,61.71 -[MF_National_1.1] MFNCv11_CZ4_MO_elec_ground_corner_vented_crawl.xml,61.97,61.97 -[MF_National_1.1] MFNCv11_CZ6_VT_gas_ground_corner_cond_bsmt.xml,58.53,58.53 -[MF_National_1.2] MFNCv12_CZ2_FL_gas_ground_corner_slab.xml,51.12,51.12 -[MF_National_1.2] MFNCv12_CZ4_MO_gas_top_corner.xml,47.78,47.78 -[MF_National_1.2] MFNCv12_CZ6_VT_elec_middle_interior.xml,55.72,55.72 -[SF_National_3.0] SFNHv3_CZ2_FL_gas_slab.xml,72.77,72.77 -[SF_National_3.0] SFNHv3_CZ4_MO_gas_vented_crawl.xml,80.3,80.3 -[SF_National_3.0] SFNHv3_CZ6_VT_elec_cond_bsmt.xml,70.0,70.0 -[SF_National_3.1] SFNHv31_CZ2_FL_elec_slab.xml,64.31,64.31 -[SF_National_3.1] SFNHv31_CZ4_MO_elec_vented_crawl.xml,63.92,63.92 -[SF_National_3.1] SFNHv31_CZ6_VT_gas_cond_bsmt.xml,57.79,57.79 -[SF_National_3.2] SFNHv32_CZ2_FL_gas_slab.xml,51.71,51.71 -[SF_National_3.2] SFNHv32_CZ4_MO_gas_vented_crawl.xml,50.27,50.27 -[SF_National_3.2] SFNHv32_CZ6_VT_elec_cond_bsmt.xml,51.58,51.58 +[MF_National_1.0] MFNCv1_CZ2_FL_gas_ground_corner_slab.xml,66.75,66.75 +[MF_National_1.0] MFNCv1_CZ4_MO_gas_top_corner.xml,72.39,72.39 +[MF_National_1.0] MFNCv1_CZ6_VT_elec_middle_interior.xml,67.62,67.62 +[MF_National_1.1] MFNCv11_CZ2_FL_elec_top_corner.xml,61.6,61.6 +[MF_National_1.1] MFNCv11_CZ4_MO_elec_ground_corner_vented_crawl.xml,62.04,62.04 +[MF_National_1.1] MFNCv11_CZ6_VT_gas_ground_corner_cond_bsmt.xml,58.45,58.45 +[MF_National_1.2] MFNCv12_CZ2_FL_gas_ground_corner_slab.xml,51.28,51.28 +[MF_National_1.2] MFNCv12_CZ4_MO_gas_top_corner.xml,47.92,47.92 +[MF_National_1.2] MFNCv12_CZ6_VT_elec_middle_interior.xml,55.94,55.94 +[SF_National_3.0] SFNHv3_CZ2_FL_gas_slab.xml,73.05,73.05 +[SF_National_3.0] SFNHv3_CZ4_MO_gas_vented_crawl.xml,80.56,80.56 +[SF_National_3.0] SFNHv3_CZ6_VT_elec_cond_bsmt.xml,70.29,70.29 +[SF_National_3.1] SFNHv31_CZ2_FL_elec_slab.xml,64.37,64.37 +[SF_National_3.1] SFNHv31_CZ4_MO_elec_vented_crawl.xml,64.08,64.08 +[SF_National_3.1] SFNHv31_CZ6_VT_gas_cond_bsmt.xml,57.8,57.8 +[SF_National_3.2] SFNHv32_CZ2_FL_gas_slab.xml,51.86,51.86 +[SF_National_3.2] SFNHv32_CZ4_MO_gas_vented_crawl.xml,50.48,50.48 +[SF_National_3.2] SFNHv32_CZ6_VT_elec_cond_bsmt.xml,52.04,52.04 diff --git a/workflow/tests/base_results/RESNET_Test_4.2_HERS_AutoGen_Reference_Home.csv b/workflow/tests/base_results/RESNET_Test_4.2_HERS_AutoGen_Reference_Home.csv index 500d00d19..ba3546000 100644 --- a/workflow/tests/base_results/RESNET_Test_4.2_HERS_AutoGen_Reference_Home.csv +++ b/workflow/tests/base_results/RESNET_Test_4.2_HERS_AutoGen_Reference_Home.csv @@ -23,15 +23,15 @@ Window U-Factor,0.4,0.65,1.2,0.35 Window SHGCo (heating),0.34,0.34,0.34,0.34 Window SHGCo (cooling),0.28,0.28,0.28,0.28 SLAo (ft2/ft2),0.00036,0.00036,0.00036,0.00036 -Sensible Internal gains (Btu/day),55114,52470,47839,82690 -Latent Internal gains (Btu/day),13663,12565,9150,17765 +Sensible Internal gains (Btu/day),55142,52470,47839,82721 +Latent Internal gains (Btu/day),13635,12565,9150,17734 Labeled heating system rating and efficiency,0.78,7.7,7.7,0.78 Labeled cooling system rating and efficiency,13.0,13.0,13.0,13.0 Air Distribution System Efficiency,0.8,0.8,0.8,0.8 Thermostat Type,manual,manual,manual,manual Heating thermostat settings,68,68,68,68 Cooling thermostat settings,78,78,78,78 -Mechanical ventilation (kWh/y),0.0,222.09,287.79,762.63 +Mechanical ventilation (kWh/y),0.0,222.14,288.07,763.41 DHW pipe length refPipeL,88.5,88.5,88.5,98.5 DHW loop length refLoopL,156.9,156.9,156.9,176.9 -e-Ratio,0.9999885,1.0000045,1.0000058,0.9999858 +e-Ratio,0.9999829,1.0000045,1.0000203,0.999993 diff --git a/workflow/tests/base_results/RESNET_Test_4.3_HERS_Method.csv b/workflow/tests/base_results/RESNET_Test_4.3_HERS_Method.csv index 17fffe109..ea891f153 100644 --- a/workflow/tests/base_results/RESNET_Test_4.3_HERS_Method.csv +++ b/workflow/tests/base_results/RESNET_Test_4.3_HERS_Method.csv @@ -1,6 +1,6 @@ Test Case,ERI,REUL Heating (MBtu),REUL Cooling (MBtu),REUL Hot Water (MBtu),EC_r Heating (MBtu),EC_r Cooling (MBtu),EC_r Hot Water (MBtu),EC_x Heating (MBtu),EC_x Cooling (MBtu),EC_x Hot Water (MBtu),EC_x L&A (MBtu),IAD_Save (%) -L100A-01.xml,161.26,22.57,5.42,10.95,17.35,2.72,11.98,39.62,4.6,12.58,20.43,-0.14953 -L100A-02.xml,151.69,21.44,5.94,10.95,16.58,2.96,18.89,39.93,4.56,14.52,22.4,-0.14602 -L100A-03.xml,149.51,21.96,5.35,8.75,34.96,3.5,9.78,73.41,4.52,10.38,21.26,-0.16673 -L100A-04.xml,128.75,22.78,5.69,13.08,17.52,2.86,14.11,25.38,4.82,14.71,21.38,-0.14953 -L100A-05.xml,126.69,22.13,5.63,10.95,35.22,3.68,11.98,58.97,4.68,12.58,22.4,-0.16687 +L100A-01.xml,160.99,23.46,5.28,10.94,17.97,2.63,11.97,40.21,4.57,12.58,20.23,-0.14961 +L100A-02.xml,151.63,22.32,5.78,10.94,17.2,2.87,18.89,40.53,4.55,14.51,22.2,-0.14669 +L100A-03.xml,149.06,22.66,5.24,8.75,36.08,3.44,9.78,74.36,4.52,10.38,21.06,-0.16585 +L100A-04.xml,128.16,23.86,5.5,13.07,18.26,2.75,14.1,25.87,4.76,14.7,21.17,-0.14961 +L100A-05.xml,126.1,23.02,5.49,10.94,36.65,3.58,11.97,59.99,4.66,12.57,22.2,-0.166 diff --git a/workflow/tests/base_results/RESNET_Test_4.6_Hot_Water.csv b/workflow/tests/base_results/RESNET_Test_4.6_Hot_Water.csv index eb0d83572..f962bda95 100644 --- a/workflow/tests/base_results/RESNET_Test_4.6_Hot_Water.csv +++ b/workflow/tests/base_results/RESNET_Test_4.6_Hot_Water.csv @@ -1,14 +1,14 @@ Test Case,DHW Energy (therms),Recirc Pump (kWh),GPD -L100AD-HW-01.xml,196.0,0.0,44 +L100AD-HW-01.xml,195.9,0.0,44 L100AD-HW-02.xml,260.6,0.0,64 -L100AD-HW-03.xml,174.8,0.0,44 +L100AD-HW-03.xml,174.7,0.0,44 L100AD-HW-04.xml,252.3,0.0,62 -L100AD-HW-05.xml,551.1,439.6,55 +L100AD-HW-05.xml,551.0,439.6,55 L100AD-HW-06.xml,228.6,5.9,55 L100AD-HW-07.xml,207.6,0.0,59 L100AM-HW-01.xml,110.4,0.0,33 -L100AM-HW-02.xml,136.3,0.0,48 -L100AM-HW-03.xml,91.4,0.0,33 +L100AM-HW-02.xml,136.4,0.0,48 +L100AM-HW-03.xml,91.3,0.0,33 L100AM-HW-04.xml,133.2,0.0,46 L100AM-HW-05.xml,297.4,439.6,42 L100AM-HW-06.xml,123.4,5.9,42 diff --git a/workflow/tests/base_results/RESNET_Test_Other_HERS_AutoGen_IAD_Home.csv b/workflow/tests/base_results/RESNET_Test_Other_HERS_AutoGen_IAD_Home.csv index ed3af4155..a445b9181 100644 --- a/workflow/tests/base_results/RESNET_Test_Other_HERS_AutoGen_IAD_Home.csv +++ b/workflow/tests/base_results/RESNET_Test_Other_HERS_AutoGen_IAD_Home.csv @@ -19,8 +19,8 @@ Window U-Factor,1.039,1.039,1.039,1.039 Window SHGCo (heating),0.5695,0.5695,0.5695,0.5695 Window SHGCo (cooling),0.469,0.469,0.469,0.469 Infiltration rate (ACH50),3.0,3.0,5.0,3.0 -Mechanical ventilation rate,66.37,64.24,53.31,57.11 -Mechanical ventilation,406.99836,393.8934000000001,326.89691999999997,350.19852 +Mechanical ventilation rate,66.45,64.31,53.41,57.2 +Mechanical ventilation,407.45387999999997,394.3752,327.51887999999997,350.77668 Labeled heating system rating and efficiency,0.78,7.7,7.7,0.78 Labeled cooling system rating and efficiency,13.0,13.0,13.0,13.0 Thermostat Type,manual,manual,manual,manual diff --git a/workflow/tests/base_results/RESNET_Test_Other_HERS_AutoGen_Reference_Home_301_2014.csv b/workflow/tests/base_results/RESNET_Test_Other_HERS_AutoGen_Reference_Home_301_2014.csv index 0d439c617..01e877093 100644 --- a/workflow/tests/base_results/RESNET_Test_Other_HERS_AutoGen_Reference_Home_301_2014.csv +++ b/workflow/tests/base_results/RESNET_Test_Other_HERS_AutoGen_Reference_Home_301_2014.csv @@ -23,8 +23,8 @@ Window U-Factor,0.4,0.65,1.2,0.35 Window SHGCo (heating),0.34,0.34,0.34,0.34 Window SHGCo (cooling),0.28,0.28,0.28,0.28 SLAo (ft2/ft2),0.00036,0.00036,0.00036,0.00036 -Sensible Internal gains (Btu/day),55488,52809,48124,83125 -Latent Internal gains (Btu/day),13807,12701,9263,17934 +Sensible Internal gains (Btu/day),55520,52809,48124,83160 +Latent Internal gains (Btu/day),13776,12701,9263,17899 Labeled heating system rating and efficiency,0.78,7.7,7.7,0.78 Labeled cooling system rating and efficiency,13.0,13.0,13.0,13.0 Air Distribution System Efficiency,0.8,0.8,0.8,0.8 @@ -34,4 +34,4 @@ Cooling thermostat settings,78,78,78,78 Mechanical ventilation (kWh/y),0.0,77.84,140.36,379.13 DHW pipe length refPipeL,88.5,88.5,88.5,98.5 DHW loop length refLoopL,156.9,156.9,156.9,176.9 -e-Ratio,0.9999972,1.0000045,1.0000057,0.9999806 +e-Ratio,0.9999831,1.0000045,1.0000201,0.9999808 diff --git a/workflow/tests/base_results/RESNET_Test_Other_HERS_AutoGen_Reference_Home_301_2019_PreAddendumA.csv b/workflow/tests/base_results/RESNET_Test_Other_HERS_AutoGen_Reference_Home_301_2019_PreAddendumA.csv index b44a1d2be..8862906ea 100644 --- a/workflow/tests/base_results/RESNET_Test_Other_HERS_AutoGen_Reference_Home_301_2019_PreAddendumA.csv +++ b/workflow/tests/base_results/RESNET_Test_Other_HERS_AutoGen_Reference_Home_301_2019_PreAddendumA.csv @@ -23,15 +23,15 @@ Window U-Factor,0.4,0.65,1.2,0.35 Window SHGCo (heating),0.34,0.34,0.34,0.34 Window SHGCo (cooling),0.28,0.28,0.28,0.28 SLAo (ft2/ft2),0.00036,0.00036,0.00036,0.00036 -Sensible Internal gains (Btu/day),55488,52809,48124,83125 -Latent Internal gains (Btu/day),13807,12701,9263,17934 +Sensible Internal gains (Btu/day),55520,52809,48124,83160 +Latent Internal gains (Btu/day),13776,12701,9263,17899 Labeled heating system rating and efficiency,0.78,7.7,7.7,0.78 Labeled cooling system rating and efficiency,13.0,13.0,13.0,13.0 Air Distribution System Efficiency,0.8,0.8,0.8,0.8 Thermostat Type,manual,manual,manual,manual Heating thermostat settings,68,68,68,68 Cooling thermostat settings,78,78,78,78 -Mechanical ventilation (kWh/y),0.0,222.09,287.79,762.63 +Mechanical ventilation (kWh/y),0.0,222.14,288.07,763.41 DHW pipe length refPipeL,88.5,88.5,88.5,98.5 DHW loop length refLoopL,156.9,156.9,156.9,176.9 -e-Ratio,0.9999972,1.0000045,1.0000057,0.999993 +e-Ratio,0.9999831,1.0000045,1.0000201,0.999985 diff --git a/workflow/tests/base_results/RESNET_Test_Other_HERS_Method_301_2014_PreAddendumE.csv b/workflow/tests/base_results/RESNET_Test_Other_HERS_Method_301_2014_PreAddendumE.csv index 7da8bfb3c..78c2fd5a1 100644 --- a/workflow/tests/base_results/RESNET_Test_Other_HERS_Method_301_2014_PreAddendumE.csv +++ b/workflow/tests/base_results/RESNET_Test_Other_HERS_Method_301_2014_PreAddendumE.csv @@ -1,6 +1,6 @@ Test Case,ERI,REUL Heating (MBtu),REUL Cooling (MBtu),REUL Hot Water (MBtu),EC_r Heating (MBtu),EC_r Cooling (MBtu),EC_r Hot Water (MBtu),EC_x Heating (MBtu),EC_x Cooling (MBtu),EC_x Hot Water (MBtu),EC_x L&A (MBtu) -L100A-01.xml,153.45,22.52,5.45,10.83,14.61,2.34,11.86,32.71,3.92,12.47,21.29 -L100A-02.xml,144.35,21.38,5.97,10.83,13.98,2.55,18.74,32.96,3.89,14.37,23.36 -L100A-03.xml,144.58,22.12,5.37,8.66,35.17,2.97,9.69,73.26,3.78,10.29,22.07 -L100A-04.xml,120.62,22.72,5.73,12.95,14.75,2.46,13.98,20.79,3.87,14.58,22.37 -L100A-05.xml,121.86,22.07,5.67,10.83,35.09,3.1,11.86,58.91,3.89,12.47,23.36 +L100A-01.xml,153.27,23.4,5.31,10.83,15.12,2.27,11.86,33.19,3.89,12.46,21.08 +L100A-02.xml,144.35,22.26,5.81,10.83,14.48,2.47,18.75,33.45,3.87,14.36,23.16 +L100A-03.xml,144.2,22.81,5.27,8.65,36.28,2.93,9.68,74.22,3.78,10.28,21.87 +L100A-04.xml,120.09,23.8,5.53,12.94,15.37,2.37,13.97,21.19,3.82,14.57,22.16 +L100A-05.xml,121.24,22.96,5.53,10.83,36.52,3.03,11.86,59.93,3.88,12.46,23.16 diff --git a/workflow/tests/base_results/RESNET_Test_Other_HERS_Method_301_2019_PreAddendumA.csv b/workflow/tests/base_results/RESNET_Test_Other_HERS_Method_301_2019_PreAddendumA.csv index 46ff78ea8..dd3ac768e 100644 --- a/workflow/tests/base_results/RESNET_Test_Other_HERS_Method_301_2019_PreAddendumA.csv +++ b/workflow/tests/base_results/RESNET_Test_Other_HERS_Method_301_2019_PreAddendumA.csv @@ -1,6 +1,6 @@ Test Case,ERI,REUL Heating (MBtu),REUL Cooling (MBtu),REUL Hot Water (MBtu),EC_r Heating (MBtu),EC_r Cooling (MBtu),EC_r Hot Water (MBtu),EC_x Heating (MBtu),EC_x Cooling (MBtu),EC_x Hot Water (MBtu),EC_x L&A (MBtu),IAD_Save (%) -L100A-01.xml,158.35,22.52,5.45,10.83,14.61,2.34,11.86,32.71,3.92,12.47,21.29,-0.144 -L100A-02.xml,148.84,21.38,5.97,10.83,13.98,2.55,18.74,32.96,3.89,14.37,23.36,-0.1403 -L100A-03.xml,148.7,21.91,5.38,8.66,34.84,2.97,9.68,73.26,3.78,10.29,22.07,-0.16279 -L100A-04.xml,125.72,22.72,5.73,12.95,14.75,2.46,13.98,20.79,3.87,14.58,22.37,-0.144 -L100A-05.xml,126.26,22.07,5.67,10.83,35.09,3.1,11.86,58.91,3.89,12.47,23.36,-0.16265 +L100A-01.xml,158.06,23.4,5.31,10.83,15.12,2.27,11.86,33.19,3.89,12.46,21.08,-0.1409 +L100A-02.xml,148.76,22.26,5.81,10.83,14.48,2.47,18.75,33.45,3.87,14.36,23.16,-0.13794 +L100A-03.xml,148.26,22.61,5.28,8.65,35.96,2.92,9.68,74.22,3.78,10.28,21.87,-0.1619 +L100A-04.xml,125.06,23.8,5.53,12.94,15.37,2.37,13.97,21.19,3.82,14.57,22.16,-0.1409 +L100A-05.xml,125.6,22.96,5.53,10.83,36.52,3.03,11.86,59.93,3.88,12.46,23.16,-0.16174 diff --git a/workflow/tests/base_results/RESNET_Test_Other_Hot_Water_301_2014_PreAddendumA.csv b/workflow/tests/base_results/RESNET_Test_Other_Hot_Water_301_2014_PreAddendumA.csv index 19c581ba4..372d969ba 100644 --- a/workflow/tests/base_results/RESNET_Test_Other_Hot_Water_301_2014_PreAddendumA.csv +++ b/workflow/tests/base_results/RESNET_Test_Other_Hot_Water_301_2014_PreAddendumA.csv @@ -3,5 +3,5 @@ L100AD-HW-01.xml,201.7,0.0,50 L100AD-HW-02.xml,260.1,0.0,71 L100AD-HW-03.xml,182.7,0.0,50 L100AM-HW-01.xml,123.5,0.0,50 -L100AM-HW-02.xml,153.1,0.0,71 +L100AM-HW-02.xml,153.2,0.0,71 L100AM-HW-03.xml,106.7,0.0,50 diff --git a/workflow/tests/base_results/RESNET_Test_Other_Hot_Water_301_2019_PreAddendumA.csv b/workflow/tests/base_results/RESNET_Test_Other_Hot_Water_301_2019_PreAddendumA.csv index 1b9a324f2..44302692e 100644 --- a/workflow/tests/base_results/RESNET_Test_Other_Hot_Water_301_2019_PreAddendumA.csv +++ b/workflow/tests/base_results/RESNET_Test_Other_Hot_Water_301_2019_PreAddendumA.csv @@ -3,11 +3,11 @@ L100AD-HW-01.xml,194.6,0.0,43 L100AD-HW-02.xml,258.7,0.0,63 L100AD-HW-03.xml,173.4,0.0,43 L100AD-HW-04.xml,250.5,0.0,61 -L100AD-HW-05.xml,546.7,439.6,54 +L100AD-HW-05.xml,546.6,439.6,54 L100AD-HW-06.xml,226.8,5.9,54 L100AD-HW-07.xml,206.1,0.0,58 L100AM-HW-01.xml,109.6,0.0,32 -L100AM-HW-02.xml,135.3,0.0,47 +L100AM-HW-02.xml,135.4,0.0,47 L100AM-HW-03.xml,90.6,0.0,32 L100AM-HW-04.xml,132.2,0.0,45 L100AM-HW-05.xml,295.0,439.6,41 diff --git a/workflow/tests/base_results/real_homes.csv b/workflow/tests/base_results/real_homes.csv index fd2ba8330..2ca0aee1c 100644 --- a/workflow/tests/base_results/real_homes.csv +++ b/workflow/tests/base_results/real_homes.csv @@ -1,89 +1,89 @@ XML,ERI,REUL Heating (MBtu),REUL Cooling (MBtu),REUL Hot Water (MBtu),EC_r Heating (MBtu),EC_r Cooling (MBtu),EC_r Hot Water (MBtu),EC_x Heating (MBtu),EC_x Cooling (MBtu),EC_x Hot Water (MBtu),EC_x L&A (MBtu),EC_x Vent (MBtu),EC_x Dehumid (MBtu),IAD_Save (%),CO2e Rating Index,ACO2 (lb CO2e),ARCO2 (lb CO2e),IAF RH,ES Reference Home ERI,ES SAF (Size Adjustment Factor),ES SAF Adjusted ERI Target,ES Rated Home ERI,ES Rated Home ERI w/o OPP,ES ENERGY STAR Certification,ZERH Reference Home ERI,ZERH SAF (Size Adjustment Factor),ZERH SAF Adjusted ERI Target,ZERH Rated Home ERI,ZERH Rated Home ERI w/o OPP,ZERH Zero Energy Ready Home Certification,IECC ERI,IECC REUL Heating (MBtu),IECC REUL Cooling (MBtu),IECC REUL Hot Water (MBtu),IECC EC_r Heating (MBtu),IECC EC_r Cooling (MBtu),IECC EC_r Hot Water (MBtu),IECC EC_x Heating (MBtu),IECC EC_x Cooling (MBtu),IECC EC_x Hot Water (MBtu),IECC EC_x L&A (MBtu),IECC EC_x Vent (MBtu),IECC EC_x Dehumid (MBtu),IECC IAD_Save (%) -house001.xml,57.89,11.6,2.12,6.49,18.53,2.25,12.49,9.32,1.25,9.82,10.06,0.79,0.0,0.23255,66.64,5796.64,8110.43,1.0725,52.37,1.0,52.37,57.89,57.89,0.0,43.73,1.0,43.73,57.89,57.89,0.0,59.71,10.52,2.21,6.49,16.8,2.28,12.48,9.32,1.25,9.82,10.06,0.79,0.0,0.23255 -house002.xml,69.72,51.19,21.95,9.54,41.36,12.54,10.56,26.66,6.48,9.45,24.05,1.79,0.0,0.18418,70.68,12424.53,17873.93,0.9834,50.21,1.0,50.21,69.72,69.72,0.0,48.0,1.0,48.0,69.72,69.72,0.0,64.73,59.52,21.93,9.54,47.96,13.04,10.56,26.66,6.48,9.45,24.05,1.79,0.0,0.18418 -house003.xml,62.33,27.66,22.44,8.83,30.96,12.83,16.03,18.689999999999998,7.18,7.24,22.14,1.14,0.0,0.24266,73.31,9373.09,12880.66,0.9926,48.41,1.0,48.41,62.33,62.33,0.0,46.49,1.0,46.49,62.33,62.33,0.0,59.79,30.97,22.16,8.83,34.18,13.19,16.04,18.689999999999998,7.18,7.24,22.14,1.14,0.0,0.24266 -house004.xml,60.6,49.66,3.34,13.08,46.19,1.7,14.35,29.98,0.37,5.38,16.12,3.1,0.0,0.31911,66.17,4907.2,7101.88,1.0442,55.69,1.0,55.69,60.6,60.6,0.0,48.51,1.0,48.51,60.6,60.6,0.0,55.24,59.55,2.75,13.08,54.8,1.45,14.34,29.98,0.37,5.38,16.12,3.1,0.0,0.31911 -house005.xml,57.37,6.16,4.15,5.79,5.16,2.43,12.13,1.26,1.73,4.06,8.94,1.79,0.0,0.20495,79.59,2697.3,3142.0,1.0786,48.7,1.0,48.7,57.37,57.37,0.0,43.53,1.0,43.53,57.37,57.37,0.0,58.5,5.53,4.23,5.79,4.72,2.44,12.12,1.26,1.73,4.06,8.94,1.79,0.0,0.20495 -house006.xml,71.58,31.54,21.2,10.54,23.689999999999998,12.23,11.82,16.05,7.67,10.52,21.3,1.46,0.0,0.23813,72.91,10123.33,13629.7,1.0187,45.7,1.0,45.7,71.58,71.58,0.0,43.86,1.0,43.86,71.58,71.58,0.0,69.59,33.68,21.02,10.54,25.42,12.46,11.82,16.05,7.67,10.52,21.3,1.46,0.0,0.23813 -house007.xml,74.55,18.97,4.84,8.85,16.02,2.79,9.87,12.26,0.68,8.48,14.96,1.35,0.0,0.23246,76.83,9218.6,11360.06,1.0563,55.47,1.0,55.47,74.55,74.55,0.0,45.58,1.0,45.58,74.55,74.55,0.0,76.39,17.58,4.96,8.85,14.92,2.82,9.87,12.26,0.68,8.48,14.96,1.35,0.0,0.23246 -house008.xml,62.76,96.26,11.39,13.22,153.38,7.31,22.23,81.81,3.85,14.8,37.43,0.33,0.0,0.20128,73.45,24331.64,34071.09,0.9723,50.63,1.0,50.63,62.76,62.76,0.0,46.5,1.0,46.5,62.76,62.76,0.0,57.46,111.21,10.81,13.22,177.21,7.22,22.25,81.81,3.85,14.8,37.43,0.33,0.0,0.20128 -house009.xml,61.89,19.28,42.5,8.99,30.89,25.37,16.38,16.34,13.63,12.35,23.29,0.59,0.0,0.2851,84.28,9913.87,11483.44,1.0244,48.4,1.0,48.4,61.89,61.89,0.0,45.45,1.0,45.45,61.89,61.89,0.0,59.5,21.81,42.86,8.99,34.95,26.36,16.38,16.34,13.63,12.35,23.29,0.59,0.0,0.2851 -house010.xml,62.81,51.870000000000005,137.72,7.12,82.98,76.4,13.58,41.58,41.24,6.14,43.24,2.39,0.0,0.28199,94.93,17056.84,19835.31,0.9059,53.79,1.0,53.79,62.82,62.82,0.0,48.61,1.0,48.61,62.82,62.82,0.0,60.45,58.45,140.94,7.12,93.49000000000001,78.31,13.58,41.58,41.24,6.14,43.24,2.39,0.0,0.28199 -house011.xml,60.9,11.87,6.54,7.89,18.99,4.67,8.9,10.57,1.74,8.21,12.64,0.17,0.0,0.27502,84.47,4032.94,4459.97,1.0706,51.93,1.0,51.93,60.9,60.9,0.0,48.65,1.0,48.65,60.9,60.9,0.0,63.93,9.68,6.77,7.89,15.49,4.7,8.9,10.57,1.74,8.21,12.64,0.17,0.0,0.27502 -house012.xml,50.22,34.25,3.25,11.63,29.18,1.8,12.67,8.47,0.71,10.72,14.75,1.29,0.0,0.31581,51.42,5445.53,10123.68,1.0462,51.13,1.0,51.13,50.22,50.22,1.0,43.89,1.0,43.89,50.22,50.22,0.0,46.43,40.32,2.94,11.63,34.14,1.71,12.68,8.47,0.71,10.72,14.75,1.29,0.0,0.31581 -house013.xml,58.59,12.02,2.05,10.35,8.84,0.97,11.96,6.54,0.23,3.38,13.97,0.64,0.0,0.16963,57.28,1697.87,2810.31,1.0548,52.6,1.0,52.6,58.59,58.59,0.0,47.65,1.0,47.65,58.59,58.59,0.0,57.64,13.02,1.93,10.35,9.47,0.92,11.96,6.54,0.23,3.38,13.97,0.64,0.0,0.16963 -house014.xml,55.03,87.75,29.01,15.51,64.86,15.76,17.2,31.1,7.1899999999999995,3.68,36.46,4.19,0.0,0.25585,55.76,9453.2,17182.63,0.9867,47.49,1.0,47.49,55.03,55.03,0.0,45.41,1.0,45.41,55.03,55.03,0.0,50.68,103.15,28.400000000000002,15.51,75.92999999999999,16.22,17.2,31.1,7.1899999999999995,3.68,36.46,4.19,0.0,0.25585 -house015.xml,16.86,0.19,22.2,3.31,0.27,12.01,5.93,0.2,5.73,1.44,9.6,0.21,0.0,0.28043,22.57,877.98,3426.23,1.1354,49.6,1.0,49.6,49.74,49.74,1.0,47.6,1.0,47.6,49.74,49.74,0.0,47.17,0.21,22.25,3.31,0.28,12.05,5.93,0.2,5.73,1.44,9.6,0.21,0.0,0.28043 -house016.xml,51.33,0.56,72.86,5.61,0.51,39.35,11.56,0.23,18.5,10.53,18.36,0.37,0.0,0.27774,72.17,6029.16,8016.04,1.0422,50.86,1.0,50.86,51.33,51.33,1.0,48.76,1.0,48.76,51.33,51.33,0.0,51.16,0.62,73.09,5.61,0.55,39.52,11.57,0.23,18.5,10.53,18.36,0.37,0.0,0.27774 -house017.xml,68.51,20.25,5.9,10.95,32.29,3.92,18.88,36.63,1.41,9.12,15.89,0.48,0.0,0.20256,175.65,8138.7,4422.88,1.0476,51.77,1.0,51.77,68.51,68.51,0.0,47.5,1.0,47.5,68.51,68.51,0.0,64.9,23.7,5.64,10.95,37.78,3.8,18.9,36.63,1.41,9.12,15.89,0.48,0.0,0.20256 -house018.xml,30.98,149.49,32.93,17.34,238.2,21.47,27.24,126.84,9.47,18.26,48.3,0.9,0.0,0.22645,98.67,24245.82,25635.66,0.9585,50.81,1.0,50.81,54.22,54.22,0.0,46.16,1.0,46.16,54.22,54.22,0.0,45.63,171.47,32.32,17.34,273.01,21.9,27.24,126.84,9.47,18.26,48.3,0.9,0.0,0.22645 -house019.xml,63.26,97.13,11.24,13.22,154.95,7.4,22.24,98.32,2.17,15.29,29.84,4.56,0.0,0.19281,75.77,25491.81,34457.3,0.9764,51.12,1.0,51.12,63.26,63.26,0.0,46.63,1.0,46.63,63.26,63.26,0.0,57.83,112.95,10.64,13.22,179.98,7.27,22.25,98.32,2.17,15.29,29.84,4.56,0.0,0.19281 -house020.xml,39.49,89.22,13.52,13.08,103.58,7.72,14.11,92.5,5.15,13.08,33.48,3.62,0.0,0.26018,113.43,12979.34,11692.03,0.9786,55.98,1.0,55.98,82.8,82.8,0.0,51.75,1.0,51.75,82.8,82.8,0.0,71.84,101.86,13.08,13.08,117.71000000000001,7.5,14.12,92.5,5.15,13.08,33.48,3.62,0.0,0.26018 -house021.xml,59.89,53.95,9.13,15.33,85.97,6.03,24.62,49.12,4.54,17.76,19.62,2.69,0.0,0.2699,65.91,16085.96,23264.09,1.0491,52.89,1.0,52.89,59.89,59.89,0.0,48.01,1.0,48.01,59.89,59.89,0.0,55.82,61.74,8.67,15.33,98.38,5.97,24.63,49.12,4.54,17.76,19.62,2.69,0.0,0.2699 -house022.xml,54.01,0.44,54.09,4.5,0.44,29.71,5.7,0.55,13.91,2.26,15.85,2.09,0.0,0.24326,61.63,4085.33,6378.45,1.0393,50.58,1.0,50.58,54.01,54.01,0.0,48.32,1.0,48.32,54.01,54.01,0.0,53.81,0.5,54.31,4.5,0.48,29.87,5.7,0.55,13.91,2.26,15.85,2.09,0.0,0.24326 -house023.xml,71.8,16.25,40.1,6.02,11.91,22.82,7.25,7.4,14.6,5.84,18.89,3.76,0.0,0.26029,73.66,7540.02,10178.02,1.0057,45.63,1.0,45.63,71.8,71.8,0.0,43.86,1.0,43.86,71.8,71.8,0.0,70.43,17.34,40.25,6.02,12.62,23.26,7.25,7.4,14.6,5.84,18.89,3.76,0.0,0.26029 -house024.xml,67.55,21.42,45.67,8.99,34.31,27.33,16.06,22.7,14.65,12.51,23.96,3.89,0.0,0.27075,93.01,11559.39,12311.95,1.0095,52.42,1.0,52.42,67.55,67.55,0.0,49.33,1.0,49.33,67.55,67.55,0.0,64.65,24.52,46.13,8.99,39.29,28.55,16.06,22.7,14.65,12.51,23.96,3.89,0.0,0.27075 -house025.xml,9.1,106.6,20.0,12.54,78.68,10.58,13.86,38.42,5.34,2.61,36.94,2.69,0.0,0.15607,22.27,2865.77,13422.61,0.9586,50.86,1.0,50.86,56.1,56.1,0.0,45.79,1.0,45.79,56.1,56.1,0.0,49.75,120.58,20.0,12.54,88.58,10.62,13.86,38.42,5.34,2.61,36.94,2.69,0.0,0.15607 -house026.xml,64.8,11.53,30.05,7.52,18.47,18.16,14.1,10.0,10.22,14.24,19.05,0.46,0.0,0.21423,90.45,8034.91,8503.56,1.0446,46.71,1.0,46.71,64.8,64.8,0.0,44.22,1.0,44.22,64.8,64.8,0.0,63.0,12.85,30.23,7.52,20.59,18.69,14.1,10.0,10.22,14.24,19.05,0.46,0.0,0.21423 -house027.xml,65.45,15.55,38.19,7.53,24.91,22.8,14.43,15.46,12.46,11.69,19.74,3.38,0.0,0.30246,88.44,9339.63,10175.88,1.0377,51.48,1.0,51.48,65.45,65.45,0.0,48.41,1.0,48.41,65.45,65.45,0.0,64.21,16.63,38.33,7.53,26.63,23.24,14.43,15.46,12.46,11.69,19.74,3.38,0.0,0.30246 -house028.xml,65.32,22.23,49.06,10.42,16.1,28.61,11.66,9.01,16.95,8.78,25.84,0.73,0.0,0.28588,67.49,9194.84,13375.99,1.0186,44.43,1.0,44.43,65.32,65.32,0.0,42.7,1.0,42.7,65.32,65.32,0.0,62.63,25.51,49.54,10.42,18.29,29.76,11.66,9.01,16.95,8.78,25.84,0.73,0.0,0.28588 -house029.xml,60.89,21.96,48.06,8.98,35.19,29.16,16.06,21.4,14.6,9.36,26.67,0.62,0.0,0.2554,83.9,10872.25,12959.65,0.9999,48.9,1.0,48.9,60.89,60.89,0.0,46.04,1.0,46.04,60.89,60.89,0.0,58.17,25.34,48.57,8.98,40.61,30.490000000000002,16.06,21.4,14.6,9.36,26.67,0.62,0.0,0.2554 -house030.xml,59.24,28.060000000000002,58.46,10.42,44.95,35.29,17.92,27.23,19.42,9.28,27.93,0.75,0.0,0.29345,81.7,12710.28,15517.82,1.0026,49.72,1.0,49.72,59.24,59.24,0.0,46.66,1.0,46.66,59.24,59.24,0.0,56.47,32.16,59.1,10.42,51.540000000000006,36.89,17.92,27.23,19.42,9.28,27.93,0.75,0.0,0.29345 -house031.xml,55.61,120.38,20.400000000000002,14.54,88.6,10.77,17.33,43.06,7.550000000000001,3.34,36.88,2.99,0.0,-0.0386,55.22,8033.12,14438.0,1.0076,49.21,1.0,49.21,55.61,55.61,0.0,44.55,1.0,44.55,55.61,55.61,0.0,52.08,135.28,20.33,14.54,98.78,10.77,17.33,43.06,7.550000000000001,3.34,36.88,2.99,0.0,-0.0386 -house032.xml,68.82,25.560000000000002,57.09,8.99,40.93,34.01,16.33,26.75,20.1,13.06,26.02,4.6,0.0,0.26725,101.58,14829.74,14334.56,1.0185,54.07,1.0,54.07,68.82,68.82,0.0,50.77,1.0,50.77,68.82,68.82,0.0,67.21,27.45,57.36,8.99,43.95,34.78,16.33,26.75,20.1,13.06,26.02,4.6,0.0,0.26725 -house033.xml,63.92,68.31,28.730000000000004,11.39,109.03,18.05,19.4,83.35,7.02,10.68,31.47,0.0,0.0,0.22332,90.59,20744.76,23621.39,0.9695,51.68,1.0,51.68,63.92,63.92,0.0,48.78,1.0,48.78,63.92,63.92,0.0,59.16,79.81,28.64,11.39,127.36,18.67,19.41,83.35,7.02,10.68,31.47,0.0,0.0,0.22332 -house034.xml,62.43,18.61,5.37,9.98,29.79,3.54,18.48,15.22,2.48,10.85,20.18,2.23,0.0,0.19035,151.46,5694.47,3653.29,1.0291,55.22,1.0,55.22,62.43,62.43,0.0,50.31,1.0,50.31,62.43,62.43,0.0,61.08,20.08,5.17,9.98,32.15,3.45,18.48,15.22,2.48,10.85,20.18,2.23,0.0,0.19035 -house035.xml,68.93,51.07,7.12,11.07,81.44,5.08,12.39,65.09,2.28,10.02,20.06,0.47,0.0,0.19375,78.88,17767.25,22611.17,0.9962,55.21,1.0,55.21,68.93,68.93,0.0,49.22,1.0,49.22,68.93,68.93,0.0,64.53,58.28,6.76,11.07,92.86,5.02,12.39,65.09,2.28,10.02,20.06,0.47,0.0,0.19375 -house036.xml,67.69,60.56,9.44,8.66,96.61,6.3,15.94,66.06,3.42,9.12,27.96,2.31,0.0,0.18828,78.88,18606.44,24068.45,0.9801,54.77,1.0,54.77,67.73,67.73,0.0,49.68,1.0,49.68,67.73,67.73,0.0,63.29,68.7,9.1,8.66,109.48,6.2,15.95,66.06,3.42,9.12,27.96,2.31,0.0,0.18828 -house037.xml,66.06,63.78,7.38,13.22,101.79,5.22,14.55,67.39,3.14,10.98,21.25,0.36,0.0,0.19434,77.03,18820.1,24169.45,1.0108,52.24,1.0,52.24,66.06,66.06,0.0,47.74,1.0,47.74,66.06,66.06,0.0,60.92,73.45,7.01,13.22,117.03,5.17,14.55,67.39,3.14,10.98,21.25,0.36,0.0,0.19434 -house038.xml,64.02,38.42,40.47,9.93,34.34,22.75,17.58,23.310000000000002,12.120000000000001,12.25,27.65,0.82,0.0,0.26663,72.46,13719.89,19469.51,0.9725,46.99,1.0,46.99,64.02,64.02,0.0,45.06,1.0,45.06,64.02,64.02,0.0,61.84,42.22,40.31,9.93,37.32,23.27,17.58,23.310000000000002,12.120000000000001,12.25,27.65,0.82,0.0,0.26663 -house039.xml,49.93,71.77,20.9,16.51,114.5,13.6,29.7,124.66,6.53,24.88,36.28,0.0,0.0,0.09489,205.09,22628.24,11061.6,0.9974,53.07,1.0,53.07,88.17,88.17,0.0,49.48,1.0,49.48,88.17,88.17,0.0,73.26,86.03,20.770000000000003,16.51,137.2,13.549999999999999,29.7,124.66,6.53,24.88,36.28,0.0,0.0,0.09489 -house040.xml,64.06,123.56,13.48,11.07,196.95,8.56,19.44,110.39,9.75,15.31,32.38,2.19,0.0,0.18526,74.98,29199.22,40707.39,0.9567,52.27,1.0,52.27,64.06,64.06,0.0,49.78,1.0,49.78,64.06,64.06,0.0,59.42,139.43,12.9,11.07,222.18,8.19,19.46,110.39,9.75,15.31,32.38,2.19,0.0,0.18526 -house041.xml,77.81,24.72,8.54,12.54,39.43,5.38,20.93,27.22,4.1,20.38,23.5,0.0,0.0,0.13091,170.48,9258.28,5305.37,1.0236,52.57,1.0,52.57,77.81,77.81,0.0,46.67,1.0,46.67,77.81,77.81,0.0,75.07,27.45,8.41,12.54,43.77,5.32,20.94,27.22,4.1,20.38,23.5,0.0,0.0,0.13091 -house042.xml,87.26,49.05,21.56,11.39,78.34,13.23,19.74,76.42,10.2,15.57,27.23,0.0,0.0,0.21918,112.93,20313.63,18032.2,0.9976,49.39,1.0,49.39,87.26,87.26,0.0,46.56,1.0,46.56,87.26,87.26,0.0,81.33,56.81,21.46,11.39,90.72,13.63,19.75,76.42,10.2,15.57,27.23,0.0,0.0,0.21918 -house043.xml,-7.45,16.16,5.51,10.49,12.6,2.9,11.8,0.72,1.69,2.58,14.94,0.79,0.0,0.29935,0.7,30.78,4234.61,1.0348,49.87,1.0,49.87,38.66,38.66,1.0,45.13,1.0,45.13,38.66,38.66,1.0,36.62,16.32,5.5,10.49,12.7,2.9,11.8,0.72,1.69,2.58,14.94,0.79,0.0,0.29935 -house044.xml,68.26,19.16,3.66,6.35,30.59,2.96,7.66,25.08,1.92,5.34,9.53,0.52,0.0,0.16723,76.1,7606.65,9477.96,1.0546,51.58,1.0,51.58,68.26,68.26,0.0,48.07,1.0,48.07,68.26,68.26,0.0,66.91,20.05,3.6,6.35,31.99,2.96,7.67,25.08,1.92,5.34,9.53,0.52,0.0,0.16723 -house045.xml,88.96,73.42,44.14,12.22,55.0,25.31,21.3,47.38,18.52,33.34,39.95,4.48,0.0,0.21962,100.19,25364.48,26369.62,0.9601,49.55,1.0,49.55,88.96,88.96,0.0,45.1,1.0,45.1,88.96,88.96,0.0,83.52,84.13,43.39,12.22,62.87,26.15,21.3,47.38,18.52,33.34,39.95,4.48,0.0,0.21962 -house046.xml,-4.53,74.24,13.11,12.94,61.77,7.3,13.97,12.97,1.61,10.55,17.63,3.05,0.0,0.27832,9.46,2658.16,28227.53,0.9951,49.23,1.0,49.23,37.02,37.02,1.0,43.93,1.0,43.93,37.02,37.02,1.0,32.33,86.17,12.53,12.94,71.53,7.33,13.97,12.97,1.61,10.55,17.63,3.05,0.0,0.27832 -house047.xml,63.15,31.54,9.37,10.49,50.23,5.75,11.81,43.68,2.37,2.71,21.15,0.36,0.0,0.20995,166.81,10235.45,6109.72,1.0043,57.8,1.0,57.8,63.15,63.15,0.0,52.96,1.0,52.96,63.15,63.15,0.0,58.61,38.09,9.24,10.49,60.67,5.7,11.81,43.68,2.37,2.71,21.15,0.36,0.0,0.20995 -house048.xml,65.6,1.75,66.21,5.61,2.8,37.97,10.95,0.55,25.15,7.59,19.73,0.66,0.0,0.33343,82.18,6663.88,7668.54,1.0575,50.54,1.0,50.54,65.6,65.6,0.0,45.99,1.0,45.99,65.6,65.6,0.0,65.33,1.85,66.43,5.61,2.96,38.15,10.95,0.55,25.15,7.59,19.73,0.66,0.0,0.33343 -house049.xml,52.55,13.24,3.8,7.98,9.75,1.92,16.63,3.29,0.76,8.66,13.12,2.15,0.0,0.22576,89.88,2588.21,2737.64,1.0518,48.82,1.0,48.82,52.55,52.55,0.0,44.39,1.0,44.39,52.55,52.55,0.0,51.61,14.22,3.66,7.98,10.39,1.86,16.63,3.29,0.76,8.66,13.12,2.15,0.0,0.22576 -house050.xml,88.02,20.2,6.03,11.92,32.2,3.76,21.36,14.58,3.69,15.6,22.99,13.97,0.0,0.16922,176.06,7382.05,4125.48,1.0163,55.46,1.0,55.46,88.02,88.02,0.0,51.01,1.0,51.01,88.02,88.02,0.0,83.79,23.87,5.55,11.92,38.05,3.55,21.36,14.58,3.69,15.6,22.99,13.97,0.0,0.16922 -house051.xml,52.34,13.22,3.29,9.98,9.82,1.7,18.47,3.91,0.33,8.31,16.7,1.14,0.0,0.17964,87.55,2722.59,3035.69,1.0245,49.12,1.0,49.12,52.34,52.34,0.0,44.81,1.0,44.81,52.34,52.34,0.0,52.54,12.96,3.32,9.98,9.67,1.72,18.47,3.91,0.33,8.31,16.7,1.14,0.0,0.17964 -house052.xml,58.27,12.99,1.8,10.35,9.46,0.86,11.96,4.11,0.14,8.08,13.11,1.26,0.0,0.19375,58.98,1786.93,2861.93,1.0585,52.53,1.0,52.53,58.27,58.27,0.0,47.82,1.0,47.82,58.27,58.27,0.0,57.45,13.74,1.72,10.35,9.96,0.83,11.96,4.11,0.14,8.08,13.11,1.26,0.0,0.19375 -house053.xml,70.63,20.35,5.84,11.92,32.45,3.67,21.31,20.59,2.5,14.94,22.57,0.9,0.0,0.16976,172.52,7183.73,4091.75,1.0176,55.24,1.0,55.24,70.63,70.63,0.0,50.82,1.0,50.82,70.63,70.63,0.0,67.1,24.16,5.37,11.92,38.51,3.46,21.31,20.59,2.5,14.94,22.57,0.9,0.0,0.16976 -house054.xml,62.02,3.2199999999999998,120.74,7.76,5.17,69.6,13.56,1.6,43.53,6.47,28.18,1.46,0.0,0.33448,71.09,9711.12,13359.7,1.0226,49.59,1.0,49.59,62.02,62.02,0.0,44.94,1.0,44.94,62.02,62.02,0.0,61.66,3.4699999999999998,121.3,7.76,5.5600000000000005,70.03,13.56,1.6,43.53,6.47,28.18,1.46,0.0,0.33448 -house055.xml,63.3,1.76,65.56,5.61,2.82,37.5,10.68,1.18,24.26,5.91,18.6,1.01,0.0,0.33858,75.6,6117.37,7633.95,1.06,48.74,1.0,48.74,63.3,63.3,0.0,44.3,1.0,44.3,63.3,63.3,0.0,63.12,1.83,65.72,5.61,2.93,37.63,10.68,1.18,24.26,5.91,18.6,1.01,0.0,0.33858 -house056.xml,62.54,24.82,6.27,11.92,39.74,4.02,20.93,21.34,2.39,11.91,24.34,2.61,0.0,0.20218,157.52,7069.66,4439.65,1.0109,54.32,1.0,54.32,62.54,62.54,0.0,49.71,1.0,49.71,62.54,62.54,0.0,59.06,29.49,5.77,11.92,47.2,3.79,20.93,21.34,2.39,11.91,24.34,2.61,0.0,0.20218 -house057.xml,82.11,17.85,5.06,9.98,28.46,3.27,11.54,16.06,3.52,3.24,19.13,11.34,0.0,0.16313,139.1,5048.73,3577.62,1.0145,57.67,1.0,57.67,82.11,82.11,0.0,53.64,1.0,53.64,82.11,82.11,0.0,78.15,20.98,4.67,9.98,33.44,3.1,11.54,16.06,3.52,3.24,19.13,11.34,0.0,0.16313 -house058.xml,64.2,3.14,82.85,6.7,5.03,47.92,12.51,1.48,29.18,10.89,21.41,0.9,0.0,0.33346,78.96,7753.54,9699.18,1.0124,50.4,1.0,50.4,64.2,64.2,0.0,45.79,1.0,45.79,64.2,64.2,0.0,63.23,3.67,83.91,6.7,5.87,48.71,12.51,1.48,29.18,10.89,21.41,0.9,0.0,0.33346 -house059.xml,55.13,7.23,3.65,7.98,5.69,1.81,15.01,2.68,0.58,6.95,14.27,0.12,0.0,0.19288,104.47,2432.37,2166.77,1.0745,50.19,1.0,50.19,55.13,55.13,0.0,46.43,1.0,46.43,55.13,55.13,0.0,54.44,7.9,3.5,7.98,6.12,1.75,15.02,2.68,0.58,6.95,14.27,0.12,0.0,0.19288 -house060.xml,69.84,30.92,34.3,11.51,49.46,20.56,19.93,38.769999999999996,12.129999999999999,13.8,27.47,0.0,0.0,0.22989,87.15,15174.41,17227.68,1.0107,49.57,1.0,49.57,69.84,69.84,0.0,46.09,1.0,46.09,69.84,69.84,0.0,67.83,33.78,34.08,11.51,54.04,20.93,19.93,38.769999999999996,12.129999999999999,13.8,27.47,0.0,0.0,0.22989 -house061.xml,61.97,6.27,3.1,5.79,9.99,1.86,6.81,9.3,0.45,4.66,9.07,0.18,0.0,0.22161,87.96,2933.6,3113.96,1.0711,56.86,1.0,56.86,61.97,61.97,0.0,48.4,1.0,48.4,61.97,61.97,0.0,63.47,5.54,3.16,5.79,8.84,1.86,6.8,9.3,0.45,4.66,9.07,0.18,0.0,0.22161 -house062.xml,72.85,10.03,9.1,5.19,7.73,5.29,6.19,7.85,3.62,4.75,9.72,0.0,0.0,0.24685,73.43,4578.78,5860.5,1.064,48.54,1.0,48.54,72.85,72.85,0.0,45.13,1.0,45.13,72.85,72.85,0.0,74.01,9.48,9.15,5.19,7.32,5.23,6.19,7.85,3.62,4.75,9.72,0.0,0.0,0.24685 -house063.xml,76.94,16.02,40.47,6.02,25.65,23.79,12.48,21.25,15.82,9.48,20.91,3.96,0.0,0.25312,103.2,10655.25,10267.68,1.0056,48.81,1.0,48.81,76.94,76.94,0.0,46.11,1.0,46.11,76.94,76.94,0.0,75.43,17.11,40.62,6.02,27.4,24.25,12.48,21.25,15.82,9.48,20.91,3.96,0.0,0.25312 -house064.xml,69.21,14.03,32.64,6.02,22.47,19.26,12.18,16.43,12.23,8.4,16.88,2.03,0.0,0.27414,94.01,8354.38,8544.04,1.0401,53.37,1.0,53.37,69.21,69.21,0.0,50.18,1.0,50.18,69.21,69.21,0.0,67.81,14.96,32.77,6.02,23.97,19.65,12.18,16.43,12.23,8.4,16.88,2.03,0.0,0.27414 -house065.xml,75.39,15.83,42.47,8.99,25.37,25.52,16.33,22.57,16.26,12.28,24.39,4.55,0.0,0.25212,101.1,11919.81,11388.15,1.0353,47.59,1.0,47.59,75.39,75.39,0.0,44.96,1.0,44.96,75.39,75.39,0.0,74.01,16.99,42.63,8.99,27.22,25.99,16.33,22.57,16.26,12.28,24.39,4.55,0.0,0.25212 -house066.xml,73.46,11.47,31.25,7.53,8.52,18.18,8.76,5.67,12.52,6.43,17.87,3.56,0.0,0.2616,74.91,6852.93,8726.98,1.0483,43.8,1.0,43.8,73.46,73.46,0.0,42.08,1.0,42.08,73.46,73.46,0.0,72.45,12.14,31.34,7.53,8.99,18.42,8.76,5.67,12.52,6.43,17.87,3.56,0.0,0.2616 -house067.xml,59.76,14.71,37.4,7.53,23.56,22.33,14.12,14.56,12.66,7.79,19.7,0.54,0.0,0.29232,80.14,8296.04,9989.84,1.0362,48.3,1.0,48.3,59.76,59.76,0.0,45.66,1.0,45.66,59.76,59.76,0.0,58.39,15.93,37.57,7.53,25.53,22.84,14.12,14.56,12.66,7.79,19.7,0.54,0.0,0.29232 -house068.xml,72.35,24.060000000000002,51.97,7.53,38.54,31.03,14.45,26.479999999999997,17.16,10.92,26.97,5.51,0.0,0.25133,98.68,12976.57,13470.69,0.9762,49.72,1.0,49.72,72.35,72.35,0.0,46.83,1.0,46.83,72.35,72.35,0.0,69.03,27.66,52.52,7.53,44.31,32.5,14.45,26.479999999999997,17.16,10.92,26.97,5.51,0.0,0.25133 -house069.xml,72.87,25.33,47.03,7.53,40.58,27.79,14.17,29.85,16.78,10.52,23.07,3.75,0.0,0.27518,101.82,12500.46,12399.45,0.9901,55.38,1.0,55.38,72.87,72.87,0.0,52.21,1.0,52.21,72.87,72.87,0.0,69.25,28.93,47.59,7.53,46.34,29.23,14.17,29.85,16.78,10.52,23.07,3.75,0.0,0.27518 -house070.xml,46.75,86.82,25.47,11.78,64.37,14.21,13.09,22.1,3.14,8.92,35.8,0.44,0.0,0.20285,48.49,7867.09,17074.76,0.9503,50.76,1.0,50.76,46.75,46.75,1.0,45.92,1.0,45.92,46.75,46.75,0.0,43.03,101.88,24.92,11.78,75.8,14.72,13.09,22.1,3.14,8.92,35.8,0.44,0.0,0.20285 -house071.xml,74.94,19.66,9.01,9.86,15.69,5.11,11.47,17.650000000000002,2.22,8.07,12.67,0.39,0.0,0.19783,76.42,4722.33,5874.42,1.0519,50.94,1.0,50.94,74.94,74.94,0.0,46.5,1.0,46.5,74.94,74.94,0.0,71.68,22.34,8.83,9.86,17.85,5.17,11.47,17.650000000000002,2.22,8.07,12.67,0.39,0.0,0.19783 -house072.xml,61.1,87.19,1.38,10.46,136.88,1.82,18.74,86.41,0.94,11.49,21.11,0.58,0.0,0.22904,154.75,15958.57,10490.45,0.983,55.18,1.0,55.18,61.1,61.1,0.0,48.91,1.0,48.91,61.1,61.1,0.0,55.31,101.36000000000001,1.12,10.46,158.98000000000002,1.73,18.77,86.41,0.94,11.49,21.11,0.58,0.0,0.22904 -house073.xml,32.75,116.80000000000001,27.15,11.78,96.12,15.19,26.8,24.89,13.54,32.45,44.5,3.05,0.0,0.16486,68.83,13625.92,20762.54,0.9535,49.1,1.0,49.1,54.4,54.4,0.0,46.66,1.0,46.66,54.4,54.4,0.0,46.83,133.43,26.689999999999998,11.78,109.97,15.71,26.83,24.89,13.54,32.45,44.5,3.05,0.0,0.16486 -house074.xml,72.15,14.0,33.83,7.53,10.23,19.71,8.68,6.19,13.48,6.54,21.4,0.8,0.0,0.24366,73.89,7235.51,9300.07,1.0529,43.65,1.0,43.65,72.15,72.15,0.0,42.07,1.0,42.07,72.15,72.15,0.0,70.59,15.12,33.94,7.53,10.98,20.15,8.68,6.19,13.48,6.54,21.4,0.8,0.0,0.24366 -house075.xml,64.56,31.54,16.04,11.39,50.4,10.13,19.4,31.43,5.36,18.5,17.85,0.0,0.0,0.21661,85.65,11429.22,12866.93,1.0371,46.19,1.0,46.19,64.56,64.56,0.0,43.55,1.0,43.55,64.56,64.56,0.0,61.41,35.45,15.99,11.39,56.64,10.35,19.42,31.43,5.36,18.5,17.85,0.0,0.0,0.21661 -house076.xml,61.83,8.19,5.02,5.79,13.06,3.62,12.14,9.05,2.16,7.23,10.13,0.71,0.0,0.19932,104.08,3891.26,3513.96,1.0639,51.37,1.0,51.37,61.83,61.83,0.0,44.9,1.0,44.9,61.83,61.83,0.0,63.27,7.43,5.11,5.79,11.84,3.62,12.13,9.05,2.16,7.23,10.13,0.71,0.0,0.19932 -house077.xml,70.45,12.23,5.16,8.66,19.53,3.8,9.54,9.08,2.02,7.33,9.98,7.89,0.0,0.22588,75.07,7485.39,9260.8,1.0768,53.84,1.0,53.84,70.45,70.45,0.0,42.79,1.0,42.79,70.45,70.45,0.0,73.79,10.17,5.41,8.66,16.24,3.85,9.53,9.08,2.02,7.33,9.98,7.89,0.0,0.22588 -house078.xml,57.33,29.39,57.78,8.99,47.09,33.07,16.27,23.25,17.58,9.48,27.77,0.59,0.0,0.26667,78.95,11856.05,15211.15,0.9872,53.16,1.0,53.16,57.33,57.33,0.0,50.05,1.0,50.05,57.33,57.33,0.0,54.73,33.43,58.3,8.99,53.56,34.47,16.27,23.25,17.58,9.48,27.77,0.59,0.0,0.26667 -house079.xml,49.31,44.94,3.09,10.35,31.57,1.54,12.36,12.94,0.13,3.25,22.67,0.0,0.0,0.21701,49.37,2724.11,5681.4,0.9713,54.86,1.0,54.86,49.31,49.31,1.0,50.48,1.0,50.48,49.31,49.31,1.0,45.51,53.519999999999996,2.66,10.35,37.19,1.35,12.36,12.94,0.13,3.25,22.67,0.0,0.0,0.21701 -house080.xml,41.24,31.14,63.93,8.99,22.71,37.48,10.83,6.7,12.77,1.82,23.91,1.35,0.0,0.2782,43.05,7048.71,16827.05,0.9731,45.88,1.0,45.88,41.24,41.24,1.0,44.33,1.0,44.33,41.24,41.24,1.0,39.09,36.2,64.73,8.99,26.14,39.54,10.84,6.7,12.77,1.82,23.91,1.35,0.0,0.2782 -house081.xml,65.24,5.0,4.43,5.6,4.46,2.58,6.34,2.82,1.1,5.53,8.87,0.3,0.0,0.16808,67.28,3201.54,4182.91,1.1376,42.0,1.0,42.0,65.24,65.24,0.0,40.62,1.0,40.62,65.24,65.24,0.0,64.94,5.14,4.42,5.6,4.56,2.58,6.34,2.82,1.1,5.53,8.87,0.3,0.0,0.16808 -house082.xml,60.48,34.44,69.22,10.42,55.16,40.19,18.41,38.48,20.950000000000003,9.12,30.37,3.22,0.0,0.26379,86.55,15320.33,17970.45,0.9851,54.17,1.0,54.17,60.48,60.48,0.0,50.91,1.0,50.91,60.48,60.48,0.0,57.4,39.98,69.94,10.42,64.04,42.1,18.41,38.48,20.950000000000003,9.12,30.37,3.22,0.0,0.26379 -house083.xml,53.38,3.38,12.47,4.43,2.77,7.35,5.4,1.27,3.75,3.87,8.79,0.22,0.0,0.32017,55.55,2651.27,4240.13,1.1256,49.76,1.0,49.76,53.38,53.38,0.0,44.73,1.0,44.73,53.38,53.38,0.0,53.79,3.19,12.45,4.43,2.65,7.29,5.4,1.27,3.75,3.87,8.79,0.22,0.0,0.32017 -house084.xml,12.28,69.99,16.54,10.5,114.79,10.85,18.32,77.33,5.64,14.66,29.28,1.64,0.0,0.16381,128.33,12605.81,10013.55,0.981,54.58,1.0,54.58,64.58,64.58,0.0,50.96,1.0,50.96,64.58,64.58,0.0,55.66,78.34,16.369999999999997,10.5,128.13,10.81,18.34,77.33,5.64,14.66,29.28,1.64,0.0,0.16381 -house085.xml,-26.04,51.03,14.44,14.54,38.73,7.3100000000000005,16.3,30.36,0.83,2.81,24.8,0.0,0.0,0.22627,-7.67,-650.06,8527.63,0.9941,51.36,1.0,51.36,58.93,58.93,0.0,47.13,1.0,47.13,58.93,58.93,0.0,51.42,62.76,14.3,14.54,46.91,7.27,16.31,30.36,0.83,2.81,24.8,0.0,0.0,0.22627 -house086.xml,52.65,20.92,19.85,8.83,15.73,11.27,10.27,10.32,5.11,1.67,15.34,0.87,0.21,0.30165,53.37,6039.53,10858.12,1.0422,49.82,1.0,49.82,52.65,52.65,0.0,48.52,1.0,48.52,52.65,52.65,0.0,52.29,21.3,19.76,8.83,16.06,11.32,10.27,10.32,5.11,1.67,15.34,0.87,0.21,0.30165 -house087.xml,47.12,7.17,4.55,5.79,5.93,2.63,12.14,3.02,1.62,6.83,8.05,0.16,0.0,0.22972,75.48,2636.27,3199.25,1.0917,45.82,1.0,45.82,47.12,47.12,0.0,41.93,1.0,41.93,47.12,47.12,0.0,47.33,7.03,4.57,5.79,5.82,2.63,12.14,3.02,1.62,6.83,8.05,0.16,0.0,0.22972 -house088.xml,55.33,54.44,23.81,11.39,86.92,14.48,19.76,47.34,6.19,15.73,22.03,0.52,0.0,0.27174,97.6,12885.53,13302.17,0.9925,50.71,1.0,50.71,55.33,55.33,0.0,47.84,1.0,47.84,55.33,55.33,0.0,51.68,62.6,23.78,11.39,99.94,14.97,19.77,47.34,6.19,15.73,22.03,0.52,0.0,0.27174 +house001.xml,57.76,12.04,1.9,6.49,19.24,2.13,12.5,9.83,1.2,9.82,9.87,0.79,0.0,0.2337,66.73,5820.02,8128.82,1.0729,52.51,1.0,52.51,57.76,57.76,0.0,43.77,1.0,43.77,57.76,57.76,0.0,59.53,10.95,1.95,6.49,17.49,2.14,12.49,9.77,1.19,9.82,9.87,0.79,0.0,0.2337 +house002.xml,70.03,52.28,21.46,9.53,42.18,12.3,10.55,27.38,6.38,9.44,23.96,1.79,0.0,0.1847,70.93,12549.73,17993.34,0.9834,50.44,1.0,50.44,70.03,70.03,0.0,48.2,1.0,48.2,70.03,70.03,0.0,64.81,60.6,21.55,9.53,48.76,12.83,10.55,27.26,6.33,9.44,23.96,1.79,0.0,0.1847 +house003.xml,62.31,28.58,21.76,8.82,31.77,12.48,16.03,19.48,6.89,7.24,21.93,1.14,0.0,0.24242,73.31,9422.47,12949.23,0.9926,48.55,1.0,48.55,62.31,62.31,0.0,46.61,1.0,46.61,62.31,62.31,0.0,59.49,31.91,21.59,8.82,35.0,12.88,16.04,19.3,6.83,7.24,21.93,1.14,0.0,0.24242 +house004.xml,61.02,50.75,2.78,13.08,47.08,1.43,14.34,30.81,0.31,5.38,15.86,3.1,0.0,0.31979,66.54,4965.87,7146.14,1.0443,55.96,1.0,55.96,61.02,61.02,0.0,48.6,1.0,48.6,61.02,61.02,0.0,55.41,60.64,2.39,13.08,55.71,1.27,14.34,30.71,0.3,5.39,15.86,3.1,0.0,0.31979 +house005.xml,57.03,6.51,3.93,5.78,5.4,2.32,12.14,1.36,1.64,4.05,8.82,1.79,0.0,0.20297,79.36,2693.34,3148.74,1.0778,48.65,1.0,48.65,57.03,57.03,0.0,43.19,1.0,43.19,57.03,57.03,0.0,58.11,5.88,3.98,5.78,4.94,2.31,12.13,1.36,1.63,4.05,8.82,1.79,0.0,0.20297 +house006.xml,71.85,32.58,20.6,10.53,24.42,11.89,11.82,16.759999999999998,7.44,10.51,21.22,1.46,0.0,0.23947,73.11,10215.72,13716.3,1.0188,45.74,1.0,45.74,71.85,71.85,0.0,43.88,1.0,43.88,71.85,71.85,0.0,69.62,34.74,20.48,10.53,26.14,12.16,11.82,16.64,7.390000000000001,10.51,21.22,1.46,0.0,0.23947 +house007.xml,74.92,19.67,4.42,8.84,16.56,2.57,9.87,12.72,0.62,8.47,14.78,1.35,0.0,0.23468,77.02,9283.48,11405.48,1.0568,55.7,1.0,55.7,74.92,74.92,0.0,45.64,1.0,45.64,74.92,74.92,0.0,76.85,18.27,4.49,8.84,15.45,2.58,9.87,12.72,0.62,8.47,14.78,1.35,0.0,0.23468 +house008.xml,62.83,97.93,10.48,13.21,156.04,6.84,22.24,83.83,3.61,14.79,37.21,0.33,0.0,0.20056,73.7,24542.46,34248.48,0.9724,50.8,1.0,50.8,62.83,62.83,0.0,46.59,1.0,46.59,62.83,62.83,0.0,57.37,112.91,10.14,13.21,179.91,6.86,22.26,83.55,3.59,14.79,37.21,0.33,0.0,0.20056 +house009.xml,62.12,20.07,41.91,8.98,32.15,24.99,16.37,17.54,13.4,12.34,23.2,0.59,0.0,0.28591,85.25,10063.87,11523.02,1.0244,48.62,1.0,48.62,62.12,62.12,0.0,45.57,1.0,45.57,62.12,62.12,0.0,59.52,22.61,42.33,8.98,36.23,26.02,16.37,17.4,13.34,12.34,23.2,0.59,0.0,0.28591 +house010.xml,63.1,53.03,138.29,7.1,84.86,76.69,13.56,43.65,41.65,6.14,42.98,2.39,0.0,0.28128,96.04,17425.41,20023.48,0.9061,54.29,1.0,54.29,63.11,63.11,0.0,48.99,1.0,48.99,63.11,63.11,0.0,60.46,59.64,141.51,7.1,95.42,78.61,13.56,43.09,41.45,6.14,42.98,2.39,0.0,0.28128 +house011.xml,61.15,12.48,6.29,7.88,19.97,4.54,8.9,11.29,1.71,8.21,12.54,0.17,0.0,0.27469,85.86,4126.44,4489.54,1.0705,52.25,1.0,52.25,61.15,61.15,0.0,48.92,1.0,48.92,61.15,61.15,0.0,64.19,10.26,6.43,7.88,16.41,4.52,8.89,11.21,1.7,8.21,12.54,0.17,0.0,0.27469 +house012.xml,49.98,35.25,2.67,11.63,29.96,1.5,12.67,8.89,0.51,10.72,14.54,1.29,0.0,0.31657,51.21,5457.62,10186.74,1.0463,51.54,1.0,51.54,49.98,49.98,1.0,44.14,1.0,44.14,49.98,49.98,0.0,46.09,41.31,2.51,11.63,34.89,1.48,12.68,8.85,0.5,10.72,14.54,1.29,0.0,0.31657 +house013.xml,58.78,12.89,1.84,10.35,9.38,0.87,11.96,7.0,0.18,3.37,13.73,0.64,0.0,0.16878,57.32,1713.95,2835.82,1.0545,52.68,1.0,52.68,58.78,58.78,0.0,47.39,1.0,47.39,58.78,58.78,0.0,57.67,13.89,1.75,10.35,10.02,0.83,11.96,6.96,0.18,3.37,13.73,0.64,0.0,0.16878 +house014.xml,55.21,89.78,28.38,15.5,66.25999999999999,15.43,17.19,32.129999999999995,7.0200000000000005,3.68,36.31,4.19,0.0,0.25794,55.95,9567.33,17332.22,0.9866,47.73,1.0,47.73,55.21,55.21,0.0,45.64,1.0,45.64,55.21,55.21,0.0,50.69,105.25,27.950000000000003,15.5,77.37,15.98,17.19,31.97,6.99,3.68,36.31,4.19,0.0,0.25794 +house015.xml,16.81,0.24,22.02,3.31,0.29,11.91,5.92,0.22,5.68,1.44,9.58,0.21,0.0,0.27906,22.61,879.81,3428.72,1.1347,49.72,1.0,49.72,49.79,49.79,1.0,47.7,1.0,47.7,49.79,49.79,0.0,47.22,0.26,22.07,3.31,0.3,11.95,5.92,0.22,5.68,1.44,9.58,0.21,0.0,0.27906 +house016.xml,51.47,0.68,72.4,5.6,0.59,39.1,11.56,0.27,18.45,10.51,18.36,0.37,0.0,0.27656,72.19,6034.72,8021.68,1.0421,51.03,1.0,51.03,51.47,51.47,1.0,48.89,1.0,48.89,51.47,51.47,0.0,51.19,0.74,72.62,5.6,0.63,39.27,11.56,0.26,18.39,10.51,18.36,0.37,0.0,0.27656 +house017.xml,68.86,21.09,5.69,10.94,33.64,3.81,18.88,38.11,1.38,9.12,15.65,0.48,0.0,0.20238,178.48,8333.43,4457.16,1.0475,51.98,1.0,51.98,68.86,68.86,0.0,47.62,1.0,47.62,68.86,68.86,0.0,65.01,24.56,5.49,10.94,39.16,3.72,18.9,37.93,1.36,9.12,15.65,0.48,0.0,0.20238 +house018.xml,31.41,152.35,32.51,17.32,242.78,21.23,27.24,130.58,9.46,18.24,48.13,0.9,0.0,0.22627,99.88,24784.06,25888.62,0.9585,51.15,1.0,51.15,54.5,54.5,0.0,46.48,1.0,46.48,54.5,54.5,0.0,45.67,174.38,32.08,17.32,277.63,21.75,27.24,129.85999999999999,9.370000000000001,18.24,48.13,0.9,0.0,0.22627 +house019.xml,63.49,98.88,10.34,13.21,157.73,6.93,22.25,100.48,2.06,15.29,29.63,4.56,0.0,0.19183,76.12,25759.09,34654.39,0.9765,51.33,1.0,51.33,63.49,63.49,0.0,46.77,1.0,46.77,63.49,63.49,0.0,57.88,114.72,9.99,13.21,182.8,6.91,22.26,100.14,2.04,15.29,29.63,4.57,0.0,0.19183 +house020.xml,39.66,90.81,13.25,13.07,105.31,7.56,14.11,93.78,5.14,13.08,33.29,3.62,0.0,0.26005,114.01,13142.48,11779.44,0.9786,56.24,1.0,56.24,82.74,82.74,0.0,51.99,1.0,51.99,82.74,82.74,0.0,71.76,103.48,12.89,13.07,119.48,7.409999999999999,14.11,93.78,5.14,13.08,33.29,3.62,0.0,0.26005 +house021.xml,59.62,55.49,8.08,15.32,88.42,5.49,24.63,50.81,4.02,17.77,19.52,2.69,0.0,0.27059,65.92,16180.7,23394.12,1.0493,52.86,1.0,52.86,59.62,59.62,0.0,47.74,1.0,47.74,59.62,59.62,0.0,55.43,63.27,7.84,15.32,100.82,5.53,24.64,50.65,3.98,17.78,19.52,2.69,0.0,0.27059 +house022.xml,54.42,0.53,53.82,4.49,0.5,29.56,5.69,0.67,13.95,2.27,15.85,2.09,0.0,0.24283,61.95,4112.05,6387.27,1.0392,50.79,1.0,50.79,54.42,54.42,0.0,48.51,1.0,48.51,54.42,54.42,0.0,53.99,0.6,54.04,4.49,0.54,29.72,5.69,0.66,13.85,2.27,15.85,2.09,0.0,0.24283 +house023.xml,71.93,16.78,39.81,6.02,12.26,22.65,7.25,7.7,14.52,5.83,18.81,3.75,0.0,0.26061,73.75,7588.84,10231.14,1.0058,45.7,1.0,45.7,71.93,71.93,0.0,43.93,1.0,43.93,71.93,71.93,0.0,70.4,17.87,39.99,6.02,12.96,23.1,7.25,7.64,14.49,5.83,18.81,3.77,0.0,0.26061 +house024.xml,67.82,22.25,45.13,8.98,35.65,26.99,16.04,24.01,14.45,12.51,23.87,3.91,0.0,0.27112,94.0,11735.19,12366.49,1.0095,52.7,1.0,52.7,67.82,67.82,0.0,49.65,1.0,49.65,67.82,67.82,0.0,64.75,25.36,45.67,8.98,40.64,28.23,16.04,23.84,14.41,12.51,23.87,3.92,0.0,0.27112 +house025.xml,9.57,108.4,19.72,12.53,79.88,10.44,13.85,39.5,5.279999999999999,2.62,36.68,2.69,0.0,0.1577,22.73,2945.48,13522.61,0.9581,51.17,1.0,51.17,56.37,56.37,0.0,46.04,1.0,46.04,56.37,56.37,0.0,49.64,122.4,19.82,12.53,89.8,10.51,13.86,39.150000000000006,5.140000000000001,2.62,36.68,2.69,0.0,0.1577 +house026.xml,64.87,12.1,29.63,7.52,19.38,17.89,14.1,10.69,10.07,14.24,18.96,0.46,0.0,0.21412,91.12,8118.38,8528.77,1.0446,46.92,1.0,46.92,64.87,64.87,0.0,44.33,1.0,44.33,64.87,64.87,0.0,62.94,13.43,29.84,7.52,21.51,18.43,14.1,10.6,10.06,14.24,18.96,0.46,0.0,0.21412 +house027.xml,65.78,16.18,37.8,7.52,25.93,22.55,14.42,16.49,12.36,11.69,19.66,3.4,0.0,0.30312,89.42,9484.08,10219.85,1.0378,51.76,1.0,51.76,65.78,65.78,0.0,48.72,1.0,48.72,65.78,65.78,0.0,64.33,17.26,37.97,7.52,27.65,23.0,14.42,16.36,12.29,11.69,19.66,3.41,0.0,0.30312 +house028.xml,65.51,23.19,48.36,10.4,16.72,28.16,11.65,9.64,16.64,8.78,25.75,0.73,0.0,0.28673,67.69,9265.91,13437.43,1.0187,44.5,1.0,44.5,65.51,65.51,0.0,42.75,1.0,42.75,65.51,65.51,0.0,62.56,26.49,48.92,10.4,18.92,29.35,11.65,9.55,16.55,8.78,25.75,0.73,0.0,0.28673 +house029.xml,61.19,22.83,47.519999999999996,8.98,36.58,28.82,16.04,22.759999999999998,14.42,9.36,26.58,0.63,0.0,0.25564,84.92,11058.07,13021.85,0.9999,49.15,1.0,49.15,61.19,61.19,0.0,46.18,1.0,46.18,61.19,61.19,0.0,58.25,26.22,48.11,8.98,42.019999999999996,30.17,16.04,22.59,14.36,9.36,26.58,0.63,0.0,0.25564 +house030.xml,59.56,29.12,57.800000000000004,10.4,46.660000000000004,34.86,17.92,29.0,19.169999999999998,9.28,27.83,0.75,0.0,0.29441,82.79,12949.95,15600.7,1.0026,49.96,1.0,49.96,59.56,59.56,0.0,46.79,1.0,46.79,59.56,59.56,0.0,56.53,33.25,58.510000000000005,10.4,53.269999999999996,36.5,17.92,28.78,19.07,9.28,27.83,0.75,0.0,0.29441 +house031.xml,55.67,122.38,19.91,14.53,89.89,10.52,17.32,44.14,7.38,3.35,36.31,2.99,0.0,-0.03245,55.26,8084.23,14537.82,1.0064,49.52,1.0,49.52,55.67,55.67,0.0,44.79,1.0,44.79,55.67,55.67,0.0,51.8,137.31,19.98,14.53,100.09,10.58,17.33,43.849999999999994,7.22,3.35,36.31,2.99,0.0,-0.03245 +house032.xml,69.12,26.45,56.58,8.98,42.35,33.69,16.32,28.16,19.95,13.06,25.94,4.63,0.0,0.26785,102.77,15076.83,14404.38,1.0185,54.35,1.0,54.35,69.12,69.12,0.0,51.08,1.0,51.08,69.12,69.12,0.0,67.29,28.33,56.89,8.98,45.36,34.47,16.32,27.950000000000003,19.869999999999997,13.06,25.94,4.64,0.0,0.26785 +house033.xml,64.08,69.79,28.21,11.38,111.4,17.77,19.4,85.27000000000001,6.92,10.67,31.31,0.0,0.0,0.22298,90.92,21003.17,23826.0,0.9695,51.96,1.0,51.96,64.08,64.08,0.0,49.01,1.0,49.01,64.08,64.08,0.0,59.14,81.27,28.25,11.38,129.69,18.439999999999998,19.41,84.96000000000001,6.869999999999999,10.67,31.31,0.0,0.0,0.22298 +house034.xml,62.0,19.58,4.49,9.97,31.35,3.1,18.48,16.44,2.01,10.85,19.99,2.23,0.0,0.18766,154.53,5829.24,3667.0,1.0287,55.47,1.0,55.47,62.0,62.0,0.0,50.23,1.0,50.23,62.0,62.0,0.0,60.47,21.05,4.38,9.97,33.7,3.05,18.48,16.33,2.0,10.85,19.99,2.23,0.0,0.18766 +house035.xml,69.15,52.41,6.54,11.06,83.58,4.78,12.38,66.84,2.14,10.01,19.93,0.48,0.0,0.19291,79.32,17981.62,22757.16,0.9962,55.49,1.0,55.49,69.15,69.15,0.0,49.45,1.0,49.45,69.15,69.15,0.0,64.58,59.6,6.31,11.06,94.97,4.77,12.39,66.61,2.13,10.01,19.93,0.48,0.0,0.19291 +house036.xml,67.81,61.66,8.83,8.65,98.37,6.0,15.94,67.66,3.25,9.11,27.74,2.31,0.0,0.18742,79.08,18750.21,24189.68,0.9801,55.04,1.0,55.04,67.84,67.84,0.0,49.86,1.0,49.86,67.84,67.84,0.0,63.21,69.77,8.62,8.65,111.19,5.95,15.96,67.41,3.21,9.11,27.74,2.31,0.0,0.18742 +house037.xml,66.19,65.22,6.7,13.21,104.08,4.85,14.55,69.36,2.91,10.98,21.05,0.36,0.0,0.19359,77.43,19020.41,24302.42,1.0108,52.5,1.0,52.5,66.19,66.19,0.0,47.95,1.0,47.95,66.19,66.19,0.0,60.9,74.86,6.5,13.21,119.28,4.88,14.55,69.13,2.89,10.98,21.04,0.36,0.0,0.19359 +house038.xml,64.34,39.59,39.95,9.92,35.17,22.439999999999998,17.56,24.24,11.92,12.24,27.53,0.82,0.0,0.26729,72.75,13875.45,19611.31,0.9725,47.1,1.0,47.1,64.34,64.34,0.0,45.15,1.0,45.15,64.34,64.34,0.0,61.9,43.4,39.88,9.92,38.14,23.0,17.57,24.07,11.86,12.24,27.53,0.82,0.0,0.26729 +house039.xml,50.49,73.75,20.45,16.5,117.63,13.370000000000001,29.68,127.95,6.52,24.88,35.97,0.0,0.0,0.09402,207.28,23085.07,11165.18,0.9975,53.34,1.0,53.34,88.47,88.47,0.0,49.73,1.0,49.73,88.47,88.47,0.0,73.17,88.05,20.47,16.5,140.43,13.39,29.69,127.38999999999999,6.4,24.88,35.97,0.0,0.0,0.09402 +house040.xml,63.72,125.23,12.53,11.06,199.61,8.07,19.45,112.4,9.08,15.31,32.2,2.19,0.0,0.18488,74.89,29298.14,40890.77,0.9568,52.47,1.0,52.47,63.72,63.72,0.0,49.95,1.0,49.95,63.72,63.72,0.0,58.87,141.11,12.19,11.06,224.86,7.83,19.46,112.01,8.97,15.31,32.2,2.19,0.0,0.18488 +house041.xml,77.71,25.92,8.19,12.53,41.33,5.19,20.93,28.79,3.93,20.38,23.35,0.0,0.0,0.13117,172.66,9469.77,5357.71,1.0237,52.86,1.0,52.86,77.71,77.71,0.0,46.88,1.0,46.88,77.71,77.71,0.0,74.72,28.64,8.11,12.53,45.67,5.16,20.94,28.61,3.88,20.38,23.35,0.0,0.0,0.13117 +house042.xml,87.34,50.29,21.04,11.38,80.32,12.94,19.73,78.35,9.95,15.56,27.08,0.0,0.0,0.21957,113.24,20529.03,18173.5,0.9976,49.64,1.0,49.64,87.34,87.34,0.0,46.76,1.0,46.76,87.34,87.34,0.0,81.17,58.04,21.04,11.38,92.68,13.39,19.75,78.07,9.89,15.56,27.08,0.0,0.0,0.21957 +house043.xml,-7.5,17.07,5.25,10.49,13.22,2.76,11.8,1.09,1.31,2.61,14.82,0.79,0.0,0.30155,0.52,23.03,4273.93,1.0351,50.16,1.0,50.16,37.73,37.73,1.0,45.28,1.0,45.28,37.73,37.73,1.0,35.68,17.23,5.25,10.49,13.32,2.76,11.8,1.08,1.29,2.61,14.82,0.79,0.0,0.30155 +house044.xml,68.4,19.58,3.34,6.35,31.26,2.8,7.66,25.57,1.86,5.34,9.41,0.52,0.0,0.16593,76.45,7639.14,9479.06,1.0542,51.76,1.0,51.76,68.4,68.4,0.0,48.17,1.0,48.17,68.4,68.4,0.0,66.92,20.47,3.31,6.35,32.67,2.81,7.66,25.5,1.85,5.34,9.41,0.52,0.0,0.16593 +house045.xml,89.32,75.15,43.12,12.22,56.22,24.76,21.3,48.73,18.17,33.3,39.83,4.48,0.0,0.22036,100.48,25616.31,26558.95,0.9599,49.78,1.0,49.78,89.32,89.32,0.0,45.24,1.0,45.24,89.32,89.32,0.0,83.31,85.89,42.6,12.22,64.12,25.71,21.3,48.27,18.03,33.3,39.83,4.48,0.0,0.22036 +house046.xml,-4.25,75.54,12.03,12.93,62.79,6.75,13.96,13.56,1.43,10.54,17.56,3.05,0.0,0.27773,9.85,2776.7,28341.32,0.9951,49.58,1.0,49.58,37.24,37.24,1.0,44.16,1.0,44.16,37.24,37.24,1.0,32.41,87.5,11.68,12.93,72.57,6.88,13.97,13.5,1.41,10.54,17.56,3.05,0.0,0.27773 +house047.xml,63.4,32.67,9.13,10.49,52.03,5.62,11.8,45.16,2.38,2.72,20.95,0.36,0.0,0.20922,169.27,10482.82,6166.38,1.0043,58.09,1.0,58.09,63.4,63.4,0.0,53.2,1.0,53.2,63.4,63.4,0.0,58.63,39.21,9.07,10.49,62.45,5.6,11.81,44.97,2.33,2.72,20.95,0.36,0.0,0.20922 +house048.xml,65.66,1.99,65.89,5.6,3.18,37.77,10.94,0.73,25.07,7.58,19.73,0.66,0.0,0.33388,82.32,6685.28,7679.0,1.0576,50.68,1.0,50.68,65.66,65.66,0.0,46.14,1.0,46.14,65.66,65.66,0.0,65.23,2.1,66.11,5.6,3.36,37.94,10.94,0.71,24.98,7.58,19.73,0.66,0.0,0.33388 +house049.xml,52.33,13.9,3.13,7.97,10.16,1.6,16.62,3.5,0.56,8.65,12.99,2.15,0.0,0.22435,89.65,2584.1,2741.11,1.0515,49.0,1.0,49.0,52.33,52.33,0.0,44.14,1.0,44.14,52.33,52.33,0.0,51.23,14.88,3.06,7.97,10.81,1.57,16.62,3.48,0.56,8.65,12.99,2.15,0.0,0.22435 +house050.xml,86.58,21.39,4.95,11.91,34.11,3.23,21.35,15.88,2.82,15.6,22.79,13.95,0.0,0.16654,177.85,7496.62,4148.34,1.0161,55.49,1.0,55.49,86.58,86.58,0.0,50.46,1.0,50.46,86.58,86.58,0.0,82.05,25.08,4.7,11.91,39.98,3.13,21.36,15.76,2.79,15.6,22.79,13.96,0.0,0.16654 +house051.xml,52.47,14.12,2.6,9.97,10.4,1.36,18.47,4.24,0.23,8.31,16.47,1.14,0.0,0.17687,87.24,2726.81,3052.02,1.0241,49.26,1.0,49.26,52.47,52.47,0.0,44.36,1.0,44.36,52.47,52.47,0.0,52.59,13.85,2.62,9.97,10.24,1.37,18.47,4.21,0.23,8.31,16.47,1.14,0.0,0.17687 +house052.xml,57.98,13.88,1.65,10.35,10.02,0.79,11.95,4.41,0.12,8.08,12.9,1.26,0.0,0.19344,58.68,1794.7,2889.57,1.0584,52.53,1.0,52.53,57.98,57.98,0.0,47.56,1.0,47.56,57.98,57.98,0.0,57.08,14.63,1.59,10.35,10.52,0.76,11.95,4.38,0.11,8.08,12.9,1.26,0.0,0.19344 +house053.xml,70.4,21.54,4.79,11.91,34.34,3.16,21.31,22.08,2.05,14.94,22.36,0.9,0.0,0.1672,175.77,7359.85,4115.64,1.0174,55.3,1.0,55.3,70.4,70.4,0.0,50.34,1.0,50.34,70.4,70.4,0.0,66.55,25.36,4.55,11.91,40.43,3.06,21.31,21.94,2.04,14.94,22.36,0.9,0.0,0.1672 +house054.xml,62.13,3.6599999999999997,120.32,7.75,5.869999999999999,69.31,13.54,2.06,43.45,6.46,28.17,1.46,0.0,0.33485,71.42,9784.48,13397.34,1.0226,49.72,1.0,49.72,62.13,62.13,0.0,45.1,1.0,45.1,62.13,62.13,0.0,61.61,3.92,120.88,7.75,6.27,69.75,13.54,2.02,43.31,6.46,28.18,1.46,0.0,0.33485 +house055.xml,63.49,2.0,65.22,5.6,3.2,37.28,10.67,1.5,24.19,5.9,18.59,1.01,0.0,0.33858,76.06,6161.86,7643.13,1.06,48.88,1.0,48.88,63.49,63.49,0.0,44.46,1.0,44.46,63.49,63.49,0.0,63.09,2.07,65.37,5.6,3.32,37.41,10.67,1.47,24.08,5.9,18.59,1.01,0.0,0.33858 +house056.xml,62.41,26.09,5.21,11.91,41.75,3.48,20.92,22.98,1.93,11.91,24.13,2.62,0.0,0.20102,161.18,7267.29,4460.55,1.0108,54.6,1.0,54.6,62.41,62.41,0.0,49.69,1.0,49.69,62.41,62.41,0.0,58.66,30.770000000000003,4.94,11.91,49.24,3.36,20.93,22.82,1.92,11.91,24.13,2.62,0.0,0.20102 +house057.xml,81.1,18.8,4.15,9.97,29.97,2.83,11.53,17.14,2.93,3.23,18.95,11.34,0.0,0.16052,141.36,5151.08,3592.51,1.0143,57.67,1.0,57.67,81.1,81.1,0.0,53.16,1.0,53.16,81.1,81.1,0.0,76.84,21.95,3.95,9.97,34.98,2.74,11.53,17.02,2.9,3.23,18.95,11.34,0.0,0.16052 +house058.xml,64.3,3.51,82.46,6.68,5.61,47.66,12.49,1.87,29.08,10.88,21.4,0.91,0.0,0.33374,79.35,7809.25,9721.32,1.0124,50.56,1.0,50.56,64.3,64.3,0.0,45.97,1.0,45.97,64.3,64.3,0.0,63.16,4.05,83.53,6.68,6.48,48.46,12.49,1.83,28.99,10.88,21.4,0.91,0.0,0.33374 +house059.xml,55.15,7.78,2.94,7.97,6.04,1.48,15.04,2.86,0.45,6.95,14.08,0.12,0.0,0.19106,104.21,2425.6,2167.63,1.0738,50.52,1.0,50.52,55.15,55.15,0.0,46.25,1.0,46.25,55.15,55.15,0.0,54.28,8.47,2.86,7.97,6.48,1.44,15.05,2.85,0.45,6.95,14.08,0.12,0.0,0.19106 +house060.xml,70.11,32.08,33.6,11.5,51.33,20.14,19.92,40.68,11.82,13.79,27.35,0.0,0.0,0.23107,87.69,15371.13,17342.2,1.0107,49.88,1.0,49.88,70.11,70.11,0.0,46.26,1.0,46.26,70.11,70.11,0.0,67.84,34.96,33.46,11.5,55.92,20.54,19.92,40.44,11.76,13.79,27.35,0.0,0.0,0.23107 +house061.xml,62.27,6.65,2.97,5.78,10.6,1.78,6.8,9.81,0.44,4.66,8.94,0.18,0.0,0.22047,89.38,2994.11,3128.59,1.0707,57.12,1.0,57.12,62.27,62.27,0.0,48.6,1.0,48.6,62.27,62.27,0.0,63.67,5.91,3.0,5.78,9.43,1.78,6.8,9.75,0.44,4.66,8.94,0.18,0.0,0.22047 +house062.xml,73.15,10.37,8.9,5.18,7.96,5.19,6.18,8.12,3.54,4.75,9.62,0.0,0.0,0.24834,73.7,4609.89,5876.33,1.0644,48.47,1.0,48.47,73.15,73.15,0.0,45.05,1.0,45.05,73.15,73.15,0.0,74.09,9.81,8.94,5.18,7.55,5.12,6.18,8.06,3.52,4.75,9.62,0.0,0.0,0.24834 +house063.xml,77.32,16.56,40.2,6.02,26.53,23.62,12.48,22.2,15.8,9.47,20.83,3.97,0.0,0.25338,104.11,10805.5,10320.75,1.0056,49.07,1.0,49.07,77.32,77.32,0.0,46.29,1.0,46.29,77.32,77.32,0.0,75.57,17.65,40.37,6.02,28.28,24.09,12.47,22.05,15.73,9.47,20.83,3.97,0.0,0.25338 +house064.xml,69.49,14.5,32.36,6.02,23.22,19.08,12.17,17.2,12.15,8.4,16.81,2.04,0.0,0.27452,94.88,8461.47,8573.85,1.0401,53.61,1.0,53.61,69.49,69.49,0.0,50.44,1.0,50.44,69.49,69.49,0.0,67.88,15.43,32.51,6.02,24.72,19.49,12.17,17.09,12.1,8.4,16.81,2.04,0.0,0.27452 +house065.xml,75.84,16.6,41.93,8.98,26.6,25.18,16.31,23.88,16.14,12.28,24.31,4.57,0.0,0.25237,102.25,12105.4,11435.44,1.0353,47.84,1.0,47.84,75.84,75.84,0.0,45.1,1.0,45.1,75.84,75.84,0.0,74.22,17.77,42.12,8.98,28.46,25.66,16.31,23.72,16.06,12.28,24.31,4.58,0.0,0.25237 +house066.xml,73.6,12.04,30.82,7.52,8.89,17.9,8.75,5.99,12.36,6.42,17.79,3.55,0.0,0.26201,75.0,6885.78,8756.77,1.0484,43.86,1.0,43.86,73.6,73.6,0.0,42.13,1.0,42.13,73.6,73.6,0.0,72.41,12.7,30.92,7.52,9.36,18.16,8.75,5.95,12.32,6.42,17.79,3.56,0.0,0.26201 +house067.xml,60.06,15.34,36.99,7.52,24.57,22.07,14.11,15.6,12.52,7.79,19.62,0.54,0.0,0.29327,81.15,8436.4,10030.86,1.0364,48.53,1.0,48.53,60.06,60.06,0.0,45.79,1.0,45.79,60.06,60.06,0.0,58.46,16.57,37.18,7.52,26.54,22.58,14.11,15.48,12.45,7.79,19.62,0.54,0.0,0.29327 +house068.xml,72.67,24.84,51.559999999999995,7.52,39.8,30.78,14.44,27.79,17.060000000000002,10.91,26.89,5.53,0.0,0.25157,99.63,13172.37,13544.16,0.9761,50.01,1.0,50.01,72.67,72.67,0.0,47.01,1.0,47.01,72.67,72.67,0.0,69.11,28.46,52.190000000000005,7.52,45.58,32.28,14.44,27.58,16.98,10.91,26.89,5.55,0.0,0.25157 +house069.xml,73.14,26.07,46.66,7.52,41.77,27.55,14.16,31.09,16.66,10.52,22.98,3.76,0.0,0.27556,102.7,12677.95,12468.55,0.9901,55.63,1.0,55.63,73.14,73.14,0.0,52.5,1.0,52.5,73.14,73.14,0.0,69.3,29.67,47.29,7.52,47.53,29.01,14.16,30.88,16.6,10.52,22.98,3.77,0.0,0.27556 +house070.xml,46.96,88.72,25.03,11.77,65.7,13.99,13.08,22.94,3.17,8.96,35.53,0.44,0.0,0.20124,48.6,7965.3,17241.25,0.9507,51.2,1.0,51.2,46.96,46.96,1.0,46.21,1.0,46.21,46.96,46.96,0.0,43.07,103.81,24.64,11.77,77.16,14.57,13.09,22.81,3.13,8.96,35.53,0.44,0.0,0.20124 +house071.xml,75.64,20.51,8.6,9.85,16.3,4.89,11.46,18.240000000000002,2.16,8.07,12.56,0.39,0.0,0.19661,76.99,4782.1,5906.78,1.0516,51.09,1.0,51.09,75.64,75.64,0.0,46.49,1.0,46.49,75.64,75.64,0.0,72.01,23.19,8.49,9.85,18.470000000000002,4.97,11.46,18.15,2.13,8.07,12.56,0.39,0.0,0.19661 +house072.xml,61.03,88.36,1.24,10.45,138.71,1.76,18.75,87.59,0.95,11.49,20.83,0.58,0.0,0.22799,155.13,16112.32,10564.77,0.9831,55.25,1.0,55.25,61.03,61.03,0.0,49.01,1.0,49.01,61.03,61.03,0.0,55.3,102.46000000000001,1.05,10.45,160.71,1.69,18.77,87.59,0.95,11.49,20.83,0.58,0.0,0.22799 +house073.xml,32.73,118.89,26.94,11.77,97.72999999999999,15.079999999999998,26.81,25.830000000000002,13.28,32.46,44.35,3.05,0.0,0.16689,68.8,13739.96,20956.66,0.953,49.47,1.0,49.47,54.22,54.22,0.0,47.01,1.0,47.01,54.22,54.22,0.0,46.47,135.53,26.6,11.77,111.6,15.66,26.83,25.630000000000003,13.100000000000001,32.46,44.35,3.05,0.0,0.16689 +house074.xml,72.22,14.56,33.26,7.52,10.6,19.38,8.67,6.49,13.25,6.53,21.33,0.8,0.0,0.24381,73.93,7253.31,9317.81,1.0529,43.66,1.0,43.66,72.22,72.22,0.0,42.07,1.0,42.07,72.22,72.22,0.0,70.46,15.68,33.41,7.52,11.35,19.83,8.67,6.44,13.2,6.53,21.33,0.8,0.0,0.24381 +house075.xml,64.56,32.55,15.54,11.38,52.02,9.84,19.4,32.71,5.17,18.5,17.68,0.0,0.0,0.21668,85.97,11554.12,12958.39,1.0372,46.43,1.0,46.43,64.56,64.56,0.0,43.74,1.0,43.74,64.56,64.56,0.0,61.27,36.47,15.55,11.38,58.28,10.08,19.41,32.58,5.14,18.5,17.68,0.0,0.0,0.21668 +house076.xml,61.94,8.57,4.74,5.78,13.66,3.48,12.15,9.52,2.1,7.23,9.99,0.71,0.0,0.19795,105.15,3938.73,3522.3,1.0635,51.64,1.0,51.64,61.94,61.94,0.0,45.02,1.0,45.02,61.94,61.94,0.0,63.29,7.8,4.79,5.78,12.43,3.46,12.14,9.47,2.09,7.23,9.99,0.71,0.0,0.19795 +house077.xml,70.59,12.8,4.71,8.65,20.44,3.56,9.54,9.7,1.88,7.33,9.89,7.89,0.0,0.22371,75.24,7523.61,9292.81,1.076,53.99,1.0,53.99,70.59,70.59,0.0,42.69,1.0,42.69,70.59,70.59,0.0,73.95,10.72,4.89,8.65,17.12,3.59,9.53,9.66,1.87,7.33,9.89,7.89,0.0,0.22371 +house078.xml,57.39,30.34,57.23,8.98,48.59,32.72,16.25,24.44,17.37,9.47,27.69,0.59,0.0,0.26731,79.63,12014.82,15284.17,0.9872,53.46,1.0,53.46,57.39,57.39,0.0,50.38,1.0,50.38,57.39,57.39,0.0,54.61,34.39,57.83,8.98,55.08,34.17,16.25,24.28,17.3,9.47,27.69,0.59,0.0,0.26731 +house079.xml,49.3,46.24,2.96,10.35,32.4,1.47,12.36,13.42,0.12000000000000001,3.25,22.42,0.0,0.0,0.21789,49.28,2743.88,5733.74,0.9711,55.05,1.0,55.05,49.3,49.3,1.0,50.55,1.0,50.55,49.3,49.3,1.0,45.37,54.85,2.58,10.35,38.04,1.3,12.36,13.329999999999998,0.12000000000000001,3.25,22.42,0.0,0.0,0.21789 +house080.xml,41.24,32.14,63.38,8.98,23.35,37.14,10.83,7.04,12.58,1.83,23.84,1.35,0.0,0.27995,43.11,7098.85,16923.37,0.9729,46.03,1.0,46.03,41.24,41.24,1.0,44.45,1.0,44.45,41.24,41.24,1.0,38.95,37.2,64.28,8.98,26.79,39.24,10.83,6.98,12.51,1.83,23.84,1.35,0.0,0.27995 +house081.xml,65.16,5.25,4.27,5.6,4.63,2.48,6.33,2.93,1.08,5.53,8.72,0.3,0.0,0.16865,67.13,3195.08,4182.44,1.1381,41.98,1.0,41.98,65.16,65.16,0.0,40.61,1.0,40.61,65.16,65.16,0.0,64.78,5.39,4.26,5.6,4.73,2.49,6.34,2.92,1.08,5.53,8.72,0.3,0.0,0.16865 +house082.xml,60.72,35.6,68.64,10.4,57.02,39.81,18.4,40.34,20.75,9.11,30.29,3.21,0.0,0.26394,87.49,15583.39,18082.15,0.985,54.49,1.0,54.49,60.72,60.72,0.0,51.26,1.0,51.26,60.72,60.72,0.0,57.4,41.14,69.46,10.4,65.92,41.76,18.4,40.06,20.65,9.11,30.29,3.22,0.0,0.26394 +house083.xml,53.41,3.58,12.27,4.42,2.9,7.24,5.4,1.37,3.69,3.87,8.75,0.22,0.0,0.32215,55.55,2657.53,4246.67,1.1264,49.84,1.0,49.84,53.41,53.41,0.0,44.8,1.0,44.8,53.41,53.41,0.0,53.67,3.39,12.25,4.42,2.77,7.17,5.4,1.36,3.66,3.87,8.75,0.22,0.0,0.32215 +house084.xml,12.31,71.38,16.07,10.48,116.96,10.64,18.32,79.18,5.58,14.66,28.92,1.64,0.0,0.16439,130.23,12881.39,10083.29,0.9809,54.84,1.0,54.84,64.63,64.63,0.0,51.2,1.0,51.2,64.63,64.63,0.0,55.46,79.7,16.01,10.48,130.23,10.649999999999999,18.34,78.81,5.51,14.66,28.92,1.64,0.0,0.16439 +house085.xml,-25.27,52.64,14.0,14.53,39.83,7.1,16.3,31.24,0.82,2.82,24.57,0.0,0.0,0.2259,-6.81,-582.81,8609.3,0.9941,51.71,1.0,51.71,59.34,59.34,0.0,47.36,1.0,47.36,59.34,59.34,0.0,51.54,64.42,13.99,14.53,48.03,7.119999999999999,16.3,31.080000000000002,0.79,2.82,24.57,0.0,0.0,0.2259 +house086.xml,52.92,21.8,19.27,8.82,16.29,10.93,10.26,10.78,4.98,1.67,15.19,0.87,0.19,0.30318,53.59,6094.7,10911.02,1.0424,49.93,1.0,49.93,52.92,52.92,0.0,48.58,1.0,48.58,52.92,52.92,0.0,52.34,22.22,19.26,8.82,16.62,11.0,10.26,10.7,4.96,1.67,15.19,0.87,0.2,0.30318 +house087.xml,47.19,7.52,4.29,5.78,6.16,2.49,12.15,3.17,1.54,6.83,7.96,0.16,0.0,0.22834,75.42,2637.34,3204.74,1.0912,45.94,1.0,45.94,47.19,47.19,0.0,41.91,1.0,41.91,47.19,47.19,0.0,47.27,7.37,4.3,5.78,6.05,2.49,12.15,3.15,1.53,6.84,7.96,0.16,0.0,0.22834 +house088.xml,55.41,55.74,23.27,11.38,88.99,14.19,19.75,48.96,6.01,15.74,21.85,0.52,0.0,0.27196,98.42,13081.95,13392.49,0.9925,50.93,1.0,50.93,55.41,55.41,0.0,48.02,1.0,48.02,55.41,55.41,0.0,51.61,63.89,23.35,11.38,101.99,14.73,19.77,48.77,5.96,15.74,21.85,0.52,0.0,0.27196 diff --git a/workflow/tests/base_results/sample_files1.csv b/workflow/tests/base_results/sample_files1.csv index 708eae9fa..09f3ef865 100644 --- a/workflow/tests/base_results/sample_files1.csv +++ b/workflow/tests/base_results/sample_files1.csv @@ -1,95 +1,97 @@ XML,ERI,REUL Heating (MBtu),REUL Cooling (MBtu),REUL Hot Water (MBtu),EC_r Heating (MBtu),EC_r Cooling (MBtu),EC_r Hot Water (MBtu),EC_x Heating (MBtu),EC_x Cooling (MBtu),EC_x Hot Water (MBtu),EC_x L&A (MBtu),EC_x Vent (MBtu),EC_x Dehumid (MBtu),IAD_Save (%),CO2e Rating Index,ACO2 (lb CO2e),ARCO2 (lb CO2e),IAF RH,ES Reference Home ERI,ES SAF (Size Adjustment Factor),ES SAF Adjusted ERI Target,ES Rated Home ERI,ES Rated Home ERI w/o OPP,ES ENERGY STAR Certification,ZERH Reference Home ERI,ZERH SAF (Size Adjustment Factor),ZERH SAF Adjusted ERI Target,ZERH Rated Home ERI,ZERH Rated Home ERI w/o OPP,ZERH Zero Energy Ready Home Certification,IECC ERI,IECC REUL Heating (MBtu),IECC REUL Cooling (MBtu),IECC REUL Hot Water (MBtu),IECC EC_r Heating (MBtu),IECC EC_r Cooling (MBtu),IECC EC_r Hot Water (MBtu),IECC EC_x Heating (MBtu),IECC EC_x Cooling (MBtu),IECC EC_x Hot Water (MBtu),IECC EC_x L&A (MBtu),IECC EC_x Vent (MBtu),IECC EC_x Dehumid (MBtu),IECC IAD_Save (%) -base-appliances-dehumidifier-ief-portable.xml,67.28,9.26,27.0,7.53,14.86,16.0,8.51,3.99,13.2,6.72,15.13,0.0,0.03,0.27042,70.5,5735.14,7586.26,1.0723,48.13,1.0,48.13,67.28,67.28,0.0,46.6,1.0,46.6,67.28,67.28,0.0,66.31,9.78,27.11,7.53,15.68,16.2,8.51,3.99,13.2,6.72,15.13,0.0,0.03,0.27042 -base-appliances-dehumidifier-ief-whole-home.xml,67.27,9.27,27.0,7.53,14.86,16.0,8.51,3.99,13.2,6.72,15.13,0.0,0.04,0.27042,70.49,5735.12,7587.32,1.0723,48.19,1.0,48.19,67.27,67.27,0.0,46.8,1.0,46.8,67.27,67.27,0.0,66.32,9.78,27.08,7.53,15.68,16.2,8.51,3.99,13.2,6.72,15.13,0.0,0.04,0.27042 -base-appliances-dehumidifier-multiple.xml,67.29,9.28,27.0,7.53,14.89,16.0,8.51,3.99,13.2,6.72,15.13,0.0,0.03,0.27042,70.51,5735.3,7585.64,1.0723,47.98,1.0,47.98,67.29,67.29,0.0,46.25,1.0,46.25,67.29,67.29,0.0,66.32,9.81,27.11,7.53,15.71,16.2,8.51,3.99,13.2,6.72,15.13,0.0,0.03,0.27042 -base-appliances-dehumidifier.xml,67.28,9.26,27.0,7.53,14.86,16.0,8.51,3.99,13.2,6.72,15.13,0.0,0.03,0.27042,70.5,5735.11,7586.26,1.0723,48.13,1.0,48.13,67.28,67.28,0.0,46.6,1.0,46.6,67.28,67.28,0.0,66.31,9.78,27.11,7.53,15.68,16.2,8.51,3.99,13.2,6.72,15.13,0.0,0.03,0.27042 -base-appliances-gas.xml,79.19,29.02,8.89,10.49,46.24,5.45,11.52,37.89,5.27,9.02,23.34,0.0,0.0,0.2151,159.97,8896.03,5504.73,1.0102,57.03,1.0,57.03,79.19,79.19,0.0,51.74,1.0,51.74,79.19,79.19,0.0,75.3,33.11,8.76,10.49,52.75,5.4,11.53,37.89,5.27,9.02,23.34,0.0,0.0,0.2151 -base-appliances-modified.xml,79.49,29.48,8.66,10.49,46.97,5.34,11.52,38.45,5.17,9.55,21.6,0.0,0.0,0.22097,153.59,8543.71,5504.73,1.0105,56.46,1.0,56.46,79.49,79.49,0.0,51.02,1.0,51.02,79.49,79.49,0.0,75.48,33.58,8.55,10.49,53.5,5.29,11.53,38.45,5.17,9.55,21.6,0.0,0.0,0.22097 -base-appliances-none.xml,80.54,29.48,8.66,10.49,46.97,5.34,11.52,38.33,5.2,9.46,22.52,0.0,0.0,0.22097,154.45,8591.48,5504.73,1.0105,56.2,1.0,56.2,80.54,80.54,0.0,50.79,1.0,50.79,80.54,80.54,0.0,76.48,33.58,8.55,10.49,53.5,5.29,11.53,38.33,5.2,9.46,22.52,0.0,0.0,0.22097 -base-appliances-oil.xml,79.19,29.02,8.89,10.49,46.24,5.45,11.52,37.89,5.27,9.02,23.34,0.0,0.0,0.2151,164.22,9132.52,5504.73,1.0102,57.03,1.0,57.03,79.19,79.19,0.0,51.74,1.0,51.74,79.19,79.19,0.0,75.3,33.11,8.76,10.49,52.75,5.4,11.53,37.89,5.27,9.02,23.34,0.0,0.0,0.2151 -base-appliances-propane.xml,79.19,29.02,8.89,10.49,46.24,5.45,11.52,37.89,5.27,9.02,23.34,0.0,0.0,0.2151,162.64,9044.44,5504.73,1.0102,57.03,1.0,57.03,79.19,79.19,0.0,51.74,1.0,51.74,79.19,79.19,0.0,75.3,33.11,8.76,10.49,52.75,5.4,11.53,37.89,5.27,9.02,23.34,0.0,0.0,0.2151 -base-appliances-wood.xml,79.19,29.02,8.89,10.49,46.24,5.45,11.52,37.89,5.27,9.02,23.34,0.0,0.0,0.2151,,,,,57.03,1.0,57.03,79.19,79.19,0.0,51.74,1.0,51.74,79.19,79.19,0.0,75.3,33.11,8.76,10.49,52.75,5.4,11.53,37.89,5.27,9.02,23.34,0.0,0.0,0.2151 -base-atticroof-cathedral.xml,72.08,32.27,8.89,10.49,51.39,5.37,11.52,34.81,4.68,9.02,21.28,0.0,0.0,0.19825,137.48,7913.29,5702.26,1.0094,55.2,1.0,55.2,72.08,72.08,0.0,51.2,1.0,51.2,72.08,72.08,0.0,67.26,38.1,8.74,10.49,60.67,5.27,11.53,34.81,4.68,9.02,21.28,0.0,0.0,0.19825 -base-atticroof-conditioned.xml,74.67,37.17,11.27,10.49,59.2,6.67,11.52,41.22,5.45,8.93,25.37,0.0,0.0,0.21301,143.23,9225.08,6612.26,0.9741,57.03,1.0,57.03,74.67,74.67,0.0,51.33,1.0,51.33,74.67,74.67,0.0,68.61,45.51,11.09,10.49,72.48,6.53,11.53,41.22,5.45,8.93,25.37,0.0,0.0,0.21301 -base-atticroof-flat.xml,71.51,29.26,8.96,10.49,46.59,5.43,11.52,32.07,4.1,9.02,21.28,0.0,0.0,0.19782,134.52,7472.51,5503.22,1.0094,56.18,1.0,56.18,71.51,71.51,0.0,50.78,1.0,50.78,71.51,71.51,0.0,67.98,33.35,8.82,10.49,53.12,5.34,11.53,32.07,4.1,9.02,21.28,0.0,0.0,0.19782 -base-atticroof-radiant-barrier.xml,73.19,9.38,26.9,7.53,15.03,15.95,8.51,6.94,14.15,6.72,15.13,0.0,0.0,0.22599,78.9,6322.81,7559.66,1.0601,46.94,1.0,46.94,73.19,73.19,0.0,44.11,1.0,44.11,73.19,73.19,0.0,72.2,9.9,26.96,7.53,15.86,16.14,8.51,6.94,14.15,6.72,15.13,0.0,0.0,0.22599 -base-atticroof-unvented-insulated-roof.xml,74.22,29.48,8.66,10.49,46.97,5.34,11.52,35.06,4.33,9.02,21.28,0.0,0.0,0.18668,142.67,7923.44,5504.73,1.0089,56.2,1.0,56.2,74.22,74.22,0.0,50.79,1.0,50.79,74.22,74.22,0.0,70.48,33.58,8.55,10.49,53.5,5.29,11.53,35.06,4.33,9.02,21.28,0.0,0.0,0.18668 -base-atticroof-vented.xml,76.64,30.01,8.45,10.49,47.81,5.23,11.83,38.37,4.56,9.19,21.28,0.0,0.0,0.22134,150.08,8426.84,5556.17,1.0105,57.02,1.0,57.02,76.64,76.64,0.0,51.76,1.0,51.76,76.64,76.64,0.0,72.77,34.13,8.34,10.49,54.37,5.19,11.83,38.37,4.56,9.19,21.28,0.0,0.0,0.22134 -base-bldgtype-mf-unit-adjacent-to-multiple.xml,68.24,10.29,5.21,10.49,16.46,3.56,11.52,10.92,2.45,9.57,13.08,0.0,0.0,0.22934,102.72,3628.76,3236.99,1.0914,65.23,1.0,65.23,68.24,68.24,0.0,55.41,1.0,55.41,68.24,68.24,0.0,70.67,8.77,5.3,10.49,14.02,3.6,11.51,10.92,2.45,9.57,13.08,0.0,0.0,0.22934 -base-bldgtype-mf-unit-location-portland-or.xml,68.82,5.03,3.6,9.98,8.05,2.5,10.99,1.72,2.62,9.1,13.08,0.0,0.0,0.19618,75.59,2257.5,2771.36,1.0777,61.06,1.0,61.06,68.82,68.82,0.0,49.51,1.0,49.51,68.82,68.82,0.0,70.85,3.82,4.0,9.98,6.12,2.68,10.99,1.72,2.62,9.1,13.08,0.0,0.0,0.19618 -base-bldgtype-mf-unit-shared-boiler-only-baseboard.xml,66.16,7.65,5.92,10.49,12.52,3.9,11.51,3.07,3.93,9.54,13.08,0.0,0.0,0.23763,73.9,2583.11,3192.67,1.0949,57.93,1.0,57.93,66.16,66.16,0.0,48.74,1.0,48.74,66.16,66.16,0.0,68.38,6.25,6.09,10.49,10.25,3.97,11.5,3.07,3.93,9.54,13.08,0.0,0.0,0.23763 -base-bldgtype-mf-unit-shared-boiler-only-fan-coil-ducted.xml,66.43,7.65,5.92,10.49,12.52,3.9,11.51,3.29,3.93,9.54,13.08,0.0,0.0,0.23763,74.66,2609.69,3192.67,1.0949,58.07,1.0,58.07,66.43,66.43,0.0,48.82,1.0,48.82,66.43,66.43,0.0,68.65,6.25,6.09,10.49,10.25,3.97,11.5,3.29,3.93,9.54,13.08,0.0,0.0,0.23763 -base-bldgtype-mf-unit-shared-boiler-only-fan-coil.xml,66.2,7.65,5.92,10.49,12.52,3.9,11.51,3.1,3.93,9.54,13.08,0.0,0.0,0.23763,73.82,2580.46,3192.67,1.0949,58.07,1.0,58.07,66.2,66.2,0.0,48.82,1.0,48.82,66.2,66.2,0.0,68.42,6.25,6.09,10.49,10.25,3.97,11.5,3.1,3.93,9.54,13.08,0.0,0.0,0.23763 -base-bldgtype-mf-unit-shared-boiler-only-water-loop-heat-pump.xml,65.75,7.65,5.92,10.49,11.69,3.9,11.51,2.57,3.93,9.54,13.08,0.0,0.0,0.23341,71.66,2501.0,3192.67,1.0931,57.14,1.0,57.14,65.75,67.9,0.0,48.42,1.0,48.42,65.75,67.9,0.0,67.93,6.25,6.09,10.49,9.72,3.97,11.5,2.57,3.93,9.54,13.08,0.0,0.0,0.23341 -base-bldgtype-mf-unit-shared-chiller-only-baseboard.xml,65.33,7.65,5.92,10.49,12.19,3.9,11.51,4.21,3.01,9.54,13.08,0.0,0.0,0.22973,76.91,2680.25,3192.67,1.0916,62.44,1.0,62.44,65.33,65.33,0.0,49.52,1.0,49.52,65.33,65.33,0.0,67.49,6.25,6.09,10.49,9.96,3.97,11.5,4.21,3.01,9.54,13.08,0.0,0.0,0.22973 -base-bldgtype-mf-unit-shared-chiller-only-fan-coil-ducted.xml,67.2,7.65,5.92,10.49,12.19,3.9,11.51,4.21,3.55,9.54,13.08,0.0,0.0,0.22973,78.07,2720.69,3192.67,1.0916,62.92,1.0,62.92,67.2,67.2,0.0,49.98,1.0,49.98,67.2,67.2,0.0,69.44,6.25,6.09,10.49,9.96,3.97,11.5,4.21,3.55,9.54,13.08,0.0,0.0,0.22973 -base-bldgtype-mf-unit-shared-chiller-only-fan-coil.xml,65.89,7.65,5.92,10.49,12.19,3.9,11.51,4.21,3.17,9.54,13.08,0.0,0.0,0.22973,77.25,2692.23,3192.67,1.0916,62.92,1.0,62.92,65.89,65.89,0.0,49.98,1.0,49.98,65.89,65.89,0.0,68.08,6.25,6.09,10.49,9.96,3.97,11.5,4.21,3.17,9.54,13.08,0.0,0.0,0.22973 -base-bldgtype-mf-unit-shared-chiller-only-water-loop-heat-pump.xml,76.35,7.65,5.92,10.49,12.19,3.9,11.51,4.21,6.23,9.54,13.08,0.0,0.0,0.22973,83.64,2915.0,3192.67,1.0916,66.15,1.0,66.15,76.35,76.35,0.0,53.06,1.0,53.06,76.35,76.35,0.0,78.98,6.25,6.09,10.49,9.96,3.97,11.5,4.21,6.23,9.54,13.08,0.0,0.0,0.22973 -base-bldgtype-mf-unit-shared-cooling-tower-only-water-loop-heat-pump.xml,66.79,7.65,5.92,10.49,12.19,3.9,11.51,4.21,3.44,9.54,13.08,0.0,0.0,0.22973,77.82,2712.12,3192.67,1.0916,62.57,1.0,62.57,66.79,66.79,0.0,49.64,1.0,49.64,66.79,66.79,0.0,69.02,6.25,6.09,10.49,9.96,3.97,11.5,4.21,3.44,9.54,13.08,0.0,0.0,0.22973 -base-bldgtype-mf-unit-shared-generator.xml,61.42,7.65,5.92,10.49,12.23,3.88,11.51,2.87,3.15,9.54,13.08,0.0,0.0,0.22934,131.69,4446.32,3093.61,1.0914,56.26,1.0,56.26,63.68,63.68,0.0,47.01,1.0,47.01,63.68,63.68,0.0,63.46,6.25,6.09,10.49,10.0,3.95,11.5,2.87,3.15,9.54,13.08,0.0,0.0,0.22934 -base-bldgtype-mf-unit-shared-ground-loop-ground-to-air-heat-pump.xml,72.8,7.65,5.93,10.49,6.44,3.03,11.51,2.14,4.06,9.54,13.08,0.0,0.0,0.22668,69.17,2333.08,3093.61,1.0903,64.0,1.0,64.0,72.8,72.8,0.0,54.45,1.0,54.45,72.8,72.8,0.0,74.98,6.25,6.1,10.49,5.46,3.1,11.5,2.14,4.06,9.54,13.08,0.0,0.0,0.22668 -base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml,63.29,7.27,6.12,10.5,11.63,3.97,18.22,2.69,3.21,14.5,13.08,0.0,0.0,0.229,113.66,3844.73,3099.89,1.0913,50.11,1.0,50.11,63.29,63.29,0.0,42.5,1.0,42.5,63.29,63.29,0.0,65.36,5.9,6.3,10.5,9.43,4.04,18.18,2.69,3.21,14.5,13.08,0.0,0.0,0.229 -base-bldgtype-mf-unit-shared-laundry-room.xml,60.37,7.27,6.12,10.49,11.63,3.97,18.21,3.05,3.05,12.34,13.08,0.0,0.0,0.229,105.45,3567.07,3099.86,1.0913,50.11,1.0,50.11,60.37,60.37,0.0,42.5,1.0,42.5,60.37,60.37,0.0,62.34,5.9,6.3,10.49,9.43,4.04,18.19,3.05,3.05,12.34,13.08,0.0,0.0,0.229 -base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml,70.12,7.53,6.02,10.49,12.04,3.92,11.5,0.69,3.53,9.53,13.08,1.5,0.0,0.22934,85.28,2920.94,3138.38,1.0914,56.26,1.0,56.26,70.12,70.12,0.0,47.01,1.0,47.01,70.12,70.12,0.0,72.39,6.14,6.19,10.49,9.81,3.99,11.5,0.69,3.53,9.53,13.08,1.5,0.0,0.22934 -base-bldgtype-mf-unit-shared-mechvent.xml,65.92,7.53,6.02,10.49,12.04,3.92,11.5,2.65,3.15,9.54,13.08,1.5,0.0,0.22934,75.57,2588.41,3138.38,1.0914,56.26,1.0,56.26,65.92,65.92,0.0,47.01,1.0,47.01,65.92,65.92,0.0,68.05,6.14,6.19,10.49,9.81,3.99,11.5,2.65,3.15,9.54,13.08,1.5,0.0,0.22934 -base-bldgtype-mf-unit-shared-pv.xml,5.88,7.65,5.92,10.49,12.23,3.88,11.51,2.87,3.15,9.54,13.08,0.0,0.0,0.22934,24.35,822.1,3093.61,1.0914,56.26,1.0,56.26,63.68,63.68,0.0,47.01,1.0,47.01,63.68,63.68,0.0,62.3,6.25,6.09,10.49,10.0,3.95,11.5,2.87,3.15,9.54,13.08,0.0,0.0,0.22934 -base-bldgtype-mf-unit-shared-water-heater-recirc.xml,62.0,7.06,6.32,10.49,11.29,4.06,18.21,2.94,3.12,13.43,13.08,0.0,0.0,0.229,107.92,3643.35,3093.61,1.0913,50.93,1.0,50.93,62.0,62.0,0.0,43.28,1.0,43.28,62.0,62.0,0.0,63.99,5.7,6.51,10.49,9.12,4.14,18.18,2.94,3.12,13.43,13.08,0.0,0.0,0.229 -base-bldgtype-mf-unit-shared-water-heater.xml,60.57,7.06,6.32,10.49,11.29,4.06,18.21,2.94,3.12,12.33,13.08,0.0,0.0,0.229,105.31,3555.12,3093.61,1.0913,50.09,1.0,50.09,60.57,60.57,0.0,42.58,1.0,42.58,60.57,60.57,0.0,62.52,5.7,6.51,10.49,9.12,4.14,18.18,2.94,3.12,12.33,13.08,0.0,0.0,0.229 -base-bldgtype-mf-unit.xml,63.68,7.65,5.92,10.49,12.23,3.88,11.51,2.87,3.15,9.54,13.08,0.0,0.0,0.22934,73.97,2497.48,3093.61,1.0914,56.26,1.0,56.26,63.68,63.68,0.0,47.01,1.0,47.01,63.68,63.68,0.0,65.79,6.25,6.09,10.49,10.0,3.95,11.5,2.87,3.15,9.54,13.08,0.0,0.0,0.22934 -base-bldgtype-sfa-unit.xml,74.72,18.94,5.96,10.49,30.2,3.96,11.52,23.74,3.38,9.29,17.18,0.0,0.0,0.22097,133.18,5900.41,4266.59,1.0384,55.03,1.0,55.03,74.72,74.72,0.0,49.83,1.0,49.83,74.72,74.72,0.0,72.85,20.45,5.9,10.49,32.61,3.94,11.52,23.74,3.38,9.29,17.18,0.0,0.0,0.22097 -base-dhw-combi-tankless.xml,64.79,28.75,8.95,10.49,47.1,5.51,18.3,32.15,4.88,10.29,21.28,0.0,0.0,0.22957,146.04,8353.92,5658.28,1.0109,54.92,1.0,54.92,64.79,64.79,0.0,49.71,1.0,49.71,64.79,64.79,0.0,61.58,32.84,8.82,10.49,53.63,5.46,18.31,32.15,4.88,10.29,21.28,0.0,0.0,0.22957 -base-dhw-desuperheater.xml,83.37,29.48,8.66,10.49,46.95,5.37,11.52,44.18,5.42,6.9,21.28,0.0,0.0,0.22132,160.12,9155.77,5658.28,1.0105,70.98,1.0,70.98,83.37,83.37,0.0,61.92,1.0,61.92,83.37,83.37,0.0,79.16,33.58,8.55,10.49,53.48,5.32,11.53,44.18,5.42,6.9,21.28,0.0,0.0,0.22132 -base-dhw-dwhr.xml,75.77,29.48,8.66,10.49,46.97,5.34,11.52,38.51,5.16,6.75,21.28,0.0,0.0,0.22097,149.22,8300.55,5504.73,1.0105,56.2,1.0,56.2,75.77,75.77,0.0,50.79,1.0,50.79,75.77,75.77,0.0,71.95,33.58,8.55,10.49,53.5,5.29,11.53,38.51,5.16,6.75,21.28,0.0,0.0,0.22097 -base-dhw-indirect-standbyloss.xml,68.67,28.67,8.98,10.49,46.97,5.52,18.64,30.46,5.18,14.06,21.28,0.0,0.0,0.22465,151.39,8683.48,5674.97,1.0107,54.92,1.0,54.92,68.67,68.67,0.0,49.71,1.0,49.71,68.67,68.67,0.0,65.26,32.75,8.86,10.49,53.5,5.47,18.66,30.46,5.18,14.06,21.28,0.0,0.0,0.22465 -base-dhw-jacket-gas.xml,78.6,28.67,8.98,10.49,45.69,5.49,18.64,37.66,5.28,14.23,21.28,0.0,0.0,0.21588,174.56,9738.05,5521.84,1.0103,53.91,1.0,53.91,78.6,78.6,0.0,48.31,1.0,48.31,78.6,78.6,0.0,74.64,32.75,8.86,10.49,52.18,5.44,18.66,37.66,5.28,14.23,21.28,0.0,0.0,0.21588 -base-dhw-jacket-hpwh.xml,74.41,29.0,8.85,10.49,46.21,5.43,12.42,43.29,4.54,3.37,21.28,0.0,0.0,0.21111,154.66,8682.81,5558.24,1.0101,56.5,1.0,56.5,74.41,74.41,0.0,51.06,1.0,51.06,74.41,74.41,0.0,70.67,33.09,8.73,10.49,52.71,5.38,12.42,43.29,4.54,3.37,21.28,0.0,0.0,0.21111 -base-dhw-jacket-indirect.xml,67.57,28.67,8.98,10.49,46.97,5.52,18.64,30.95,5.09,13.09,21.28,0.0,0.0,0.22465,150.04,8605.67,5674.97,1.0107,54.92,1.0,54.92,67.57,67.57,0.0,49.71,1.0,49.71,67.57,67.57,0.0,64.22,32.75,8.86,10.49,53.5,5.47,18.66,30.95,5.09,13.09,21.28,0.0,0.0,0.22465 -base-dhw-low-flow-fixtures.xml,78.21,29.48,8.66,10.49,46.97,5.34,11.52,38.51,5.16,8.8,21.28,0.0,0.0,0.22097,152.18,8465.2,5504.73,1.0105,56.2,1.0,56.2,78.21,78.21,0.0,50.79,1.0,50.79,78.21,78.21,0.0,74.26,33.58,8.55,10.49,53.5,5.29,11.53,38.51,5.16,8.8,21.28,0.0,0.0,0.22097 -base-dhw-multiple.xml,67.81,29.48,8.66,10.5,48.25,5.37,11.5,31.15,5.06,5.99,21.28,0.0,0.0,0.23,130.4,7459.77,5658.76,1.011,61.32,1.0,61.32,67.81,67.81,0.0,55.95,1.0,55.95,67.81,67.81,0.0,64.44,33.58,8.55,10.5,54.81,5.32,11.54,31.15,5.06,5.99,21.28,0.0,0.0,0.23 -base-dhw-none.xml,82.81,28.75,8.95,10.49,45.82,5.47,18.3,37.14,5.37,18.3,22.38,0.0,0.0,0.22077,186.13,10353.6,5504.73,1.0105,61.19,1.0,61.19,82.81,82.81,0.0,56.42,1.0,56.42,82.81,82.81,0.0,78.64,32.84,8.82,10.49,52.31,5.42,18.31,37.14,5.37,18.3,22.38,0.0,0.0,0.22077 -base-dhw-recirc-demand.xml,78.41,29.48,8.66,10.49,46.97,5.34,11.52,38.51,5.16,8.97,21.28,0.0,0.0,0.22097,152.42,8478.65,5504.73,1.0105,56.2,1.0,56.2,78.41,78.41,0.0,50.79,1.0,50.79,78.41,78.41,0.0,74.46,33.58,8.55,10.49,53.5,5.29,11.53,38.51,5.16,8.97,21.28,0.0,0.0,0.22097 -base-dhw-solar-fraction.xml,71.65,29.48,8.66,10.49,46.97,5.34,11.52,38.81,5.12,3.16,21.28,0.0,0.0,0.22097,144.74,8051.26,5504.73,1.0105,56.2,1.0,56.2,71.65,71.65,0.0,50.79,1.0,50.79,71.65,71.65,0.0,68.04,33.58,8.55,10.49,53.5,5.29,11.53,38.81,5.12,3.16,21.28,0.0,0.0,0.22097 -base-dhw-solar-indirect-flat-plate.xml,69.86,29.48,8.66,10.49,46.97,5.34,11.52,38.1,5.32,1.74,21.28,0.0,0.0,0.22097,141.21,7855.12,5504.73,1.0105,56.2,1.0,56.2,69.86,69.86,0.0,50.79,1.0,50.79,69.86,69.86,0.0,66.33,33.58,8.55,10.49,53.5,5.29,11.53,38.1,5.32,1.74,21.28,0.0,0.0,0.22097 -base-dhw-tank-elec-uef.xml,78.48,29.55,8.63,10.49,47.09,5.32,11.39,38.46,5.17,9.1,21.28,0.0,0.0,0.2225,152.68,8481.13,5496.49,1.0106,56.44,1.0,56.44,78.48,78.48,0.0,50.97,1.0,50.97,78.48,78.48,0.0,74.52,33.66,8.52,10.49,53.62,5.28,11.39,38.46,5.17,9.1,21.28,0.0,0.0,0.2225 -base-dhw-tank-gas-uef.xml,78.44,28.91,8.89,10.49,46.07,5.44,17.66,37.53,5.3,14.74,21.28,0.0,0.0,0.23007,176.29,9796.11,5496.49,1.011,53.91,1.0,53.91,78.44,78.44,0.0,48.31,1.0,48.31,78.44,78.44,0.0,74.49,33.0,8.76,10.49,52.57,5.39,17.67,37.53,5.3,14.74,21.28,0.0,0.0,0.23007 -base-dhw-tank-heat-pump-uef.xml,73.54,29.32,8.72,10.49,46.73,5.36,11.81,44.19,4.46,2.4,21.28,0.0,0.0,0.21779,156.48,8730.04,5521.84,1.0104,56.23,1.0,56.23,73.54,73.54,0.0,50.83,1.0,50.83,73.54,73.54,0.0,69.84,33.43,8.61,10.49,53.25,5.32,11.81,44.19,4.46,2.4,21.28,0.0,0.0,0.21779 -base-dhw-tank-oil.xml,79.23,28.67,8.98,10.49,45.69,5.49,18.64,37.23,5.35,15.32,21.28,0.0,0.0,0.21588,189.74,10584.97,5521.84,1.0103,53.91,1.0,53.91,79.23,79.23,0.0,48.31,1.0,48.31,79.23,79.23,0.0,75.23,32.75,8.86,10.49,52.18,5.44,18.66,37.23,5.35,15.32,21.28,0.0,0.0,0.21588 -base-dhw-tank-wood.xml,79.23,28.67,8.98,10.49,45.69,5.49,18.64,37.23,5.35,15.32,21.28,0.0,0.0,0.21588,,,,,53.91,1.0,53.91,79.23,79.23,0.0,48.31,1.0,48.31,79.23,79.23,0.0,75.23,32.75,8.86,10.49,52.18,5.44,18.66,37.23,5.35,15.32,21.28,0.0,0.0,0.21588 -base-dhw-tankless-electric-uef.xml,78.85,29.48,8.66,10.49,46.97,5.34,11.52,38.97,5.09,9.17,21.28,0.0,0.0,0.22097,153.77,8553.64,5504.73,1.0105,56.35,1.0,56.35,78.85,78.85,0.0,50.89,1.0,50.89,78.85,78.85,0.0,74.87,33.58,8.55,10.49,53.5,5.29,11.53,38.97,5.09,9.17,21.28,0.0,0.0,0.22097 -base-dhw-tankless-gas-uef.xml,72.16,28.75,8.95,10.49,45.82,5.47,18.3,38.97,5.09,9.66,21.28,0.0,0.0,0.22077,166.15,9242.51,5504.73,1.0105,53.91,1.0,53.91,72.16,72.16,0.0,48.31,1.0,48.31,72.16,72.16,0.0,68.53,32.84,8.82,10.49,52.31,5.42,18.31,38.97,5.09,9.66,21.28,0.0,0.0,0.22077 -base-dhw-tankless-propane.xml,74.48,28.75,8.95,10.49,45.82,5.47,18.3,38.97,5.09,11.2,21.28,0.0,0.0,0.22077,176.36,9809.95,5504.73,1.0105,53.91,1.0,53.91,74.48,74.48,0.0,48.31,1.0,48.31,74.48,74.48,0.0,70.73,32.84,8.82,10.49,52.31,5.42,18.31,38.97,5.09,11.2,21.28,0.0,0.0,0.22077 -base-enclosure-2stories-garage.xml,76.9,38.91,10.93,10.49,61.97,6.55,11.52,42.08,7.33,8.98,23.92,0.0,0.0,0.22097,145.9,9377.76,6559.9,0.9798,55.9,1.0,55.9,76.9,76.9,0.0,51.18,1.0,51.18,76.9,76.9,0.0,70.56,47.46,10.8,10.49,75.59,6.39,11.53,42.08,7.33,8.98,23.92,0.0,0.0,0.22097 -base-enclosure-2stories.xml,77.1,45.22,12.74,10.49,72.03,7.42,11.52,50.97,7.11,8.87,27.42,0.0,0.0,0.22097,152.27,10933.93,7437.63,0.9655,55.64,1.0,55.64,77.1,77.1,0.0,50.88,1.0,50.88,77.1,77.1,0.0,70.67,54.84,12.59,10.49,87.34,7.33,11.53,50.97,7.11,8.87,27.42,0.0,0.0,0.22097 -base-enclosure-beds-1.xml,83.2,29.12,8.03,6.16,46.39,4.99,7.19,40.82,4.84,5.48,19.85,0.0,0.0,0.22115,172.77,8392.89,4958.44,0.9797,57.74,1.0,57.74,83.2,83.2,0.0,52.83,1.0,52.83,83.2,83.2,0.0,78.56,33.23,7.92,6.16,52.93,4.96,7.19,40.82,4.84,5.48,19.85,0.0,0.0,0.22115 -base-enclosure-beds-2.xml,80.71,29.3,8.34,8.39,46.68,5.16,9.42,39.66,5.0,7.29,20.56,0.0,0.0,0.22103,161.87,8439.19,5239.29,0.9951,56.94,1.0,56.94,80.71,80.71,0.0,51.76,1.0,51.76,80.71,80.71,0.0,76.44,33.41,8.23,8.39,53.21,5.12,9.42,39.66,5.0,7.29,20.56,0.0,0.0,0.22103 -base-enclosure-beds-4.xml,76.41,29.66,8.99,12.54,47.27,5.51,13.56,37.38,5.33,10.72,21.99,0.0,0.0,0.22086,144.0,8524.37,5770.27,1.0259,55.4,1.0,55.4,76.41,76.41,0.0,49.8,1.0,49.8,76.41,76.41,0.0,72.73,33.76,8.86,12.54,53.79,5.46,13.57,37.38,5.33,10.72,21.99,0.0,0.0,0.22086 -base-enclosure-beds-5.xml,74.49,29.84,9.31,14.54,47.56,5.69,15.57,36.26,5.49,12.39,22.7,0.0,0.0,0.22079,136.3,8565.7,6035.31,1.0413,54.62,1.0,54.62,74.49,74.49,0.0,48.85,1.0,48.85,74.49,74.49,0.0,71.06,33.94,9.18,14.54,54.08,5.63,15.57,36.26,5.49,12.39,22.7,0.0,0.0,0.22079 -base-enclosure-ceilingtypes.xml,88.79,29.48,8.66,10.49,46.97,5.34,11.52,51.24,5.2,9.02,21.28,0.0,0.0,0.07792,187.63,10366.85,5504.73,1.0037,56.09,1.0,56.09,88.79,88.79,0.0,50.68,1.0,50.68,88.79,88.79,0.0,84.32,33.58,8.55,10.49,53.5,5.29,11.53,51.24,5.2,9.02,21.28,0.0,0.0,0.07792 -base-enclosure-floortypes.xml,96.75,19.31,7.33,10.49,30.83,4.63,11.52,46.52,4.57,9.22,15.13,0.0,0.0,0.22097,208.1,9115.73,4137.65,1.0587,54.63,1.0,54.63,96.75,96.75,0.0,49.35,1.0,49.35,96.75,96.75,0.0,94.13,20.91,7.27,10.49,33.38,4.61,11.52,46.52,4.57,9.22,15.13,0.0,0.0,0.22097 -base-enclosure-garage.xml,77.47,29.43,7.12,10.49,46.91,4.59,11.73,40.68,3.42,9.11,21.42,0.0,0.0,0.22097,156.77,8692.66,5487.27,1.0105,56.9,1.0,56.9,77.47,77.47,0.0,51.33,1.0,51.33,77.47,77.47,0.0,73.45,33.59,7.04,10.49,53.52,4.56,11.73,40.68,3.42,9.11,21.42,0.0,0.0,0.22097 -base-enclosure-infil-ach-house-pressure.xml,78.47,29.48,8.66,10.49,46.97,5.34,11.52,38.51,5.16,9.02,21.28,0.0,0.0,0.22097,152.49,8482.65,5504.73,1.0105,56.2,1.0,56.2,78.47,78.47,0.0,50.79,1.0,50.79,78.47,78.47,0.0,74.51,33.58,8.55,10.49,53.5,5.29,11.53,38.51,5.16,9.02,21.28,0.0,0.0,0.22097 -base-enclosure-infil-cfm-house-pressure.xml,78.47,29.48,8.66,10.49,46.97,5.34,11.52,38.51,5.16,9.02,21.28,0.0,0.0,0.22097,152.49,8482.65,5504.73,1.0105,56.2,1.0,56.2,78.47,78.47,0.0,50.79,1.0,50.79,78.47,78.47,0.0,74.51,33.58,8.55,10.49,53.5,5.29,11.53,38.51,5.16,9.02,21.28,0.0,0.0,0.22097 -base-enclosure-infil-cfm50.xml,78.47,29.48,8.66,10.49,46.97,5.34,11.52,38.51,5.16,9.02,21.28,0.0,0.0,0.22097,152.49,8482.65,5504.73,1.0105,56.2,1.0,56.2,78.47,78.47,0.0,50.79,1.0,50.79,78.47,78.47,0.0,74.51,33.58,8.55,10.49,53.5,5.29,11.53,38.51,5.16,9.02,21.28,0.0,0.0,0.22097 -base-enclosure-infil-ela.xml,78.47,29.48,8.66,10.49,46.97,5.34,11.52,38.51,5.16,9.02,21.28,0.0,0.0,0.22097,152.49,8482.65,5504.73,1.0105,56.2,1.0,56.2,78.47,78.47,0.0,50.79,1.0,50.79,78.47,78.47,0.0,74.51,33.58,8.55,10.49,53.5,5.29,11.53,38.51,5.16,9.02,21.28,0.0,0.0,0.22097 -base-enclosure-infil-natural-ach.xml,78.47,29.48,8.66,10.49,46.97,5.34,11.52,38.51,5.16,9.02,21.28,0.0,0.0,0.22097,152.49,8482.65,5504.73,1.0105,56.2,1.0,56.2,78.47,78.47,0.0,50.79,1.0,50.79,78.47,78.47,0.0,74.51,33.58,8.55,10.49,53.5,5.29,11.53,38.51,5.16,9.02,21.28,0.0,0.0,0.22097 -base-enclosure-infil-natural-cfm.xml,78.47,29.48,8.66,10.49,46.97,5.34,11.52,38.51,5.16,9.02,21.28,0.0,0.0,0.22097,152.49,8482.65,5504.73,1.0105,56.2,1.0,56.2,78.47,78.47,0.0,50.79,1.0,50.79,78.47,78.47,0.0,74.51,33.58,8.55,10.49,53.5,5.29,11.53,38.51,5.16,9.02,21.28,0.0,0.0,0.22097 -base-enclosure-overhangs.xml,78.3,29.48,8.66,10.49,46.97,5.34,11.52,38.85,4.96,9.02,21.28,0.0,0.0,0.22097,153.11,8517.11,5504.73,1.0105,56.2,1.0,56.2,78.3,78.3,0.0,50.79,1.0,50.79,78.3,78.3,0.0,74.35,33.58,8.55,10.49,53.5,5.29,11.53,38.85,4.96,9.02,21.28,0.0,0.0,0.22097 -base-enclosure-skylights.xml,79.02,29.48,8.66,10.49,46.97,5.34,11.52,36.94,5.95,9.02,21.28,0.0,0.0,0.20068,149.69,8318.7,5504.73,1.0096,56.2,1.0,56.2,79.02,79.02,0.0,50.79,1.0,50.79,79.02,79.02,0.0,75.03,33.58,8.55,10.49,53.5,5.29,11.53,36.94,5.95,9.02,21.28,0.0,0.0,0.20068 -base-enclosure-walltypes.xml,92.01,29.44,8.66,10.49,46.91,5.33,11.52,57.74,4.11,9.03,21.28,0.0,0.0,-0.04107,203.9,11206.2,5506.54,0.9981,56.32,1.0,56.32,92.01,92.01,0.0,50.9,1.0,50.9,92.01,92.01,0.0,87.39,33.55,8.54,10.49,53.44,5.29,11.53,57.74,4.11,9.03,21.28,0.0,0.0,-0.04107 -base-foundation-ambient.xml,80.06,19.31,7.33,10.49,30.83,4.63,11.52,25.77,5.9,9.21,15.13,0.0,0.0,0.22097,141.15,6183.01,4137.65,1.0587,54.83,1.0,54.83,80.06,80.06,0.0,49.57,1.0,49.57,80.06,80.06,0.0,77.88,20.91,7.27,10.49,33.38,4.61,11.52,25.77,5.9,9.21,15.13,0.0,0.0,0.22097 -base-foundation-basement-garage.xml,75.91,26.71,7.33,10.49,42.56,4.65,11.52,31.8,5.25,9.26,17.78,0.0,0.0,0.22097,143.25,7244.74,4888.06,1.0347,55.08,1.0,55.08,75.91,75.91,0.0,50.06,1.0,50.06,75.91,75.91,0.0,72.8,29.63,7.24,10.49,47.2,4.62,11.53,31.8,5.25,9.26,17.78,0.0,0.0,0.22097 -base-foundation-conditioned-basement-slab-insulation.xml,77.95,29.48,8.66,10.49,46.97,5.34,11.52,37.17,5.4,9.02,21.28,0.0,0.0,0.22097,149.3,8305.17,5504.73,1.0105,56.2,1.0,56.2,77.95,77.95,0.0,50.79,1.0,50.79,77.95,77.95,0.0,74.02,33.58,8.55,10.49,53.5,5.29,11.53,37.17,5.4,9.02,21.28,0.0,0.0,0.22097 -base-foundation-conditioned-basement-wall-insulation.xml,78.41,28.05,8.28,10.49,44.7,5.15,11.52,37.37,4.7,9.02,21.28,0.0,0.0,0.22097,151.56,8275.8,5403.57,1.0105,57.14,1.0,57.14,78.41,78.41,0.0,51.56,1.0,51.56,78.41,78.41,0.0,74.36,32.15,8.17,10.49,51.21,5.11,11.53,37.37,4.7,9.02,21.28,0.0,0.0,0.22097 -base-foundation-multiple.xml,73.37,19.03,6.71,10.49,30.39,4.35,11.67,20.35,5.14,9.17,15.13,0.0,0.0,0.22097,122.78,5330.86,4100.98,1.0587,54.41,1.0,54.41,73.37,73.37,0.0,49.05,1.0,49.05,73.37,73.37,0.0,71.32,20.65,6.67,10.49,32.97,4.33,11.67,20.35,5.14,9.17,15.13,0.0,0.0,0.22097 -base-foundation-slab.xml,65.99,20.73,6.85,10.49,33.05,4.4,11.52,16.3,4.55,9.21,15.13,0.0,0.0,0.22097,106.47,4701.51,4171.16,1.0587,53.91,1.0,53.91,65.99,65.99,0.0,48.87,1.0,48.87,65.99,65.99,0.0,64.21,22.35,6.79,10.49,35.63,4.38,11.52,16.3,4.55,9.21,15.13,0.0,0.0,0.22097 -base-foundation-unconditioned-basement-assembly-r.xml,70.83,18.94,6.88,10.49,30.26,4.43,11.67,19.1,4.64,9.19,15.13,0.0,0.0,0.22097,117.82,5114.13,4100.05,1.0587,53.85,1.0,53.85,70.83,70.83,0.0,48.54,1.0,48.54,70.83,70.83,0.0,68.86,20.56,6.83,10.49,32.84,4.41,11.67,19.1,4.64,9.19,15.13,0.0,0.0,0.22097 -base-foundation-unconditioned-basement-wall-insulation.xml,77.72,18.94,6.88,10.49,30.26,4.43,11.67,27.09,4.3,9.13,15.13,0.0,0.0,0.22097,144.11,6255.2,4100.05,1.0587,53.85,1.0,53.85,77.72,77.72,0.0,48.54,1.0,48.54,77.72,77.72,0.0,75.56,20.56,6.83,10.49,32.84,4.41,11.67,27.09,4.3,9.13,15.13,0.0,0.0,0.22097 -base-foundation-unconditioned-basement.xml,73.62,18.94,6.88,10.49,30.26,4.43,11.67,20.54,5.17,9.19,15.13,0.0,0.0,0.22097,123.53,5361.91,4100.05,1.0587,53.85,1.0,53.85,73.62,73.62,0.0,48.54,1.0,48.54,73.62,73.62,0.0,71.57,20.56,6.83,10.49,32.84,4.41,11.67,20.54,5.17,9.19,15.13,0.0,0.0,0.22097 -base-foundation-unvented-crawlspace.xml,71.59,17.54,7.69,10.49,28.01,4.81,11.78,17.39,5.12,9.29,15.13,0.0,0.0,0.22097,114.07,4907.02,4063.44,1.0587,55.63,1.0,55.63,71.59,71.59,0.0,50.35,1.0,50.35,71.59,71.59,0.0,69.62,19.12,7.62,10.49,30.54,4.79,11.78,17.39,5.12,9.29,15.13,0.0,0.0,0.22097 -base-foundation-vented-crawlspace-above-grade.xml,73.8,17.57,7.58,10.49,28.07,4.76,11.79,19.26,5.2,9.36,15.13,0.0,0.0,0.22097,120.74,5191.57,4061.4,1.0587,55.77,1.0,55.77,73.8,73.8,0.0,50.49,1.0,50.49,73.8,73.8,0.0,71.76,19.16,7.52,10.49,30.6,4.73,11.79,19.26,5.2,9.36,15.13,0.0,0.0,0.22097 -base-foundation-vented-crawlspace.xml,73.38,17.54,7.69,10.49,28.01,4.81,11.78,19.36,5.02,9.37,15.13,0.0,0.0,0.22097,120.74,5193.97,4063.44,1.0587,55.63,1.0,55.63,73.38,73.38,0.0,50.35,1.0,50.35,73.38,73.38,0.0,71.36,19.12,7.62,10.49,30.54,4.79,11.78,19.36,5.02,9.37,15.13,0.0,0.0,0.22097 -base-foundation-walkout-basement.xml,80.0,33.07,9.79,10.49,52.7,5.91,11.52,44.05,5.41,9.02,21.28,0.0,0.0,0.22097,161.63,9305.99,5803.31,0.9921,55.81,1.0,55.81,80.0,80.0,0.0,51.0,1.0,51.0,80.0,80.0,0.0,73.98,39.71,9.65,10.49,63.25,5.86,11.53,44.05,5.41,9.02,21.28,0.0,0.0,0.22097 -base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml,84.59,29.48,8.64,10.49,46.95,4.41,11.52,43.7,4.1,9.02,21.28,0.0,0.0,0.22082,162.35,9146.17,5574.92,1.0105,69.48,1.0,69.48,84.59,84.59,0.0,60.46,1.0,60.46,84.59,84.59,0.0,80.33,33.58,8.52,10.49,53.48,4.36,11.53,43.7,4.1,9.02,21.28,0.0,0.0,0.22082 -base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,85.84,29.48,8.66,10.49,22.9,5.37,11.52,22.11,4.95,9.02,21.28,0.0,0.0,0.21863,84.88,4852.83,5658.28,1.0104,55.8,1.0,55.8,85.84,85.84,0.0,50.22,1.0,50.22,85.84,85.84,0.0,81.8,33.58,8.55,10.49,25.87,5.32,11.53,22.11,4.95,9.02,21.28,0.0,0.0,0.21863 -base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,84.27,29.48,8.67,10.49,22.02,4.53,11.52,20.78,3.89,9.02,21.28,0.0,0.0,0.21938,83.47,4642.95,5504.73,1.0104,52.93,1.0,52.93,84.27,84.27,0.0,47.24,1.0,47.24,84.27,84.27,0.0,80.25,33.58,8.55,10.49,24.94,4.49,11.53,20.78,3.89,9.02,21.28,0.0,0.0,0.21938 -base-hvac-air-to-air-heat-pump-1-speed-seer2-hspf2.xml,84.24,29.48,8.67,10.49,22.02,4.53,11.52,20.79,3.88,9.02,21.28,0.0,0.0,0.21938,83.43,4640.71,5504.73,1.0104,52.93,1.0,52.93,84.24,84.24,0.0,47.24,1.0,47.24,84.24,84.24,0.0,80.22,33.58,8.55,10.49,24.94,4.49,11.53,20.79,3.88,9.02,21.28,0.0,0.0,0.21938 +base-appliances-dehumidifier-ief-portable.xml,66.62,9.89,26.6,7.52,15.71,15.7,8.5,4.41,12.82,6.71,15.1,0.0,0.05,0.27416,70.56,5756.81,7601.73,1.0733,48.25,1.0,48.25,66.62,66.62,0.0,46.5,1.0,46.5,66.62,66.62,0.0,65.68,10.37,26.68,7.52,16.53,15.9,8.5,4.41,12.82,6.71,15.1,0.0,0.05,0.27416 +base-appliances-dehumidifier-ief-whole-home.xml,66.62,9.87,26.58,7.52,15.71,15.69,8.5,4.4,12.82,6.71,15.1,0.0,0.05,0.27416,70.54,5756.29,7602.44,1.0733,48.31,1.0,48.31,66.62,66.62,0.0,46.67,1.0,46.67,66.62,66.62,0.0,65.68,10.35,26.65,7.52,16.53,15.9,8.5,4.4,12.82,6.71,15.1,0.0,0.05,0.27416 +base-appliances-dehumidifier-multiple.xml,66.61,9.93,26.62,7.52,15.73,15.69,8.5,4.41,12.82,6.71,15.1,0.0,0.05,0.27416,70.55,5756.06,7601.1,1.0733,48.12,1.0,48.12,66.61,66.61,0.0,46.18,1.0,46.18,66.61,66.61,0.0,65.68,10.41,26.69,7.52,16.56,15.89,8.5,4.41,12.82,6.71,15.1,0.0,0.05,0.27416 +base-appliances-dehumidifier.xml,66.6,9.89,26.6,7.52,15.71,15.7,8.5,4.4,12.82,6.71,15.1,0.0,0.05,0.27416,70.54,5755.26,7601.73,1.0733,48.25,1.0,48.25,66.6,66.6,0.0,46.5,1.0,46.5,66.6,66.6,0.0,65.67,10.37,26.68,7.52,16.53,15.9,8.5,4.4,12.82,6.71,15.1,0.0,0.05,0.27416 +base-appliances-gas.xml,78.92,30.12,8.66,10.49,47.99,5.33,11.52,39.36,5.08,9.02,23.19,0.0,0.0,0.21585,161.93,9089.75,5556.34,1.0103,57.31,1.0,57.31,78.92,78.92,0.0,51.99,1.0,51.99,78.92,78.92,0.0,75.05,34.2,8.6,10.49,54.49,5.31,11.52,39.36,5.08,9.02,23.19,0.0,0.0,0.21585 +base-appliances-modified.xml,79.2,30.56,8.43,10.49,48.7,5.21,11.52,39.91,4.97,9.54,21.44,0.0,0.0,0.22179,155.53,8733.19,5556.34,1.0106,56.74,1.0,56.74,79.2,79.2,0.0,51.27,1.0,51.27,79.2,79.2,0.0,75.22,34.66,8.37,10.49,55.21,5.19,11.52,39.91,4.97,9.54,21.44,0.0,0.0,0.22179 +base-appliances-none.xml,80.23,30.56,8.43,10.49,48.7,5.21,11.52,39.79,4.99,9.45,22.35,0.0,0.0,0.22179,156.37,8780.47,5556.34,1.0106,56.49,1.0,56.49,80.23,80.23,0.0,51.05,1.0,51.05,80.23,80.23,0.0,76.2,34.66,8.37,10.49,55.21,5.19,11.52,39.79,4.99,9.45,22.35,0.0,0.0,0.22179 +base-appliances-oil.xml,78.92,30.12,8.66,10.49,47.99,5.33,11.52,39.36,5.08,9.02,23.19,0.0,0.0,0.21585,166.14,9326.3,5556.34,1.0103,57.31,1.0,57.31,78.92,78.92,0.0,51.99,1.0,51.99,78.92,78.92,0.0,75.05,34.2,8.6,10.49,54.49,5.31,11.52,39.36,5.08,9.02,23.19,0.0,0.0,0.21585 +base-appliances-propane.xml,78.92,30.12,8.66,10.49,47.99,5.33,11.52,39.36,5.08,9.02,23.19,0.0,0.0,0.21585,164.57,9238.2,5556.34,1.0103,57.31,1.0,57.31,78.92,78.92,0.0,51.99,1.0,51.99,78.92,78.92,0.0,75.05,34.2,8.6,10.49,54.49,5.31,11.52,39.36,5.08,9.02,23.19,0.0,0.0,0.21585 +base-appliances-wood.xml,78.92,30.12,8.66,10.49,47.99,5.33,11.52,39.36,5.08,9.02,23.19,0.0,0.0,0.21585,,,,,57.31,1.0,57.31,78.92,78.92,0.0,51.99,1.0,51.99,78.92,78.92,0.0,75.05,34.2,8.6,10.49,54.49,5.31,11.52,39.36,5.08,9.02,23.19,0.0,0.0,0.21585 +base-atticroof-cathedral.xml,71.71,33.37,8.6,10.49,53.14,5.23,11.52,35.97,4.49,9.02,21.12,0.0,0.0,0.19887,138.81,8061.27,5753.11,1.0095,55.48,1.0,55.48,71.71,71.71,0.0,51.47,1.0,51.47,71.71,71.71,0.0,66.91,39.18,8.54,10.49,62.4,5.17,11.52,35.97,4.49,9.02,21.12,0.0,0.0,0.19887 +base-atticroof-conditioned.xml,74.37,38.38,10.94,10.49,61.13,6.49,11.52,42.55,5.24,8.93,25.22,0.0,0.0,0.21391,144.73,9396.92,6666.06,0.974,57.36,1.0,57.36,74.37,74.37,0.0,51.62,1.0,51.62,74.37,74.37,0.0,68.34,46.71,10.86,10.49,74.38,6.41,11.52,42.55,5.24,8.93,25.22,0.0,0.0,0.21391 +base-atticroof-flat.xml,71.2,30.34,8.67,10.49,48.32,5.28,11.52,33.23,3.94,9.02,21.12,0.0,0.0,0.19844,135.99,7622.34,5552.71,1.0094,56.46,1.0,56.46,71.2,71.2,0.0,51.04,1.0,51.04,71.2,71.2,0.0,67.68,34.43,8.6,10.49,54.83,5.23,11.52,33.23,3.94,9.02,21.12,0.0,0.0,0.19844 +base-atticroof-radiant-barrier.xml,72.68,9.9,26.44,7.52,15.85,15.66,8.5,7.41,13.81,6.72,15.08,0.0,0.0,0.22876,79.04,6354.11,7577.77,1.0608,47.22,1.0,47.22,72.68,72.68,0.0,44.3,1.0,44.3,72.68,72.68,0.0,71.68,10.41,26.51,7.52,16.68,15.86,8.5,7.41,13.81,6.72,15.08,0.0,0.0,0.22876 +base-atticroof-unvented-insulated-roof.xml,73.92,30.56,8.43,10.49,48.7,5.21,11.52,36.26,4.19,9.02,21.12,0.0,0.0,0.18723,144.14,8080.36,5556.34,1.0089,56.49,1.0,56.49,73.92,73.92,0.0,51.05,1.0,51.05,73.92,73.92,0.0,70.21,34.66,8.37,10.49,55.21,5.19,11.52,36.26,4.19,9.02,21.12,0.0,0.0,0.18723 +base-atticroof-vented.xml,76.41,31.1,8.24,10.49,49.55,5.12,11.82,39.82,4.38,9.18,21.12,0.0,0.0,0.22202,152.04,8616.95,5608.1,1.0106,57.26,1.0,57.26,76.41,76.41,0.0,51.95,1.0,51.95,76.41,76.41,0.0,72.57,35.21,8.17,10.49,56.09,5.1,11.82,39.82,4.38,9.18,21.12,0.0,0.0,0.22202 +base-battery.xml,78.19,30.56,8.43,10.49,48.7,5.21,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179,154.45,8672.31,5556.34,1.0106,56.49,1.0,56.49,78.19,78.19,0.0,51.05,1.0,51.05,78.19,78.19,0.0,74.26,34.66,8.37,10.49,55.21,5.19,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179 +base-bldgtype-mf-unit-adjacent-to-multiple.xml,68.33,11.05,5.03,10.49,17.67,3.47,11.51,12.02,2.39,9.57,12.92,0.0,0.0,0.23018,105.84,3776.2,3268.07,1.0917,65.48,1.0,65.48,68.33,68.33,0.0,55.68,1.0,55.68,68.33,68.33,0.0,70.83,9.49,5.09,10.49,15.18,3.49,11.51,12.02,2.39,9.57,12.92,0.0,0.0,0.23018 +base-bldgtype-mf-unit-location-portland-or.xml,67.24,5.72,3.09,9.97,9.16,2.25,11.0,2.23,2.19,9.1,12.98,0.0,0.0,0.19842,76.36,2293.67,2784.69,1.0786,61.93,1.0,61.93,67.24,67.24,0.0,49.5,1.0,49.5,67.24,67.24,0.0,69.5,4.45,3.34,9.97,7.13,2.36,10.99,2.23,2.19,9.1,12.98,0.0,0.0,0.19842 +base-bldgtype-mf-unit-shared-boiler-only-baseboard.xml,65.18,8.36,5.66,10.49,13.62,3.77,11.5,3.62,3.68,9.54,13.0,0.0,0.0,0.23891,74.77,2639.54,3222.81,1.0954,58.12,1.0,58.12,65.18,65.18,0.0,48.65,1.0,48.65,65.18,65.18,0.0,67.45,6.91,5.78,10.49,11.3,3.81,11.5,3.62,3.68,9.54,13.0,0.0,0.0,0.23891 +base-bldgtype-mf-unit-shared-boiler-only-fan-coil-ducted.xml,65.48,8.36,5.66,10.49,13.62,3.77,11.5,3.87,3.68,9.54,13.0,0.0,0.0,0.23891,75.66,2670.8,3222.81,1.0954,58.27,1.0,58.27,65.48,65.48,0.0,48.76,1.0,48.76,65.48,65.48,0.0,67.77,6.91,5.78,10.49,11.3,3.81,11.5,3.87,3.68,9.54,13.0,0.0,0.0,0.23891 +base-bldgtype-mf-unit-shared-boiler-only-fan-coil.xml,65.22,8.36,5.66,10.49,13.62,3.77,11.5,3.65,3.68,9.54,13.0,0.0,0.0,0.23891,74.68,2636.54,3222.81,1.0954,58.27,1.0,58.27,65.22,65.22,0.0,48.76,1.0,48.76,65.22,65.22,0.0,67.5,6.91,5.78,10.49,11.3,3.81,11.5,3.65,3.68,9.54,13.0,0.0,0.0,0.23891 +base-bldgtype-mf-unit-shared-boiler-only-water-loop-heat-pump.xml,64.68,8.36,5.66,10.49,12.639999999999999,3.77,11.5,3.0300000000000002,3.68,9.54,13.0,0.0,0.0,0.2347,72.15,2543.13,3222.81,1.0936,57.28,1.0,57.28,64.68,66.9,0.0,48.28,1.0,48.28,64.68,66.9,0.0,66.91,6.91,5.78,10.49,10.620000000000001,3.81,11.5,3.0300000000000002,3.68,9.54,13.0,0.0,0.0,0.2347 +base-bldgtype-mf-unit-shared-chiller-only-baseboard.xml,64.96,8.36,5.66,10.49,13.31,3.77,11.5,4.98,2.81,9.54,13.0,0.0,0.0,0.23056,78.83,2773.99,3222.81,1.0919,63.44,1.0,63.44,64.96,64.96,0.0,50.22,1.0,50.22,64.96,64.96,0.0,67.21,6.91,5.78,10.49,11.02,3.81,11.5,4.98,2.81,9.54,13.0,0.0,0.0,0.23056 +base-bldgtype-mf-unit-shared-chiller-only-fan-coil-ducted.xml,66.67,8.36,5.66,10.49,13.31,3.77,11.5,4.98,3.32,9.54,13.0,0.0,0.0,0.23056,79.89,2811.31,3222.81,1.0919,63.89,1.0,63.89,66.67,66.67,0.0,50.64,1.0,50.64,66.67,66.67,0.0,68.99,6.91,5.78,10.49,11.02,3.81,11.5,4.98,3.32,9.54,13.0,0.0,0.0,0.23056 +base-bldgtype-mf-unit-shared-chiller-only-fan-coil.xml,65.47,8.36,5.66,10.49,13.31,3.77,11.5,4.98,2.97,9.54,13.0,0.0,0.0,0.23056,79.14,2784.96,3222.81,1.0919,63.89,1.0,63.89,65.47,65.47,0.0,50.64,1.0,50.64,65.47,65.47,0.0,67.75,6.91,5.78,10.49,11.02,3.81,11.5,4.98,2.97,9.54,13.0,0.0,0.0,0.23056 +base-bldgtype-mf-unit-shared-chiller-only-water-loop-heat-pump.xml,74.94,8.36,5.66,10.49,13.31,3.77,11.5,4.98,5.78,9.54,13.0,0.0,0.0,0.23056,84.96,2989.62,3222.81,1.0919,66.9,1.0,66.9,74.94,74.94,0.0,53.38,1.0,53.38,74.94,74.94,0.0,77.61,6.91,5.78,10.49,11.02,3.81,11.5,4.98,5.78,9.54,13.0,0.0,0.0,0.23056 +base-bldgtype-mf-unit-shared-cooling-tower-only-water-loop-heat-pump.xml,66.3,8.36,5.66,10.49,13.31,3.77,11.5,4.98,3.21,9.54,13.0,0.0,0.0,0.23056,79.67,2803.45,3222.81,1.0919,63.56,1.0,63.56,66.3,66.3,0.0,50.33,1.0,50.33,66.3,66.3,0.0,68.61,6.91,5.78,10.49,11.02,3.81,11.5,4.98,3.21,9.54,13.0,0.0,0.0,0.23056 +base-bldgtype-mf-unit-shared-generator.xml,60.67,8.36,5.66,10.49,13.36,3.75,11.5,3.4,2.95,9.54,13.0,0.0,0.0,0.23018,132.16,4504.73,3122.05,1.0917,56.55,1.0,56.55,62.91,62.91,0.0,47.11,1.0,47.11,62.91,62.91,0.0,62.78,6.91,5.78,10.49,11.06,3.79,11.5,3.4,2.95,9.54,13.0,0.0,0.0,0.23018 +base-bldgtype-mf-unit-shared-ground-loop-ground-to-air-heat-pump.xml,71.53,8.36,5.67,10.49,6.92,2.89,11.5,2.52,3.69,9.54,13.0,0.0,0.0,0.22779,68.62,2336.61,3122.05,1.0908,64.42,1.0,64.42,71.53,71.53,0.0,54.28,1.0,54.28,71.53,71.53,0.0,73.78,6.92,5.78,10.49,5.92,2.94,11.5,2.52,3.69,9.54,13.0,0.0,0.0,0.22779 +base-bldgtype-mf-unit-shared-laundry-room-multiple-water-heaters.xml,62.51,7.96,5.83,10.48,12.72,3.82,18.22,3.2,3.01,14.5,13.0,0.0,0.0,0.22984,114.23,3901.31,3128.77,1.0916,50.3,1.0,50.3,62.51,62.51,0.0,42.29,1.0,42.29,62.51,62.51,0.0,64.66,6.54,5.96,10.48,10.46,3.87,18.2,3.2,3.01,14.5,13.0,0.0,0.0,0.22984 +base-bldgtype-mf-unit-shared-laundry-room.xml,59.69,7.96,5.83,10.49,12.72,3.82,18.23,3.6,2.86,12.33,12.99,0.0,0.0,0.22984,106.22,3628.08,3129.06,1.0916,50.3,1.0,50.3,59.69,59.69,0.0,42.29,1.0,42.29,59.69,59.69,0.0,61.74,6.54,5.96,10.49,10.46,3.87,18.2,3.6,2.86,12.33,12.99,0.0,0.0,0.22984 +base-bldgtype-mf-unit-shared-mechvent-preconditioning.xml,68.84,8.23,5.75,10.49,13.16,3.78,11.5,0.97,3.27,9.54,13.03,1.5,0.0,0.23018,85.07,2940.72,3166.3,1.0917,56.55,1.0,56.55,68.84,68.84,0.0,47.11,1.0,47.11,68.84,68.84,0.0,71.18,6.79,5.87,10.49,10.87,3.83,11.5,0.97,3.27,9.54,13.03,1.5,0.0,0.23018 +base-bldgtype-mf-unit-shared-mechvent.xml,65.23,8.23,5.75,10.49,13.16,3.78,11.5,3.18,2.98,9.55,12.99,1.5,0.0,0.23018,76.65,2649.68,3166.3,1.0917,56.55,1.0,56.55,65.23,65.23,0.0,47.11,1.0,47.11,65.23,65.23,0.0,67.45,6.79,5.87,10.49,10.87,3.83,11.5,3.18,2.98,9.55,12.99,1.5,0.0,0.23018 +base-bldgtype-mf-unit-shared-pv-battery.xml,9.43,8.36,5.66,10.49,13.36,3.75,11.5,3.4,2.95,9.54,13.0,0.0,0.0,0.23018,21.36,728.0,3122.05,1.0917,56.55,1.0,56.55,62.91,62.91,0.0,47.11,1.0,47.11,62.91,62.91,0.0,61.59,6.91,5.78,10.49,11.06,3.79,11.5,3.4,2.95,9.54,13.0,0.0,0.0,0.23018 +base-bldgtype-mf-unit-shared-pv.xml,5.66,8.36,5.66,10.49,13.36,3.75,11.5,3.4,2.95,9.54,13.0,0.0,0.0,0.23018,25.83,880.51,3122.05,1.0917,56.55,1.0,56.55,62.91,62.91,0.0,47.11,1.0,47.11,62.91,62.91,0.0,61.59,6.91,5.78,10.49,11.06,3.79,11.5,3.4,2.95,9.54,13.0,0.0,0.0,0.23018 +base-bldgtype-mf-unit-shared-water-heater-recirc.xml,61.3,7.74,6.02,10.49,12.38,3.91,18.22,3.48,2.92,13.43,12.99,0.0,0.0,0.22984,108.76,3706.57,3122.05,1.0916,51.13,1.0,51.13,61.3,61.3,0.0,43.06,1.0,43.06,61.3,61.3,0.0,63.37,6.34,6.16,10.49,10.14,3.96,18.2,3.48,2.92,13.43,12.99,0.0,0.0,0.22984 +base-bldgtype-mf-unit-shared-water-heater.xml,59.88,7.74,6.02,10.49,12.38,3.91,18.22,3.48,2.92,12.33,12.99,0.0,0.0,0.22984,106.07,3615.03,3122.05,1.0916,50.3,1.0,50.3,59.88,59.88,0.0,42.37,1.0,42.37,59.88,59.88,0.0,61.9,6.34,6.16,10.49,10.14,3.96,18.2,3.48,2.92,12.33,12.99,0.0,0.0,0.22984 +base-bldgtype-mf-unit.xml,62.91,8.36,5.66,10.49,13.36,3.75,11.5,3.4,2.95,9.54,13.0,0.0,0.0,0.23018,74.99,2555.89,3122.05,1.0917,56.55,1.0,56.55,62.91,62.91,0.0,47.11,1.0,47.11,62.91,62.91,0.0,65.09,6.91,5.78,10.49,11.06,3.79,11.5,3.4,2.95,9.54,13.0,0.0,0.0,0.23018 +base-bldgtype-sfa-unit.xml,74.6,19.89,5.74,10.49,31.72,3.84,11.52,25.1,3.22,9.29,17.02,0.0,0.0,0.22179,135.86,6078.09,4307.75,1.0386,55.29,1.0,55.29,74.6,74.6,0.0,50.08,1.0,50.08,74.6,74.6,0.0,72.75,21.4,5.7,10.49,34.11,3.83,11.52,25.1,3.22,9.29,17.02,0.0,0.0,0.22179 +base-dhw-combi-tankless.xml,64.44,29.83,8.7,10.49,48.78,5.37,18.31,33.31,4.68,10.29,21.12,0.0,0.0,0.23081,147.24,8503.28,5712.3,1.011,55.16,1.0,55.16,64.44,64.44,0.0,49.87,1.0,49.87,64.44,64.44,0.0,61.25,33.91,8.63,10.49,55.29,5.35,18.32,33.31,4.68,10.29,21.12,0.0,0.0,0.23081 +base-dhw-desuperheater.xml,83.37,30.56,8.43,10.49,48.67,5.25,11.52,45.88,5.21,6.96,21.12,0.0,0.0,0.22217,162.55,9383.78,5712.3,1.0106,71.76,1.0,71.76,83.37,83.37,0.0,62.69,1.0,62.69,83.37,83.37,0.0,79.17,34.66,8.37,10.49,55.2,5.23,11.52,45.88,5.21,6.96,21.12,0.0,0.0,0.22217 +base-dhw-dwhr.xml,75.53,30.56,8.43,10.49,48.7,5.21,11.52,39.97,4.96,6.75,21.12,0.0,0.0,0.22179,151.21,8490.43,5556.34,1.0106,56.49,1.0,56.49,75.53,75.53,0.0,51.05,1.0,51.05,75.53,75.53,0.0,71.73,34.66,8.37,10.49,55.21,5.19,11.52,39.97,4.96,6.75,21.12,0.0,0.0,0.22179 +base-dhw-indirect-standbyloss.xml,68.24,29.75,8.73,10.49,48.65,5.39,18.65,31.61,4.96,14.07,21.12,0.0,0.0,0.22591,152.52,8831.43,5728.88,1.0108,55.16,1.0,55.16,68.24,68.24,0.0,49.87,1.0,49.87,68.24,68.24,0.0,64.86,33.82,8.66,10.49,55.15,5.37,18.66,31.61,4.96,14.07,21.12,0.0,0.0,0.22591 +base-dhw-jacket-gas.xml,78.33,29.75,8.73,10.49,47.4,5.36,18.65,39.11,5.08,14.23,21.12,0.0,0.0,0.21669,176.3,9927.34,5573.39,1.0103,54.21,1.0,54.21,78.33,78.33,0.0,48.57,1.0,48.57,78.33,78.33,0.0,74.38,33.82,8.66,10.49,53.88,5.34,18.66,39.11,5.08,14.23,21.12,0.0,0.0,0.21669 +base-dhw-jacket-hpwh.xml,74.26,30.08,8.61,10.49,47.93,5.3,12.41,44.73,4.37,3.38,21.11,0.0,0.0,0.21187,156.61,8874.31,5609.84,1.0101,56.81,1.0,56.81,74.26,74.26,0.0,51.34,1.0,51.34,74.26,74.26,0.0,70.53,34.16,8.54,10.49,54.42,5.28,12.42,44.73,4.37,3.38,21.11,0.0,0.0,0.21187 +base-dhw-jacket-indirect.xml,67.16,29.75,8.73,10.49,48.65,5.39,18.65,32.1,4.88,13.09,21.12,0.0,0.0,0.22591,151.17,8753.76,5728.88,1.0108,55.16,1.0,55.16,67.16,67.16,0.0,49.87,1.0,49.87,67.16,67.16,0.0,63.83,33.82,8.66,10.49,55.15,5.37,18.66,32.1,4.88,13.09,21.12,0.0,0.0,0.22591 +base-dhw-low-flow-fixtures.xml,77.93,30.56,8.43,10.49,48.7,5.21,11.52,39.97,4.96,8.8,21.12,0.0,0.0,0.22179,154.13,8654.67,5556.34,1.0106,56.49,1.0,56.49,77.93,77.93,0.0,51.05,1.0,51.05,77.93,77.93,0.0,74.01,34.66,8.37,10.49,55.21,5.19,11.52,39.97,4.96,8.8,21.12,0.0,0.0,0.22179 +base-dhw-multiple.xml,67.39,30.56,8.43,10.5,49.93,5.25,11.5,32.29,4.85,6.0200000000000005,21.12,0.0,0.0,0.23127,131.72,7606.64,5712.11,1.011,61.51,1.0,61.51,67.39,67.39,0.0,56.09,1.0,56.09,67.39,67.39,0.0,64.05,34.66,8.37,10.5,56.47,5.23,11.5,32.29,4.85,6.0200000000000005,21.12,0.0,0.0,0.23127 +base-dhw-none.xml,82.49,29.83,8.7,10.49,47.54,5.34,18.31,38.58,5.15,18.3,22.22,0.0,0.0,0.22158,187.75,10542.18,5556.34,1.0106,61.41,1.0,61.41,82.49,82.49,0.0,56.56,1.0,56.56,82.49,82.49,0.0,78.34,33.91,8.63,10.49,54.02,5.32,18.32,38.58,5.15,18.3,22.22,0.0,0.0,0.22158 +base-dhw-recirc-demand.xml,78.13,30.56,8.43,10.49,48.7,5.21,11.52,39.97,4.96,8.97,21.12,0.0,0.0,0.22179,154.38,8668.5,5556.34,1.0106,56.49,1.0,56.49,78.13,78.13,0.0,51.05,1.0,51.05,78.13,78.13,0.0,74.21,34.66,8.37,10.49,55.21,5.19,11.52,39.97,4.96,8.97,21.12,0.0,0.0,0.22179 +base-dhw-solar-fraction.xml,71.44,30.56,8.43,10.49,48.7,5.21,11.52,40.26,4.92,3.16,21.12,0.0,0.0,0.22179,146.79,8242.06,5556.34,1.0106,56.49,1.0,56.49,71.44,71.44,0.0,51.05,1.0,51.05,71.44,71.44,0.0,67.85,34.66,8.37,10.49,55.21,5.19,11.52,40.26,4.92,3.16,21.12,0.0,0.0,0.22179 +base-dhw-solar-indirect-flat-plate.xml,69.63,30.56,8.43,10.49,48.7,5.21,11.52,39.55,5.11,1.73,21.12,0.0,0.0,0.22179,143.24,8042.79,5556.34,1.0106,56.49,1.0,56.49,69.63,69.63,0.0,51.05,1.0,51.05,69.63,69.63,0.0,66.13,34.66,8.37,10.49,55.21,5.19,11.52,39.55,5.11,1.73,21.12,0.0,0.0,0.22179 +base-dhw-tank-elec-uef.xml,78.2,30.64,8.4,10.49,48.82,5.2,11.38,39.91,4.96,9.09,21.12,0.0,0.0,0.2233,154.64,8670.55,5547.79,1.0106,56.74,1.0,56.74,78.2,78.2,0.0,51.25,1.0,51.25,78.2,78.2,0.0,74.27,34.74,8.34,10.49,55.34,5.18,11.38,39.91,4.96,9.09,21.12,0.0,0.0,0.2233 +base-dhw-tank-gas-uef.xml,78.17,29.99,8.64,10.49,47.79,5.31,17.66,38.97,5.09,14.75,21.12,0.0,0.0,0.23078,178.03,9985.47,5547.79,1.011,54.21,1.0,54.21,78.17,78.17,0.0,48.57,1.0,48.57,78.17,78.17,0.0,74.23,34.07,8.58,10.49,54.27,5.29,17.67,38.97,5.09,14.75,21.12,0.0,0.0,0.23078 +base-dhw-tank-heat-pump-uef.xml,73.38,30.41,8.49,10.49,48.45,5.24,11.81,45.64,4.29,2.41,21.11,0.0,0.0,0.21865,158.44,8922.43,5573.39,1.0104,56.55,1.0,56.55,73.38,73.38,0.0,51.11,1.0,51.11,73.38,73.38,0.0,69.7,34.5,8.42,10.49,54.96,5.22,11.81,45.64,4.29,2.41,21.11,0.0,0.0,0.21865 +base-dhw-tank-oil.xml,78.94,29.75,8.73,10.49,47.4,5.36,18.65,38.67,5.13,15.32,21.12,0.0,0.0,0.21669,191.34,10774.1,5573.39,1.0103,54.21,1.0,54.21,78.94,78.94,0.0,48.57,1.0,48.57,78.94,78.94,0.0,74.96,33.82,8.66,10.49,53.88,5.34,18.66,38.67,5.13,15.32,21.12,0.0,0.0,0.21669 +base-dhw-tank-wood.xml,78.94,29.75,8.73,10.49,47.4,5.36,18.65,38.67,5.13,15.32,21.12,0.0,0.0,0.21669,,,,,54.21,1.0,54.21,78.94,78.94,0.0,48.57,1.0,48.57,78.94,78.94,0.0,74.96,33.82,8.66,10.49,53.88,5.34,18.66,38.67,5.13,15.32,21.12,0.0,0.0,0.21669 +base-dhw-tankless-electric-uef.xml,78.57,30.56,8.43,10.49,48.7,5.21,11.52,40.42,4.89,9.16,21.12,0.0,0.0,0.22179,155.72,8743.75,5556.34,1.0106,56.63,1.0,56.63,78.57,78.57,0.0,51.18,1.0,51.18,78.57,78.57,0.0,74.62,34.66,8.37,10.49,55.21,5.19,11.52,40.42,4.89,9.16,21.12,0.0,0.0,0.22179 +base-dhw-tankless-gas-uef.xml,71.97,29.83,8.7,10.49,47.54,5.34,18.31,40.42,4.89,9.66,21.12,0.0,0.0,0.22158,167.99,9432.48,5556.34,1.0106,54.21,1.0,54.21,71.97,71.97,0.0,48.57,1.0,48.57,71.97,71.97,0.0,68.35,33.91,8.63,10.49,54.02,5.32,18.32,40.42,4.89,9.66,21.12,0.0,0.0,0.22158 +base-dhw-tankless-propane.xml,74.27,29.83,8.7,10.49,47.54,5.34,18.31,40.42,4.89,11.19,21.12,0.0,0.0,0.22158,178.09,9999.67,5556.34,1.0106,54.21,1.0,54.21,74.27,74.27,0.0,48.57,1.0,48.57,74.27,74.27,0.0,70.53,33.91,8.63,10.49,54.02,5.32,18.32,40.42,4.89,11.19,21.12,0.0,0.0,0.22158 +base-enclosure-2stories-garage.xml,76.57,40.03,10.64,10.49,63.76,6.39,11.52,43.44,7.08,8.98,23.77,0.0,0.0,0.22179,147.43,9552.89,6613.38,0.9798,56.23,1.0,56.23,76.57,76.57,0.0,51.46,1.0,51.46,76.57,76.57,0.0,70.23,48.62,10.6,10.49,77.43,6.28,11.52,43.44,7.08,8.98,23.77,0.0,0.0,0.22179 +base-enclosure-2stories.xml,76.84,46.45,12.43,10.49,73.98,7.26,11.52,52.5,6.86,8.87,27.27,0.0,0.0,0.22179,153.78,11135.58,7501.42,0.9653,55.99,1.0,55.99,76.84,76.84,0.0,51.18,1.0,51.18,76.84,76.84,0.0,70.4,56.1,12.39,10.49,89.35,7.22,11.52,52.5,6.86,8.87,27.27,0.0,0.0,0.22179 +base-enclosure-beds-1.xml,82.95,29.82,7.9,6.15,47.5,4.93,7.18,41.76,4.71,5.48,19.69,0.0,0.0,0.22199,174.14,8514.55,4991.3,0.9796,57.98,1.0,57.98,82.95,82.95,0.0,53.07,1.0,53.07,82.95,82.95,0.0,78.35,33.92,7.84,6.15,54.01,4.91,7.19,41.76,4.71,5.48,19.69,0.0,0.0,0.22199 +base-enclosure-beds-2.xml,80.45,30.19,8.17,8.39,48.1,5.07,9.42,40.86,4.83,7.29,20.4,0.0,0.0,0.22188,163.56,8595.35,5281.06,0.9951,57.22,1.0,57.22,80.45,80.45,0.0,52.01,1.0,52.01,80.45,80.45,0.0,76.21,34.29,8.11,8.39,54.61,5.05,9.42,40.86,4.83,7.29,20.4,0.0,0.0,0.22188 +base-enclosure-beds-4.xml,76.12,30.93,8.7,12.53,49.3,5.36,13.56,39.09,5.08,10.71,21.83,0.0,0.0,0.2217,146.1,8747.4,5835.65,1.026,55.72,1.0,55.72,76.12,76.12,0.0,50.09,1.0,50.09,76.12,76.12,0.0,72.45,35.03,8.63,12.53,55.82,5.33,13.56,39.09,5.08,10.71,21.83,0.0,0.0,0.2217 +base-enclosure-beds-5.xml,74.2,31.3,8.97,14.53,49.9,5.5,15.56,38.21,5.21,12.39,22.55,0.0,0.0,0.22163,138.74,8821.42,6105.2,1.0415,54.96,1.0,54.96,74.2,74.2,0.0,49.16,1.0,49.16,74.2,74.2,0.0,70.77,35.4,8.9,14.53,56.42,5.48,15.56,38.21,5.21,12.39,22.55,0.0,0.0,0.22163 +base-enclosure-ceilingtypes.xml,88.37,30.56,8.43,10.49,48.7,5.21,11.52,52.58,5.02,9.02,21.11,0.0,0.0,0.07922,188.99,10540.2,5556.34,1.0038,56.38,1.0,56.38,88.37,88.37,0.0,50.94,1.0,50.94,88.37,88.37,0.0,83.94,34.66,8.37,10.49,55.21,5.19,11.52,52.58,5.02,9.02,21.11,0.0,0.0,0.07922 +base-enclosure-floortypes.xml,96.59,20.16,7.11,10.49,32.19,4.52,11.52,47.73,4.51,9.22,14.95,0.0,0.0,0.22179,209.87,9275.83,4173.95,1.0589,54.87,1.0,54.87,96.59,96.59,0.0,49.58,1.0,49.58,96.59,96.59,0.0,93.98,21.77,7.08,10.49,34.75,4.5,11.52,47.73,4.51,9.22,14.95,0.0,0.0,0.22179 +base-enclosure-garage.xml,77.37,30.44,6.97,10.49,48.52,4.51,11.73,42.03,3.3,9.11,20.94,0.0,0.0,0.22179,159.21,8845.78,5497.95,1.0106,57.1,1.0,57.1,77.37,77.37,0.0,51.48,1.0,51.48,77.37,77.37,0.0,73.35,34.58,6.93,10.49,55.11,4.49,11.73,42.03,3.3,9.11,20.94,0.0,0.0,0.22179 +base-enclosure-infil-ach-house-pressure.xml,78.19,30.56,8.43,10.49,48.7,5.21,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179,154.45,8672.31,5556.34,1.0106,56.49,1.0,56.49,78.19,78.19,0.0,51.05,1.0,51.05,78.19,78.19,0.0,74.26,34.66,8.37,10.49,55.21,5.19,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179 +base-enclosure-infil-cfm-house-pressure.xml,78.19,30.56,8.43,10.49,48.7,5.21,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179,154.45,8672.31,5556.34,1.0106,56.49,1.0,56.49,78.19,78.19,0.0,51.05,1.0,51.05,78.19,78.19,0.0,74.26,34.66,8.37,10.49,55.21,5.19,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179 +base-enclosure-infil-cfm50.xml,78.19,30.56,8.43,10.49,48.7,5.21,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179,154.45,8672.31,5556.34,1.0106,56.49,1.0,56.49,78.19,78.19,0.0,51.05,1.0,51.05,78.19,78.19,0.0,74.26,34.66,8.37,10.49,55.21,5.19,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179 +base-enclosure-infil-ela.xml,78.19,30.56,8.43,10.49,48.7,5.21,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179,154.45,8672.31,5556.34,1.0106,56.49,1.0,56.49,78.19,78.19,0.0,51.05,1.0,51.05,78.19,78.19,0.0,74.26,34.66,8.37,10.49,55.21,5.19,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179 +base-enclosure-infil-natural-ach.xml,78.19,30.56,8.43,10.49,48.7,5.21,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179,154.45,8672.31,5556.34,1.0106,56.49,1.0,56.49,78.19,78.19,0.0,51.05,1.0,51.05,78.19,78.19,0.0,74.26,34.66,8.37,10.49,55.21,5.19,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179 +base-enclosure-infil-natural-cfm.xml,78.19,30.56,8.43,10.49,48.7,5.21,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179,154.45,8672.31,5556.34,1.0106,56.49,1.0,56.49,78.19,78.19,0.0,51.05,1.0,51.05,78.19,78.19,0.0,74.26,34.66,8.37,10.49,55.21,5.19,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179 +base-enclosure-overhangs.xml,78.05,30.56,8.43,10.49,48.7,5.21,11.52,40.3,4.77,9.02,21.12,0.0,0.0,0.22179,155.08,8707.91,5556.34,1.0106,56.49,1.0,56.49,78.05,78.05,0.0,51.05,1.0,51.05,78.05,78.05,0.0,74.13,34.66,8.37,10.49,55.21,5.19,11.52,40.3,4.77,9.02,21.12,0.0,0.0,0.22179 +base-enclosure-skylights.xml,78.66,30.56,8.43,10.49,48.7,5.21,11.52,38.35,5.73,9.02,21.12,0.0,0.0,0.20228,151.54,8500.93,5556.34,1.0096,56.49,1.0,56.49,78.66,78.66,0.0,51.05,1.0,51.05,78.66,78.66,0.0,74.7,34.66,8.37,10.49,55.21,5.19,11.52,38.35,5.73,9.02,21.12,0.0,0.0,0.20228 +base-enclosure-walltypes.xml,92.03,30.52,8.42,10.49,48.64,5.21,11.52,59.25,4.08,9.02,21.11,0.0,0.0,-0.04073,205.77,11414.94,5558.25,0.9981,56.6,1.0,56.6,92.03,92.03,0.0,51.16,1.0,51.16,92.03,92.03,0.0,87.41,34.62,8.36,10.49,55.16,5.19,11.52,59.25,4.08,9.02,21.11,0.0,0.0,-0.04073 +base-foundation-ambient.xml,79.83,20.16,7.11,10.49,32.19,4.52,11.52,26.88,5.78,9.21,14.99,0.0,0.0,0.22179,143.2,6329.07,4173.95,1.0589,55.06,1.0,55.06,79.83,79.83,0.0,49.78,1.0,49.78,79.83,79.83,0.0,77.66,21.77,7.08,10.49,34.75,4.5,11.52,26.88,5.78,9.21,14.99,0.0,0.0,0.22179 +base-foundation-basement-garage.xml,75.57,27.7,7.1,10.49,44.13,4.53,11.52,33.12,5.03,9.25,17.62,0.0,0.0,0.22179,145.3,7411.76,4929.56,1.0348,55.33,1.0,55.33,75.57,75.57,0.0,50.28,1.0,50.28,75.57,75.57,0.0,72.5,30.61,7.05,10.49,48.75,4.51,11.52,33.12,5.03,9.25,17.62,0.0,0.0,0.22179 +base-foundation-conditioned-basement-slab-insulation.xml,77.67,30.56,8.43,10.49,48.7,5.21,11.52,38.64,5.18,9.02,21.12,0.0,0.0,0.22179,151.3,8495.63,5556.34,1.0106,56.49,1.0,56.49,77.67,77.67,0.0,51.05,1.0,51.05,77.67,77.67,0.0,73.76,34.66,8.37,10.49,55.21,5.19,11.52,38.64,5.18,9.02,21.12,0.0,0.0,0.22179 +base-foundation-conditioned-basement-wall-insulation.xml,78.22,29.13,8.07,10.49,46.42,5.04,11.52,38.8,4.56,9.02,21.12,0.0,0.0,0.22179,153.56,8465.97,5455.54,1.0106,57.42,1.0,57.42,78.22,78.22,0.0,51.82,1.0,51.82,78.22,78.22,0.0,74.21,33.22,8.01,10.49,52.92,5.02,11.52,38.8,4.56,9.02,21.12,0.0,0.0,0.22179 +base-foundation-multiple.xml,73.12,19.82,6.53,10.49,31.66,4.25,11.67,21.32,5.01,9.17,14.76,0.0,0.0,0.22179,124.99,5436.4,4107.42,1.0589,54.46,1.0,54.46,73.12,73.12,0.0,49.0,1.0,49.0,73.12,73.12,0.0,71.07,21.44,6.5,10.49,34.24,4.24,11.67,21.32,5.01,9.17,14.76,0.0,0.0,0.22179 +base-foundation-slab.xml,65.57,21.61,6.58,10.49,34.46,4.26,11.52,17.17,4.38,9.21,14.99,0.0,0.0,0.22179,108.02,4809.11,4204.44,1.0589,54.18,1.0,54.18,65.57,65.57,0.0,49.11,1.0,49.11,65.57,65.57,0.0,63.8,23.23,6.55,10.49,37.03,4.25,11.52,17.17,4.38,9.21,14.99,0.0,0.0,0.22179 +base-foundation-unconditioned-basement-assembly-r.xml,70.55,19.74,6.71,10.49,31.53,4.33,11.67,20.07,4.54,9.19,14.7,0.0,0.0,0.22179,119.97,5218.21,4107.52,1.0589,53.91,1.0,53.91,70.55,70.55,0.0,48.5,1.0,48.5,70.55,70.55,0.0,68.58,21.35,6.68,10.49,34.1,4.32,11.67,20.07,4.54,9.19,14.7,0.0,0.0,0.22179 +base-foundation-unconditioned-basement-wall-insulation.xml,77.8,19.74,6.71,10.49,31.53,4.33,11.67,28.1,4.19,9.13,14.92,0.0,0.0,0.22179,146.68,6379.75,4107.52,1.0589,53.91,1.0,53.91,77.8,77.8,0.0,48.5,1.0,48.5,77.8,77.8,0.0,75.63,21.35,6.68,10.49,34.1,4.32,11.67,28.1,4.19,9.13,14.92,0.0,0.0,0.22179 +base-foundation-unconditioned-basement.xml,73.32,19.74,6.71,10.49,31.53,4.33,11.67,21.52,5.05,9.18,14.71,0.0,0.0,0.22179,125.67,5466.09,4107.52,1.0589,53.91,1.0,53.91,73.32,73.32,0.0,48.5,1.0,48.5,73.32,73.32,0.0,71.27,21.35,6.68,10.49,34.1,4.32,11.67,21.52,5.05,9.18,14.71,0.0,0.0,0.22179 +base-foundation-unvented-crawlspace.xml,71.29,18.38,7.45,10.49,29.35,4.69,11.77,18.34,4.99,9.29,15.0,0.0,0.0,0.22179,115.9,5029.75,4098.46,1.0589,55.77,1.0,55.77,71.29,71.29,0.0,50.41,1.0,50.41,71.29,71.29,0.0,69.33,19.97,7.41,10.49,31.89,4.67,11.77,18.34,4.99,9.29,15.0,0.0,0.0,0.22179 +base-foundation-vented-crawlspace-above-grade.xml,73.52,18.41,7.35,10.49,29.41,4.64,11.79,20.26,5.06,9.36,15.0,0.0,0.0,0.22179,122.66,5320.46,4096.41,1.0589,55.91,1.0,55.91,73.52,73.52,0.0,50.56,1.0,50.56,73.52,73.52,0.0,71.49,20.01,7.31,10.49,31.95,4.62,11.79,20.26,5.06,9.36,15.0,0.0,0.0,0.22179 +base-foundation-vented-crawlspace.xml,73.15,18.38,7.45,10.49,29.35,4.69,11.77,20.36,4.9,9.37,15.0,0.0,0.0,0.22179,122.69,5324.57,4098.46,1.0589,55.77,1.0,55.77,73.15,73.15,0.0,50.41,1.0,50.41,73.15,73.15,0.0,71.14,19.97,7.41,10.49,31.89,4.67,11.77,20.36,4.9,9.37,15.0,0.0,0.0,0.22179 +base-foundation-walkout-basement.xml,79.74,34.15,9.48,10.49,54.42,5.76,11.52,45.51,5.18,9.02,21.12,0.0,0.0,0.22179,163.5,9494.38,5853.24,0.9921,56.1,1.0,56.1,79.74,79.74,0.0,51.25,1.0,51.25,79.74,79.74,0.0,73.75,40.78,9.43,10.49,64.96,5.75,11.52,45.51,5.18,9.02,21.12,0.0,0.0,0.22179 +base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml,84.54,30.56,8.4,10.49,48.67,4.28,11.52,45.4,3.91,9.02,21.12,0.0,0.0,0.22163,164.76,9371.9,5628.84,1.0106,70.31,1.0,70.31,84.54,84.54,0.0,61.27,1.0,61.27,84.54,84.54,0.0,80.29,34.66,8.34,10.49,55.2,4.26,11.52,45.4,3.91,9.02,21.12,0.0,0.0,0.22163 +base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,85.77,30.56,8.43,10.49,23.65,5.25,11.52,22.84,4.74,9.02,21.12,0.0,0.0,0.21953,84.82,4895.61,5712.3,1.0105,56.05,1.0,56.05,85.77,85.77,0.0,50.34,1.0,50.34,85.77,85.77,0.0,81.73,34.66,8.37,10.49,26.61,5.23,11.52,22.84,4.74,9.02,21.12,0.0,0.0,0.21953 +base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,84.18,30.56,8.44,10.49,22.74,4.41,11.52,21.46,3.7,9.02,21.12,0.0,0.0,0.22038,83.4,4682.74,5556.34,1.0105,53.28,1.0,53.28,84.18,84.18,0.0,47.45,1.0,47.45,84.18,84.18,0.0,80.15,34.66,8.38,10.49,25.65,4.39,11.52,21.46,3.7,9.02,21.12,0.0,0.0,0.22038 +base-hvac-air-to-air-heat-pump-1-speed-seer2-hspf2.xml,84.17,30.56,8.44,10.49,22.74,4.41,11.52,21.47,3.69,9.02,21.12,0.0,0.0,0.22038,83.37,4680.96,5556.34,1.0105,53.28,1.0,53.28,84.17,84.17,0.0,47.45,1.0,47.45,84.17,84.17,0.0,80.14,34.66,8.38,10.49,25.65,4.39,11.52,21.47,3.69,9.02,21.12,0.0,0.0,0.22038 diff --git a/workflow/tests/base_results/sample_files2.csv b/workflow/tests/base_results/sample_files2.csv index ce6816623..6e780bc02 100644 --- a/workflow/tests/base_results/sample_files2.csv +++ b/workflow/tests/base_results/sample_files2.csv @@ -1,92 +1,98 @@ XML,ERI,REUL Heating (MBtu),REUL Cooling (MBtu),REUL Hot Water (MBtu),EC_r Heating (MBtu),EC_r Cooling (MBtu),EC_r Hot Water (MBtu),EC_x Heating (MBtu),EC_x Cooling (MBtu),EC_x Hot Water (MBtu),EC_x L&A (MBtu),EC_x Vent (MBtu),EC_x Dehumid (MBtu),IAD_Save (%),CO2e Rating Index,ACO2 (lb CO2e),ARCO2 (lb CO2e),IAF RH,ES Reference Home ERI,ES SAF (Size Adjustment Factor),ES SAF Adjusted ERI Target,ES Rated Home ERI,ES Rated Home ERI w/o OPP,ES ENERGY STAR Certification,ZERH Reference Home ERI,ZERH SAF (Size Adjustment Factor),ZERH SAF Adjusted ERI Target,ZERH Rated Home ERI,ZERH Rated Home ERI w/o OPP,ZERH Zero Energy Ready Home Certification,IECC ERI,IECC REUL Heating (MBtu),IECC REUL Cooling (MBtu),IECC REUL Hot Water (MBtu),IECC EC_r Heating (MBtu),IECC EC_r Cooling (MBtu),IECC EC_r Hot Water (MBtu),IECC EC_x Heating (MBtu),IECC EC_x Cooling (MBtu),IECC EC_x Hot Water (MBtu),IECC EC_x L&A (MBtu),IECC EC_x Vent (MBtu),IECC EC_x Dehumid (MBtu),IECC IAD_Save (%) -base-hvac-air-to-air-heat-pump-1-speed.xml,84.02,29.48,8.67,10.49,22.02,4.53,11.52,20.64,3.89,9.02,21.28,0.0,0.0,0.21938,83.22,4628.66,5504.73,1.0104,52.93,1.0,52.93,84.02,84.02,0.0,47.24,1.0,47.24,84.02,84.02,0.0,80.01,33.58,8.55,10.49,24.94,4.49,11.53,20.64,3.89,9.02,21.28,0.0,0.0,0.21938 -base-hvac-air-to-air-heat-pump-2-speed.xml,72.41,29.48,8.67,10.49,22.02,4.53,11.52,15.56,2.78,9.02,21.28,0.0,0.0,0.21938,73.6,4093.97,5504.73,1.0104,52.93,1.0,52.93,72.41,72.41,0.0,47.24,1.0,47.24,72.41,72.41,0.0,68.93,33.58,8.55,10.49,24.94,4.49,11.53,15.56,2.78,9.02,21.28,0.0,0.0,0.21938 -base-hvac-air-to-air-heat-pump-var-speed.xml,72.04,29.48,8.67,10.49,22.02,4.38,11.52,16.21,2.1,9.02,21.28,0.0,0.0,0.21923,73.88,4101.32,5494.14,1.0104,53.0,1.0,53.0,72.04,72.04,0.0,47.32,1.0,47.32,72.04,72.04,0.0,68.59,33.58,8.55,10.49,24.94,4.34,11.53,16.21,2.1,9.02,21.28,0.0,0.0,0.21923 -base-hvac-boiler-elec-only.xml,98.79,29.48,8.66,10.49,22.9,5.37,11.52,29.84,4.95,9.02,21.28,0.0,0.0,0.21863,96.84,5536.29,5658.28,1.0104,55.8,1.0,55.8,98.79,98.79,0.0,50.22,1.0,50.22,98.79,98.79,0.0,94.21,33.58,8.55,10.49,25.87,5.32,11.53,29.84,4.95,9.02,21.28,0.0,0.0,0.21863 -base-hvac-boiler-gas-only.xml,71.6,29.48,8.66,10.49,48.25,5.37,11.52,31.78,4.95,9.02,21.28,0.0,0.0,0.23,131.33,7512.52,5658.28,1.011,56.85,1.0,56.85,71.6,71.6,0.0,51.74,1.0,51.74,71.6,71.6,0.0,68.04,33.58,8.55,10.49,54.81,5.32,11.53,31.78,4.95,9.02,21.28,0.0,0.0,0.23 -base-hvac-boiler-oil-only.xml,71.61,29.48,8.66,10.49,48.25,5.37,11.52,31.79,4.95,9.02,21.28,0.0,0.0,0.23,157.88,9031.33,5658.28,1.011,56.85,1.0,56.85,71.61,71.61,0.0,51.74,1.0,51.74,71.61,71.61,0.0,68.05,33.58,8.55,10.49,54.81,5.32,11.53,31.79,4.95,9.02,21.28,0.0,0.0,0.23 -base-hvac-boiler-propane-only.xml,71.59,29.48,8.66,10.49,48.25,5.37,11.52,31.77,4.95,9.02,21.28,0.0,0.0,0.23,148.19,8476.77,5658.28,1.011,56.85,1.0,56.85,71.59,71.59,0.0,51.74,1.0,51.74,71.59,71.59,0.0,68.03,33.58,8.55,10.49,54.81,5.32,11.53,31.77,4.95,9.02,21.28,0.0,0.0,0.23 -base-hvac-central-ac-only-1-speed-seer2.xml,85.03,29.48,8.66,10.49,46.95,5.37,11.52,43.7,5.2,9.02,21.28,0.0,0.0,0.22132,161.55,9237.17,5658.28,1.0105,70.98,1.0,70.98,85.03,85.03,0.0,61.92,1.0,61.92,85.03,85.03,0.0,80.74,33.58,8.55,10.49,53.48,5.32,11.53,43.7,5.2,9.02,21.28,0.0,0.0,0.22132 -base-hvac-central-ac-only-1-speed.xml,85.06,29.48,8.66,10.49,46.95,5.37,11.52,43.7,5.22,9.02,21.28,0.0,0.0,0.22132,161.56,9238.08,5658.28,1.0105,70.98,1.0,70.98,85.06,85.06,0.0,61.92,1.0,61.92,85.06,85.06,0.0,80.76,33.58,8.55,10.49,53.48,5.32,11.53,43.7,5.22,9.02,21.28,0.0,0.0,0.22132 -base-hvac-central-ac-only-2-speed.xml,82.6,29.48,8.66,10.49,46.95,5.37,11.52,43.7,4.05,9.02,21.28,0.0,0.0,0.22132,160.08,9153.36,5658.28,1.0105,70.98,1.0,70.98,82.6,82.6,0.0,61.92,1.0,61.92,82.6,82.6,0.0,78.44,33.58,8.55,10.49,53.48,5.32,11.53,43.7,4.05,9.02,21.28,0.0,0.0,0.22132 -base-hvac-central-ac-only-var-speed.xml,81.51,29.48,8.66,10.49,46.95,5.21,11.52,43.7,3.42,9.02,21.28,0.0,0.0,0.22119,159.59,9106.86,5647.05,1.0105,71.01,1.0,71.01,81.51,81.51,0.0,61.95,1.0,61.95,81.51,81.51,0.0,77.41,33.58,8.54,10.49,53.48,5.17,11.53,43.7,3.42,9.02,21.28,0.0,0.0,0.22119 -base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,86.41,29.48,8.66,10.49,22.9,5.37,11.52,22.11,5.22,9.02,21.28,0.0,0.0,0.21863,85.17,4869.51,5658.28,1.0104,54.59,1.0,54.59,86.41,86.41,0.0,48.87,1.0,48.87,86.41,86.41,0.0,82.34,33.58,8.55,10.49,25.87,5.32,11.53,22.11,5.22,9.02,21.28,0.0,0.0,0.21863 -base-hvac-dse.xml,78.53,29.48,8.66,10.49,46.97,5.34,11.52,37.25,5.64,9.02,21.28,0.0,0.0,0.22097,150.03,8345.4,5504.73,1.0105,56.2,1.0,56.2,78.53,78.53,0.0,50.79,1.0,50.79,78.53,78.53,0.0,74.57,33.58,8.55,10.49,53.5,5.29,11.53,37.25,5.64,9.02,21.28,0.0,0.0,0.22097 -base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,81.0,29.479999999999997,8.67,10.49,31.66,4.53,11.52,27.82,3.89,9.02,21.28,0.0,0.0,0.21902,109.55,6093.4,5504.73,1.0104,52.93,1.0,52.93,81.0,81.0,0.0,47.24,1.0,47.24,81.0,81.0,0.0,77.12,33.58,8.55,10.49,35.55,4.49,11.53,27.82,3.89,9.02,21.28,0.0,0.0,0.21902 -base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,80.29,29.48,8.67,10.49,35.3,4.53,11.52,30.880000000000003,3.89,9.02,21.28,0.0,0.0,0.21887,120.08,6678.93,5504.73,1.0104,52.93,1.0,52.93,80.29,80.29,0.0,47.24,1.0,47.24,80.29,80.29,0.0,76.44,33.58,8.55,10.49,39.64,4.49,11.53,30.880000000000003,3.89,9.02,21.28,0.0,0.0,0.21887 -base-hvac-ducts-buried.xml,75.52,29.48,8.66,10.49,46.97,5.34,11.52,35.75,4.76,9.02,21.28,0.0,0.0,0.22097,144.74,8051.47,5504.73,1.0105,56.2,1.0,56.2,75.52,75.52,0.0,50.79,1.0,50.79,75.52,75.52,0.0,71.71,33.58,8.55,10.49,53.5,5.29,11.53,35.75,4.76,9.02,21.28,0.0,0.0,0.22097 -base-hvac-ducts-leakage-cfm50.xml,76.88,29.48,8.66,10.49,46.97,5.34,11.52,37.03,4.94,9.02,21.28,0.0,0.0,0.22097,148.36,8252.88,5504.73,1.0105,56.2,1.0,56.2,76.88,76.88,0.0,50.79,1.0,50.79,76.88,76.88,0.0,73.01,33.58,8.55,10.49,53.5,5.29,11.53,37.03,4.94,9.02,21.28,0.0,0.0,0.22097 -base-hvac-elec-resistance-only.xml,94.81,29.48,8.66,10.49,22.9,5.37,11.52,27.46,4.95,9.02,21.28,0.0,0.0,0.21863,93.22,5329.55,5658.28,1.0104,55.8,1.0,55.8,94.81,94.81,0.0,50.22,1.0,50.22,94.81,94.81,0.0,90.39,33.58,8.55,10.49,25.87,5.32,11.53,27.46,4.95,9.02,21.28,0.0,0.0,0.21863 -base-hvac-evap-cooler-only-ducted.xml,75.66,29.48,8.66,10.49,46.95,5.37,11.52,43.7,0.74,9.02,21.28,0.0,0.0,0.22132,155.71,8903.45,5658.28,1.0105,70.98,1.0,70.98,75.66,75.66,0.0,61.92,1.0,61.92,75.66,75.66,0.0,71.88,33.58,8.55,10.49,53.48,5.32,11.53,43.7,0.74,9.02,21.28,0.0,0.0,0.22132 -base-hvac-evap-cooler-only.xml,75.48,29.48,8.66,10.49,46.95,5.37,11.52,43.71,0.66,9.02,21.28,0.0,0.0,0.22132,155.61,8897.84,5658.28,1.0105,70.98,1.0,70.98,75.48,75.48,0.0,61.92,1.0,61.92,75.48,75.48,0.0,71.71,33.58,8.55,10.49,53.48,5.32,11.53,43.71,0.66,9.02,21.28,0.0,0.0,0.22132 -base-hvac-fireplace-wood-only.xml,76.54,29.48,8.66,10.49,46.95,5.37,11.52,34.33,4.95,9.02,21.28,0.0,0.0,0.22132,,,,,57.41,1.0,57.41,76.54,76.54,0.0,52.13,1.0,52.13,76.54,76.54,0.0,72.67,33.58,8.55,10.49,53.48,5.32,11.53,34.33,4.95,9.02,21.28,0.0,0.0,0.22132 -base-hvac-floor-furnace-propane-only.xml,76.54,29.48,8.66,10.49,46.95,5.37,11.52,34.33,4.95,9.02,21.28,0.0,0.0,0.22132,156.52,8949.41,5658.28,1.0105,57.41,1.0,57.41,76.54,76.54,0.0,52.13,1.0,52.13,76.54,76.54,0.0,72.67,33.58,8.55,10.49,53.48,5.32,11.53,34.33,4.95,9.02,21.28,0.0,0.0,0.22132 -base-hvac-furnace-elec-only.xml,110.86,29.48,8.66,10.49,22.9,5.37,11.52,37.04,4.95,9.02,21.28,0.0,0.0,0.21863,108.33,6193.29,5658.28,1.0104,55.8,1.0,55.8,110.86,110.86,0.0,50.22,1.0,50.22,110.86,110.86,0.0,105.78,33.58,8.55,10.49,25.87,5.32,11.53,37.04,4.95,9.02,21.28,0.0,0.0,0.21863 -base-hvac-furnace-gas-only.xml,78.63,29.48,8.66,10.49,46.95,5.37,11.52,39.39,4.95,9.02,21.28,0.0,0.0,0.22132,150.08,8581.56,5658.28,1.0105,57.41,1.0,57.41,78.63,78.63,0.0,52.13,1.0,52.13,78.63,78.63,0.0,74.66,33.58,8.55,10.49,53.48,5.32,11.53,39.39,4.95,9.02,21.28,0.0,0.0,0.22132 -base-hvac-ground-to-air-heat-pump-cooling-only.xml,83.49,29.48,8.64,10.49,46.95,4.41,11.52,43.7,3.67,9.02,21.28,0.0,0.0,0.22082,161.86,9118.73,5574.92,1.0105,69.48,1.0,69.48,83.49,83.49,0.0,60.46,1.0,60.46,83.49,83.49,0.0,79.3,33.58,8.52,10.49,53.48,4.36,11.53,43.7,3.67,9.02,21.28,0.0,0.0,0.22082 -base-hvac-ground-to-air-heat-pump-heating-only.xml,71.5,29.48,8.66,10.49,22.9,5.37,11.52,13.56,4.95,9.02,21.28,0.0,0.0,0.21863,71.13,4066.62,5658.28,1.0104,55.8,1.0,55.8,71.5,71.5,0.0,50.22,1.0,50.22,71.5,71.5,0.0,68.06,33.58,8.55,10.49,25.87,5.32,11.53,13.56,4.95,9.02,21.28,0.0,0.0,0.21863 -base-hvac-ground-to-air-heat-pump.xml,69.07,29.48,8.67,10.49,22.02,4.53,11.52,12.73,3.41,9.02,21.28,0.0,0.0,0.21938,69.58,3870.48,5504.73,1.0104,52.93,1.0,52.93,69.07,69.07,0.0,47.24,1.0,47.24,69.07,69.07,0.0,65.73,33.58,8.55,10.49,24.94,4.49,11.53,12.73,3.41,9.02,21.28,0.0,0.0,0.21938 -base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml,82.49,29.48,8.67,10.49,22.02,4.53,11.52,20.3,3.51,9.02,21.28,0.0,0.0,0.21938,82.17,4570.76,5504.73,1.0104,52.93,1.0,52.93,82.49,82.49,0.0,47.24,1.0,47.24,82.49,82.49,0.0,78.56,33.58,8.55,10.49,24.94,4.49,11.53,20.3,3.51,9.02,21.28,0.0,0.0,0.21938 -base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml,77.58,29.48,8.66,10.49,46.97,5.34,11.52,38.58,4.72,9.02,21.28,0.0,0.0,0.22097,152.4,8477.56,5504.73,1.0105,56.2,1.0,56.2,77.58,77.58,0.0,50.79,1.0,50.79,77.58,77.58,0.0,73.68,33.58,8.55,10.49,53.5,5.29,11.53,38.58,4.72,9.02,21.28,0.0,0.0,0.22097 -base-hvac-install-quality-ground-to-air-heat-pump.xml,67.52,29.48,8.67,10.49,22.02,4.53,11.52,12.41,3.02,9.02,21.28,0.0,0.0,0.21938,68.54,3812.57,5504.73,1.0104,52.93,1.0,52.93,67.52,67.52,0.0,47.24,1.0,47.24,67.52,67.52,0.0,64.26,33.58,8.55,10.49,24.94,4.49,11.53,12.41,3.02,9.02,21.28,0.0,0.0,0.21938 -base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml,80.31,29.48,8.66,10.49,46.95,5.37,11.52,43.7,2.96,9.02,21.28,0.0,0.0,0.22132,158.7,9074.14,5658.28,1.0105,70.98,1.0,70.98,80.31,80.31,0.0,61.92,1.0,61.92,80.31,80.31,0.0,76.28,33.58,8.55,10.49,53.48,5.32,11.53,43.7,2.96,9.02,21.28,0.0,0.0,0.22132 -base-hvac-install-quality-mini-split-heat-pump-ducted.xml,67.07,29.48,8.67,10.49,22.02,4.53,11.52,13.56,2.04,9.02,21.28,0.0,0.0,0.21938,69.3,3854.6,5504.73,1.0104,52.93,1.0,52.93,67.07,67.07,0.0,47.24,1.0,47.24,67.07,67.07,0.0,63.84,33.58,8.55,10.49,24.94,4.49,11.53,13.56,2.04,9.02,21.28,0.0,0.0,0.21938 -base-hvac-mini-split-air-conditioner-only-ducted.xml,80.59,29.48,8.66,10.49,46.95,5.37,11.52,43.7,3.09,9.02,21.28,0.0,0.0,0.22132,158.86,9083.49,5658.28,1.0105,70.98,1.0,70.98,80.59,80.59,0.0,61.92,1.0,61.92,80.59,80.59,0.0,76.54,33.58,8.55,10.49,53.48,5.32,11.53,43.7,3.09,9.02,21.28,0.0,0.0,0.22132 -base-hvac-mini-split-air-conditioner-only-ductless.xml,79.74,29.48,8.66,10.49,46.95,5.37,11.52,43.71,2.69,9.02,21.28,0.0,0.0,0.22132,158.36,9054.92,5658.28,1.0105,70.98,1.0,70.98,79.74,79.74,0.0,61.92,1.0,61.92,79.74,79.74,0.0,75.74,33.58,8.55,10.49,53.48,5.32,11.53,43.71,2.69,9.02,21.28,0.0,0.0,0.22132 -base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,79.44,29.48,8.64,10.49,46.95,4.41,11.52,43.7,2.08,9.02,21.28,0.0,0.0,0.22082,159.76,9000.36,5574.92,1.0105,69.48,1.0,69.48,79.44,79.44,0.0,60.46,1.0,60.46,79.44,79.44,0.0,75.46,33.58,8.52,10.49,53.48,4.36,11.53,43.7,2.08,9.02,21.28,0.0,0.0,0.22082 -base-hvac-mini-split-heat-pump-ducted-heating-only.xml,72.38,29.48,8.66,10.49,22.9,5.37,11.52,14.08,4.95,9.02,21.28,0.0,0.0,0.21863,72.2,4127.84,5658.28,1.0104,55.8,1.0,55.8,72.38,72.38,0.0,50.22,1.0,50.22,72.38,72.38,0.0,68.9,33.58,8.55,10.49,25.87,5.32,11.53,14.08,4.95,9.02,21.28,0.0,0.0,0.21863 -base-hvac-mini-split-heat-pump-ducted.xml,67.41,29.48,8.67,10.49,22.02,4.53,11.52,13.69,2.08,9.02,21.28,0.0,0.0,0.21938,69.58,3870.35,5504.73,1.0104,52.93,1.0,52.93,67.41,67.41,0.0,47.24,1.0,47.24,67.41,67.41,0.0,64.17,33.58,8.55,10.49,24.94,4.49,11.53,13.69,2.08,9.02,21.28,0.0,0.0,0.21938 -base-hvac-mini-split-heat-pump-ductless.xml,62.41,29.48,8.67,10.49,22.02,4.53,11.52,11.23,1.79,9.02,21.28,0.0,0.0,0.21938,65.22,3627.6,5504.73,1.0104,52.93,1.0,52.93,62.41,62.41,0.0,47.24,1.0,47.24,62.41,62.41,0.0,59.4,33.58,8.55,10.49,24.94,4.49,11.53,11.23,1.79,9.02,21.28,0.0,0.0,0.21938 -base-hvac-multiple.xml,95.87,29.4,8.67,10.49,35.34,7.2700000000000005,11.52,43.81,5.73,9.02,21.28,0.0,0.0,0.21096,137.21,8498.13,6132.0,1.01,55.09,1.0,55.09,95.87,95.87,0.0,50.52,1.0,50.52,95.87,95.87,0.0,92.16,33.5,8.549999999999999,10.49,39.58,7.21,11.53,43.81,5.73,9.02,21.28,0.0,0.0,0.21096 -base-hvac-none.xml,90.61,0.0,43.21,5.18,0.0,24.12,6.1,0.0,25.16,4.75,15.13,0.0,0.0,0.17986,,,,,69.7,1.0,69.7,90.61,90.61,0.0,62.93,1.0,62.93,90.61,90.61,0.0,90.57,0.0,43.21,5.18,0.0,24.14,6.1,0.0,25.16,4.75,15.13,0.0,0.0,0.17986 -base-hvac-programmable-thermostat.xml,75.56,29.48,8.66,10.49,46.97,5.34,11.52,36.47,4.51,9.02,21.28,0.0,0.0,0.22097,146.44,8146.02,5504.73,1.0105,56.2,1.0,56.2,75.56,75.56,0.0,50.79,1.0,50.79,75.56,75.56,0.0,71.75,33.58,8.55,10.49,53.5,5.29,11.53,36.47,4.51,9.02,21.28,0.0,0.0,0.22097 -base-hvac-ptac-with-heating-electricity.xml,93.56,29.48,8.67,10.49,22.02,5.04,11.52,27.46,3.27,9.02,21.28,0.0,0.0,0.21958,92.78,5194.09,5540.43,1.0105,52.83,1.0,52.83,93.56,93.56,0.0,47.13,1.0,47.13,93.56,93.56,0.0,89.15,33.58,8.55,10.49,24.94,4.98,11.53,27.46,3.27,9.02,21.28,0.0,0.0,0.21958 -base-hvac-ptac-with-heating-natural-gas.xml,72.44,29.48,8.66,10.49,46.95,5.86,11.52,34.33,3.27,9.02,21.28,0.0,0.0,0.22141,138.72,7766.96,5540.43,1.0105,56.15,1.0,56.15,72.44,72.44,0.0,50.74,1.0,50.74,72.44,72.44,0.0,68.8,33.58,8.54,10.49,53.48,5.81,11.53,34.33,3.27,9.02,21.28,0.0,0.0,0.22141 -base-hvac-ptac.xml,80.39,29.48,8.66,10.49,46.95,5.86,11.52,43.71,3.27,9.02,21.28,0.0,0.0,0.22141,157.92,9086.04,5693.5,1.0105,70.92,1.0,70.92,80.39,80.39,0.0,61.88,1.0,61.88,80.39,80.39,0.0,76.36,33.58,8.54,10.49,53.48,5.81,11.53,43.71,3.27,9.02,21.28,0.0,0.0,0.22141 -base-hvac-pthp.xml,66.3,29.48,8.67,10.49,22.02,5.04,11.52,11.94,3.17,9.02,21.28,0.0,0.0,0.21958,67.66,3787.59,5540.43,1.0105,52.83,1.0,52.83,66.3,66.3,0.0,47.13,1.0,47.13,66.3,66.3,0.0,63.1,33.58,8.55,10.49,24.94,4.98,11.53,11.94,3.17,9.02,21.28,0.0,0.0,0.21958 -base-hvac-room-ac-only-ceer.xml,82.04,29.48,8.66,10.49,46.95,5.86,11.52,43.71,4.13,9.02,21.28,0.0,0.0,0.22141,158.99,9147.41,5693.5,1.0105,70.92,1.0,70.92,82.04,82.04,0.0,61.88,1.0,61.88,82.04,82.04,0.0,77.91,33.58,8.54,10.49,53.48,5.81,11.53,43.71,4.13,9.02,21.28,0.0,0.0,0.22141 -base-hvac-room-ac-only.xml,82.02,29.48,8.66,10.49,46.95,5.86,11.52,43.71,4.12,9.02,21.28,0.0,0.0,0.22141,158.98,9146.85,5693.5,1.0105,70.92,1.0,70.92,82.02,82.02,0.0,61.88,1.0,61.88,82.02,82.02,0.0,77.9,33.58,8.54,10.49,53.48,5.81,11.53,43.71,4.12,9.02,21.28,0.0,0.0,0.22141 -base-hvac-room-ac-with-heating.xml,95.46,29.48,8.67,10.49,22.02,5.04,11.52,27.46,4.12,9.02,21.28,0.0,0.0,0.21958,93.87,5254.91,5540.43,1.0105,52.83,1.0,52.83,95.46,95.46,0.0,47.13,1.0,47.13,95.46,95.46,0.0,90.95,33.58,8.55,10.49,24.94,4.98,11.53,27.46,4.12,9.02,21.28,0.0,0.0,0.21958 -base-hvac-room-ac-with-reverse-cycle.xml,66.3,29.48,8.67,10.49,22.02,5.04,11.52,11.94,3.17,9.02,21.28,0.0,0.0,0.21958,67.66,3787.59,5540.43,1.0105,52.83,1.0,52.83,66.3,66.3,0.0,47.13,1.0,47.13,66.3,66.3,0.0,63.1,33.58,8.55,10.49,24.94,4.98,11.53,11.94,3.17,9.02,21.28,0.0,0.0,0.21958 -base-hvac-space-heater-gas-only.xml,68.66,29.48,8.66,10.49,46.95,5.37,11.52,27.46,4.95,9.02,21.28,0.0,0.0,0.22132,120.52,6891.03,5658.28,1.0105,57.41,1.0,57.41,68.66,68.66,0.0,52.13,1.0,52.13,68.66,68.66,0.0,65.19,33.58,8.55,10.49,53.48,5.32,11.53,27.46,4.95,9.02,21.28,0.0,0.0,0.22132 -base-hvac-stove-wood-pellets-only.xml,76.51,29.48,8.66,10.49,46.95,5.37,11.52,34.3,4.95,9.02,21.28,0.0,0.0,0.22132,,,,,57.41,1.0,57.41,76.51,76.51,0.0,52.13,1.0,52.13,76.51,76.51,0.0,72.65,33.58,8.55,10.49,53.48,5.32,11.53,34.3,4.95,9.02,21.28,0.0,0.0,0.22132 -base-hvac-undersized.xml,73.59,29.48,8.66,10.49,46.97,5.34,11.52,33.88,4.51,9.02,21.28,0.0,0.0,0.22097,139.5,7759.92,5504.73,1.0105,56.2,1.0,56.2,73.59,73.59,0.0,50.79,1.0,50.79,73.59,73.59,0.0,69.88,33.58,8.55,10.49,53.5,5.29,11.53,33.88,4.51,9.02,21.28,0.0,0.0,0.22097 -base-hvac-wall-furnace-elec-only.xml,95.74,29.48,8.66,10.49,22.9,5.37,11.52,28.02,4.95,9.02,21.28,0.0,0.0,0.21863,94.11,5380.18,5658.28,1.0104,55.8,1.0,55.8,95.74,95.74,0.0,50.22,1.0,50.22,95.74,95.74,0.0,91.29,33.58,8.55,10.49,25.87,5.32,11.53,28.02,4.95,9.02,21.28,0.0,0.0,0.21863 -base-lighting-ceiling-fans.xml,78.13,29.46,8.36,10.49,46.94,5.18,11.52,38.49,4.91,9.02,21.8,0.0,0.0,0.21862,151.48,8508.1,5558.68,1.0104,56.22,1.0,56.22,78.13,78.13,0.0,50.85,1.0,50.85,78.13,78.13,0.0,74.22,33.56,8.23,10.49,53.47,5.13,11.52,38.49,4.91,9.02,21.8,0.0,0.0,0.21862 -base-location-baltimore-md.xml,68.69,20.17,11.07,9.61,32.28,6.89,10.82,17.61,7.09,8.52,15.13,0.0,0.0,0.27069,71.22,8874.24,11619.48,1.0724,51.24,1.0,51.24,68.69,68.69,0.0,48.89,1.0,48.89,68.69,68.69,0.0,67.7,20.95,11.02,9.61,33.53,6.92,10.82,17.61,7.09,8.52,15.13,0.0,0.0,0.27069 -base-location-capetown-zaf.xml,81.06,3.92,5.25,8.35,6.28,2.84,9.47,0.68,4.83,7.51,15.13,0.0,0.0,0.15686,,,,,50.39,1.0,50.39,81.06,81.06,0.0,48.18,1.0,48.18,81.06,81.06,0.0,80.46,4.34,5.06,8.35,6.95,2.75,9.47,0.68,4.83,7.51,15.13,0.0,0.0,0.15686 -base-location-dallas-tx.xml,67.47,9.38,26.9,7.53,15.03,15.95,8.51,4.02,13.2,6.72,15.13,0.0,0.0,0.27042,70.75,5735.01,7559.66,1.0723,46.94,1.0,46.94,67.47,67.47,0.0,44.11,1.0,44.11,67.47,67.47,0.0,66.56,9.9,26.96,7.53,15.86,16.14,8.51,4.02,13.2,6.72,15.13,0.0,0.0,0.27042 -base-location-duluth-mn.xml,72.06,44.96,1.99,13.08,71.63,2.09,14.52,57.05,2.55,11.43,15.13,0.0,0.0,0.25606,156.11,10539.16,6319.45,1.0683,53.97,1.0,53.97,72.06,72.06,0.0,47.16,1.0,47.16,72.06,72.06,0.0,67.69,50.07,1.78,13.08,79.77,2.0,14.52,57.05,2.55,11.43,15.13,0.0,0.0,0.25606 -base-location-helena-mt.xml,77.65,48.33,3.63,11.9,76.97,2.66,12.95,64.77,2.39,10.17,21.28,0.0,0.0,0.22273,199.35,11627.82,5771.64,1.0106,57.67,1.0,57.67,77.65,77.65,0.0,51.0,1.0,51.0,77.65,77.65,0.0,72.32,55.16,3.42,11.9,87.86,2.56,12.95,64.77,2.39,10.17,21.28,0.0,0.0,0.22273 -base-location-honolulu-hi.xml,79.68,0.0,43.22,5.18,0.0,23.91,6.1,0.0,20.65,4.75,15.13,0.0,0.0,0.17909,,,,,62.6,1.0,62.6,79.68,79.68,0.0,41.43,1.0,41.43,79.68,79.68,0.0,79.65,0.0,43.21,5.18,0.0,23.93,6.1,0.0,20.65,4.75,15.13,0.0,0.0,0.17909 -base-location-miami-fl.xml,76.03,0.05,41.3,5.34,0.08,24.12,6.26,0.0,19.6,4.88,15.13,0.0,0.0,0.20138,75.59,5854.92,7353.23,1.0533,63.33,1.0,63.33,76.03,76.03,0.0,43.39,1.0,43.39,76.03,76.03,0.0,76.02,0.05,41.3,5.34,0.08,24.12,6.26,0.0,19.6,4.88,15.13,0.0,0.0,0.20138 -base-location-phoenix-az.xml,70.09,1.22,51.94,5.61,1.96,29.42,6.56,0.07,22.27,5.11,15.13,0.0,0.0,0.28225,70.34,4742.4,6268.0,1.0756,48.87,1.0,48.87,70.09,70.09,0.0,44.49,1.0,44.49,70.09,70.09,0.0,70.01,1.25,51.99,5.61,2.0,29.46,6.56,0.07,22.27,5.11,15.13,0.0,0.0,0.28225 -base-location-portland-or.xml,75.23,12.84,4.0,9.98,20.57,2.74,11.26,15.22,3.12,8.94,15.13,0.0,0.0,0.1876,131.84,3983.43,2878.63,1.0496,66.14,1.0,66.14,75.23,75.23,0.0,50.2,1.0,50.2,75.23,75.23,0.0,73.97,13.68,3.88,9.98,21.91,2.69,11.26,15.22,3.12,8.94,15.13,0.0,0.0,0.1876 -base-mechvent-balanced.xml,82.35,29.08,8.85,10.49,46.34,5.43,11.52,42.48,5.15,9.02,21.28,1.79,0.0,0.22097,162.3,9217.86,5620.44,1.0105,56.2,1.0,56.2,82.35,82.35,0.0,50.79,1.0,50.79,82.35,82.35,0.0,78.29,33.18,8.73,10.49,52.85,5.38,11.53,42.48,5.15,9.02,21.28,1.79,0.0,0.22097 -base-mechvent-cfis-airflow-fraction-zero.xml,79.07,29.22,8.79,10.49,46.56,5.39,11.52,37.15,5.27,9.02,21.28,1.77,0.0,0.22097,149.82,8449.97,5581.17,1.0105,56.2,1.0,56.2,79.07,79.07,0.0,50.79,1.0,50.79,79.07,79.07,0.0,75.13,33.31,8.67,10.49,53.07,5.35,11.53,37.15,5.27,9.02,21.28,1.77,0.0,0.22097 -base-mechvent-cfis-supplemental-fan-exhaust.xml,75.76,29.22,8.79,10.49,46.56,5.39,11.52,35.32,5.12,9.02,21.28,0.5,0.0,0.22097,143.01,8065.39,5581.17,1.0105,56.2,1.0,56.2,75.76,75.76,0.0,50.79,1.0,50.79,75.76,75.76,0.0,71.99,33.31,8.67,10.49,53.07,5.35,11.53,35.32,5.12,9.02,21.28,0.5,0.0,0.22097 -base-mechvent-cfis.xml,79.92,29.22,8.79,10.49,46.56,5.39,11.52,38.43,5.24,9.02,21.28,1.74,0.0,0.22097,153.02,8630.41,5581.17,1.0105,56.2,1.0,56.2,79.92,79.92,0.0,50.79,1.0,50.79,79.92,79.92,0.0,75.95,33.31,8.67,10.49,53.07,5.35,11.53,38.43,5.24,9.02,21.28,1.74,0.0,0.22097 -base-mechvent-erv-atre-asre.xml,71.53,28.91,8.93,10.49,46.07,5.46,11.52,27.94,5.4,9.02,21.28,1.79,0.0,0.22097,124.16,7114.03,5670.07,1.0105,56.2,1.0,56.2,71.53,71.53,0.0,50.79,1.0,50.79,71.53,71.53,0.0,68.02,33.0,8.8,10.49,52.58,5.41,11.53,27.94,5.4,9.02,21.28,1.79,0.0,0.22097 -base-mechvent-erv.xml,71.53,28.91,8.93,10.49,46.07,5.46,11.52,27.95,5.4,9.02,21.28,1.79,0.0,0.22097,124.17,7114.52,5670.07,1.0105,56.2,1.0,56.2,71.53,71.53,0.0,50.79,1.0,50.79,71.53,71.53,0.0,68.02,33.0,8.8,10.49,52.58,5.41,11.53,27.95,5.4,9.02,21.28,1.79,0.0,0.22097 -base-mechvent-exhaust.xml,78.31,29.22,8.79,10.49,46.56,5.39,11.52,38.08,5.11,9.02,21.28,0.9,0.0,0.22097,150.75,8501.88,5581.17,1.0105,56.2,1.0,56.2,78.31,78.31,0.0,50.79,1.0,50.79,78.31,78.31,0.0,74.41,33.31,8.67,10.49,53.07,5.35,11.53,38.08,5.11,9.02,21.28,0.9,0.0,0.22097 -base-mechvent-hrv-asre.xml,71.54,28.91,8.93,10.49,46.07,5.46,11.52,27.94,5.4,9.02,21.28,1.79,0.0,0.22097,124.16,7114.08,5670.07,1.0105,56.2,1.0,56.2,71.54,71.54,0.0,50.79,1.0,50.79,71.54,71.54,0.0,68.03,33.0,8.8,10.49,52.58,5.41,11.53,27.94,5.4,9.02,21.28,1.79,0.0,0.22097 -base-mechvent-hrv.xml,71.54,28.91,8.93,10.49,46.07,5.46,11.52,27.94,5.4,9.02,21.28,1.79,0.0,0.22097,124.17,7114.56,5670.07,1.0105,56.2,1.0,56.2,71.54,71.54,0.0,50.79,1.0,50.79,71.54,71.54,0.0,68.03,33.0,8.8,10.49,52.58,5.41,11.53,27.94,5.4,9.02,21.28,1.79,0.0,0.22097 -base-mechvent-multiple.xml,82.07,29.04,8.88,10.49,46.269999999999996,6.33,11.52,41.85,6.04,9.02,21.28,1.45,0.0,0.22115,160.38,9212.02,5683.9,1.0105,56.95,1.0,56.95,82.07,82.07,0.0,51.54,1.0,51.54,82.07,82.07,0.0,78.01,33.12,8.76,10.49,52.769999999999996,6.28,11.53,41.85,6.04,9.02,21.28,1.45,0.0,0.22115 -base-mechvent-supply.xml,78.06,29.22,8.79,10.49,46.56,5.39,11.52,37.46,5.21,9.02,21.28,0.9,0.0,0.22097,149.25,8417.51,5581.17,1.0105,56.2,1.0,56.2,78.06,78.06,0.0,50.79,1.0,50.79,78.06,78.06,0.0,74.17,33.31,8.67,10.49,53.07,5.35,11.53,37.46,5.21,9.02,21.28,0.9,0.0,0.22097 -base-mechvent-whole-house-fan.xml,76.64,29.48,8.66,10.49,46.97,5.34,11.52,38.65,3.61,9.03,21.28,0.0,0.0,0.22097,151.77,8442.24,5504.73,1.0105,56.2,1.0,56.2,76.64,76.64,0.0,50.79,1.0,50.79,76.64,76.64,0.0,72.78,33.58,8.55,10.49,53.5,5.29,11.53,38.65,3.61,9.03,21.28,0.0,0.0,0.22097 -base-misc-generators.xml,76.59,29.48,8.66,10.49,46.97,5.34,11.52,38.51,5.16,9.02,21.28,0.0,0.0,0.22097,192.64,10715.86,5504.73,1.0105,56.2,1.0,56.2,78.47,78.47,0.0,50.79,1.0,50.79,78.47,78.47,0.0,72.73,33.58,8.55,10.49,53.5,5.29,11.53,38.51,5.16,9.02,21.28,0.0,0.0,0.22097 -base-pv.xml,37.41,29.48,8.66,10.49,46.97,5.34,11.52,38.51,5.16,9.02,21.28,0.0,0.0,0.22097,119.82,6665.37,5504.73,1.0105,56.2,1.0,56.2,78.47,78.47,0.0,50.79,1.0,50.79,78.47,78.47,0.0,69.15,33.58,8.55,10.49,53.5,5.29,11.53,38.51,5.16,9.02,21.28,0.0,0.0,0.22097 -base-version-co2-2019ABCD.xml,,,,,,,,,,,,,,,152.49,8482.65,5504.73,1.0105,,,,,,,,,,,,,,,,,,,,,,,,,, -base-version-eri-2014.xml,78.17,30.84,8.63,11.44,49.07,4.47,12.37,36.97,4.14,11.49,21.71,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -base-version-eri-2014A.xml,75.6,30.8,8.65,10.39,48.99,4.48,11.42,36.94,4.15,8.56,21.71,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -base-version-eri-2014AE.xml,74.72,30.8,8.65,10.39,48.99,4.48,11.42,36.94,4.15,8.56,21.71,0.0,0.0,0.24529,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -base-version-eri-2014AEG.xml,74.06,30.8,8.65,10.39,48.99,4.48,11.42,37.35,4.1,8.56,21.04,0.0,0.0,0.24941,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -base-version-eri-2019.xml,75.5,29.42,8.7,10.39,46.81,4.48,11.42,37.35,4.1,8.56,21.04,0.0,0.0,0.21846,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -base-version-eri-2019A.xml,77.07,29.48,8.67,10.49,46.9,4.47,11.52,37.35,4.1,9.02,21.28,0.0,0.0,0.22071,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -base-version-eri-2019AB.xml,78.47,29.48,8.66,10.49,46.97,5.34,11.52,38.51,5.16,9.02,21.28,0.0,0.0,0.22097,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -base-version-eri-2019ABC.xml,78.47,29.48,8.66,10.49,46.97,5.34,11.52,38.51,5.16,9.02,21.28,0.0,0.0,0.22097,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -base-version-eri-2019ABCD.xml,78.47,29.48,8.66,10.49,46.97,5.34,11.52,38.51,5.16,9.02,21.28,0.0,0.0,0.22097,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -base-version-iecc-eri-2015.xml,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,74.06,30.8,8.65,10.39,48.99,4.48,11.42,37.35,4.1,8.56,21.04,0.0,0.0,0.24941 -base-version-iecc-eri-2018.xml,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,71.63,33.52,8.58,10.39,53.33,4.44,11.42,37.35,4.1,8.56,21.04,0.0,0.0,0.24941 -base-version-iecc-eri-2021.xml,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,74.51,33.58,8.55,10.49,53.5,5.29,11.53,38.51,5.16,9.02,21.28,0.0,0.0,0.22097 -base.xml,78.47,29.48,8.66,10.49,46.97,5.34,11.52,38.51,5.16,9.02,21.28,0.0,0.0,0.22097,152.49,8482.65,5504.73,1.0105,56.2,1.0,56.2,78.47,78.47,0.0,50.79,1.0,50.79,78.47,78.47,0.0,74.51,33.58,8.55,10.49,53.5,5.29,11.53,38.51,5.16,9.02,21.28,0.0,0.0,0.22097 +base-hvac-air-to-air-heat-pump-1-speed.xml,83.94,30.56,8.44,10.49,22.74,4.41,11.52,21.32,3.7,9.02,21.12,0.0,0.0,0.22038,83.15,4668.46,5556.34,1.0105,53.28,1.0,53.28,83.94,83.94,0.0,47.45,1.0,47.45,83.94,83.94,0.0,79.92,34.66,8.38,10.49,25.65,4.39,11.52,21.32,3.7,9.02,21.12,0.0,0.0,0.22038 +base-hvac-air-to-air-heat-pump-2-speed.xml,72.2,30.56,8.44,10.49,22.74,4.41,11.52,16.05,2.65,9.02,21.12,0.0,0.0,0.22038,73.4,4121.38,5556.34,1.0105,53.28,1.0,53.28,72.2,72.2,0.0,47.45,1.0,47.45,72.2,72.2,0.0,68.73,34.66,8.38,10.49,25.65,4.39,11.52,16.05,2.65,9.02,21.12,0.0,0.0,0.22038 +base-hvac-air-to-air-heat-pump-var-speed.xml,72.02,30.56,8.44,10.49,22.74,4.27,11.52,16.76,2.01,9.02,21.12,0.0,0.0,0.22028,73.81,4136.74,5546.23,1.0105,53.35,1.0,53.35,72.02,72.02,0.0,47.52,1.0,47.52,72.02,72.02,0.0,68.56,34.66,8.37,10.49,25.65,4.25,11.52,16.76,2.01,9.02,21.12,0.0,0.0,0.22028 +base-hvac-boiler-elec-only.xml,99.25,30.56,8.43,10.49,23.65,5.25,11.52,30.93,4.74,9.02,21.12,0.0,0.0,0.21953,97.19,5609.85,5712.3,1.0105,56.05,1.0,56.05,99.25,99.25,0.0,50.34,1.0,50.34,99.25,99.25,0.0,94.65,34.66,8.37,10.49,26.61,5.23,11.52,30.93,4.74,9.02,21.12,0.0,0.0,0.21953 +base-hvac-boiler-gas-only.xml,71.16,30.56,8.43,10.49,49.93,5.25,11.52,32.93,4.74,9.02,21.12,0.0,0.0,0.23128,132.66,7661.66,5712.3,1.011,57.08,1.0,57.08,71.16,71.16,0.0,51.94,1.0,51.94,71.16,71.16,0.0,67.63,34.66,8.37,10.49,56.47,5.23,11.52,32.93,4.74,9.02,21.12,0.0,0.0,0.23128 +base-hvac-boiler-oil-only.xml,71.17,30.56,8.43,10.49,49.93,5.25,11.52,32.95,4.74,9.02,21.12,0.0,0.0,0.23128,159.89,9234.25,5712.3,1.011,57.08,1.0,57.08,71.17,71.17,0.0,51.94,1.0,51.94,71.17,71.17,0.0,67.65,34.66,8.37,10.49,56.47,5.23,11.52,32.95,4.74,9.02,21.12,0.0,0.0,0.23128 +base-hvac-boiler-propane-only.xml,71.16,30.56,8.43,10.49,49.93,5.25,11.52,32.93,4.74,9.02,21.12,0.0,0.0,0.23128,149.94,8659.44,5712.3,1.011,57.08,1.0,57.08,71.16,71.16,0.0,51.94,1.0,51.94,71.16,71.16,0.0,67.63,34.66,8.37,10.49,56.47,5.23,11.52,32.93,4.74,9.02,21.12,0.0,0.0,0.23128 +base-hvac-central-ac-only-1-speed-seer2.xml,84.98,30.56,8.43,10.49,48.67,5.25,11.52,45.4,5.0,9.02,21.12,0.0,0.0,0.22217,163.91,9462.05,5712.3,1.0106,71.76,1.0,71.76,84.98,84.98,0.0,62.69,1.0,62.69,84.98,84.98,0.0,80.7,34.66,8.37,10.49,55.2,5.23,11.52,45.4,5.0,9.02,21.12,0.0,0.0,0.22217 +base-hvac-central-ac-only-1-speed.xml,85.01,30.56,8.43,10.49,48.67,5.25,11.52,45.4,5.01,9.02,21.12,0.0,0.0,0.22217,163.92,9462.92,5712.3,1.0106,71.76,1.0,71.76,85.01,85.01,0.0,62.69,1.0,62.69,85.01,85.01,0.0,80.72,34.66,8.37,10.49,55.2,5.23,11.52,45.4,5.01,9.02,21.12,0.0,0.0,0.22217 +base-hvac-central-ac-only-2-speed.xml,82.72,30.56,8.43,10.49,48.67,5.25,11.52,45.4,3.91,9.02,21.12,0.0,0.0,0.22217,162.54,9382.89,5712.3,1.0106,71.76,1.0,71.76,82.72,82.72,0.0,62.69,1.0,62.69,82.72,82.72,0.0,78.56,34.66,8.37,10.49,55.2,5.23,11.52,45.4,3.91,9.02,21.12,0.0,0.0,0.22217 +base-hvac-central-ac-only-var-speed.xml,81.69,30.56,8.43,10.49,48.67,5.09,11.52,45.4,3.32,9.02,21.12,0.0,0.0,0.22206,162.08,9338.85,5701.48,1.0106,71.8,1.0,71.8,81.69,81.69,0.0,62.73,1.0,62.73,81.69,81.69,0.0,77.59,34.66,8.36,10.49,55.2,5.07,11.52,45.4,3.32,9.02,21.12,0.0,0.0,0.22206 +base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,86.33,30.56,8.43,10.49,23.65,5.25,11.52,22.84,5.01,9.02,21.12,0.0,0.0,0.21953,85.11,4912.4,5712.3,1.0105,54.87,1.0,54.87,86.33,86.33,0.0,49.04,1.0,49.04,86.33,86.33,0.0,82.26,34.66,8.37,10.49,26.61,5.23,11.52,22.84,5.01,9.02,21.12,0.0,0.0,0.21953 +base-hvac-dse.xml,78.18,30.56,8.43,10.49,48.7,5.21,11.52,38.7,5.41,9.02,21.12,0.0,0.0,0.22179,151.95,8532.14,5556.34,1.0106,56.48,1.0,56.48,78.18,78.18,0.0,51.05,1.0,51.05,78.18,78.18,0.0,74.25,34.66,8.37,10.49,55.21,5.19,11.52,38.7,5.41,9.02,21.12,0.0,0.0,0.22179 +base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,80.83,30.560000000000002,8.44,10.49,32.6,4.41,11.52,28.589999999999996,3.7,9.02,21.12,0.0,0.0,0.22003,109.69,6158.63,5556.34,1.0105,53.28,1.0,53.28,80.83,80.83,0.0,47.45,1.0,47.45,80.83,80.83,0.0,76.94,34.66,8.38,10.49,36.47,4.39,11.52,28.589999999999996,3.7,9.02,21.12,0.0,0.0,0.22003 +base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,80.06,30.560000000000002,8.44,10.49,36.349999999999994,4.41,11.52,31.72,3.7,9.02,21.12,0.0,0.0,0.21988,120.35,6756.96,5556.34,1.0105,53.28,1.0,53.28,80.06,80.06,0.0,47.45,1.0,47.45,80.06,80.06,0.0,76.21,34.66,8.38,10.49,40.660000000000004,4.39,11.52,31.72,3.7,9.02,21.12,0.0,0.0,0.21988 +base-hvac-ducts-area-fractions.xml,84.3,46.45,12.43,10.49,73.98,7.26,11.52,64.27,7.26,8.86,27.27,0.0,0.0,0.22179,178.76,12945.03,7501.42,0.9653,55.99,1.0,55.99,84.3,84.3,0.0,51.18,1.0,51.18,84.3,84.3,0.0,77.23,56.1,12.39,10.49,89.35,7.22,11.52,64.27,7.26,8.86,27.27,0.0,0.0,0.22179 +base-hvac-ducts-buried.xml,75.23,30.56,8.43,10.49,48.7,5.21,11.52,37.11,4.57,9.02,21.12,0.0,0.0,0.22179,146.56,8229.5,5556.34,1.0106,56.49,1.0,56.49,75.23,75.23,0.0,51.05,1.0,51.05,75.23,75.23,0.0,71.45,34.66,8.37,10.49,55.21,5.19,11.52,37.11,4.57,9.02,21.12,0.0,0.0,0.22179 +base-hvac-ducts-leakage-cfm50.xml,76.61,30.56,8.43,10.49,48.7,5.21,11.52,38.44,4.75,9.02,21.12,0.0,0.0,0.22179,150.25,8436.36,5556.34,1.0106,56.49,1.0,56.49,76.61,76.61,0.0,51.05,1.0,51.05,76.61,76.61,0.0,72.76,34.66,8.37,10.49,55.21,5.19,11.52,38.44,4.75,9.02,21.12,0.0,0.0,0.22179 +base-hvac-elec-resistance-only.xml,95.25,30.56,8.43,10.49,23.65,5.25,11.52,28.53,4.74,9.02,21.12,0.0,0.0,0.21953,93.58,5401.74,5712.3,1.0105,56.05,1.0,56.05,95.25,95.25,0.0,50.34,1.0,50.34,95.25,95.25,0.0,90.81,34.66,8.37,10.49,26.61,5.23,11.52,28.53,4.74,9.02,21.12,0.0,0.0,0.21953 +base-hvac-evap-cooler-only-ducted.xml,76.08,30.56,8.43,10.49,48.67,5.25,11.52,45.4,0.71,9.02,21.12,0.0,0.0,0.22217,158.34,9140.79,5712.3,1.0106,71.76,1.0,71.76,76.08,76.08,0.0,62.69,1.0,62.69,76.08,76.08,0.0,72.28,34.66,8.37,10.49,55.2,5.23,11.52,45.4,0.71,9.02,21.12,0.0,0.0,0.22217 +base-hvac-evap-cooler-only.xml,75.92,30.56,8.43,10.49,48.67,5.25,11.52,45.4,0.63,9.02,21.12,0.0,0.0,0.22217,158.25,9135.34,5712.3,1.0106,71.76,1.0,71.76,75.92,75.92,0.0,62.69,1.0,62.69,75.92,75.92,0.0,72.12,34.66,8.37,10.49,55.2,5.23,11.52,45.4,0.63,9.02,21.12,0.0,0.0,0.22217 +base-hvac-fireplace-wood-only.xml,76.26,30.56,8.43,10.49,48.67,5.25,11.52,35.66,4.74,9.02,21.12,0.0,0.0,0.22217,,,,,57.66,1.0,57.66,76.26,76.26,0.0,52.34,1.0,52.34,76.26,76.26,0.0,72.41,34.66,8.37,10.49,55.2,5.23,11.52,35.66,4.74,9.02,21.12,0.0,0.0,0.22217 +base-hvac-floor-furnace-propane-only.xml,76.26,30.56,8.43,10.49,48.67,5.25,11.52,35.66,4.74,9.02,21.12,0.0,0.0,0.22217,158.74,9163.63,5712.3,1.0106,57.66,1.0,57.66,76.26,76.26,0.0,52.34,1.0,52.34,76.26,76.26,0.0,72.41,34.66,8.37,10.49,55.2,5.23,11.52,35.66,4.74,9.02,21.12,0.0,0.0,0.22217 +base-hvac-furnace-elec-only.xml,111.77,30.56,8.43,10.49,23.65,5.25,11.52,38.44,4.74,9.02,21.12,0.0,0.0,0.21953,109.05,6294.55,5712.3,1.0105,56.05,1.0,56.05,111.77,111.77,0.0,50.34,1.0,50.34,111.77,111.77,0.0,106.63,34.66,8.37,10.49,26.61,5.23,11.52,38.44,4.74,9.02,21.12,0.0,0.0,0.21953 +base-hvac-furnace-gas-only.xml,78.38,30.56,8.43,10.49,48.67,5.25,11.52,40.86,4.74,9.02,21.12,0.0,0.0,0.22217,152.0,8774.31,5712.3,1.0106,57.66,1.0,57.66,78.38,78.38,0.0,52.34,1.0,52.34,78.38,78.38,0.0,74.43,34.66,8.37,10.49,55.2,5.23,11.52,40.86,4.74,9.02,21.12,0.0,0.0,0.22217 +base-hvac-ground-to-air-heat-pump-cooling-only.xml,83.47,30.56,8.4,10.49,48.67,4.28,11.52,45.4,3.49,9.02,21.12,0.0,0.0,0.22163,164.29,9345.03,5628.84,1.0106,70.31,1.0,70.31,83.47,83.47,0.0,61.27,1.0,61.27,83.47,83.47,0.0,79.28,34.66,8.34,10.49,55.2,4.26,11.52,45.4,3.49,9.02,21.12,0.0,0.0,0.22163 +base-hvac-ground-to-air-heat-pump-heating-only.xml,71.17,30.56,8.43,10.49,23.65,5.25,11.52,14.09,4.74,9.02,21.12,0.0,0.0,0.21953,70.88,4091.28,5712.3,1.0105,56.05,1.0,56.05,71.17,71.17,0.0,50.34,1.0,50.34,71.17,71.17,0.0,67.75,34.66,8.37,10.49,26.61,5.23,11.52,14.09,4.74,9.02,21.12,0.0,0.0,0.21953 +base-hvac-ground-to-air-heat-pump.xml,68.79,30.56,8.44,10.49,22.74,4.41,11.52,13.24,3.24,9.02,21.12,0.0,0.0,0.22038,69.37,3895.05,5556.34,1.0105,53.28,1.0,53.28,68.79,68.79,0.0,47.45,1.0,47.45,68.79,68.79,0.0,65.46,34.66,8.38,10.49,25.65,4.39,11.52,13.24,3.24,9.02,21.12,0.0,0.0,0.22038 +base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml,82.44,30.56,8.44,10.49,22.74,4.41,11.52,20.97,3.34,9.02,21.12,0.0,0.0,0.22038,82.12,4610.88,5556.34,1.0105,53.28,1.0,53.28,82.44,82.44,0.0,47.45,1.0,47.45,82.44,82.44,0.0,78.49,34.66,8.38,10.49,25.65,4.39,11.52,20.97,3.34,9.02,21.12,0.0,0.0,0.22038 +base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml,77.36,30.56,8.43,10.49,48.7,5.21,11.52,40.03,4.54,9.02,21.12,0.0,0.0,0.22179,154.4,8669.6,5556.34,1.0106,56.49,1.0,56.49,77.36,77.36,0.0,51.05,1.0,51.05,77.36,77.36,0.0,73.48,34.66,8.37,10.49,55.21,5.19,11.52,40.03,4.54,9.02,21.12,0.0,0.0,0.22179 +base-hvac-install-quality-ground-to-air-heat-pump.xml,67.28,30.56,8.44,10.49,22.74,4.41,11.52,12.9,2.87,9.02,21.12,0.0,0.0,0.22038,68.34,3837.32,5556.34,1.0105,53.28,1.0,53.28,67.28,67.28,0.0,47.45,1.0,47.45,67.28,67.28,0.0,64.02,34.66,8.38,10.49,25.65,4.39,11.52,12.9,2.87,9.02,21.12,0.0,0.0,0.22038 +base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml,80.53,30.56,8.43,10.49,48.67,5.25,11.52,45.4,2.85,9.02,21.12,0.0,0.0,0.22217,161.21,9306.3,5712.3,1.0106,71.76,1.0,71.76,80.53,80.53,0.0,62.69,1.0,62.69,80.53,80.53,0.0,76.49,34.66,8.37,10.49,55.2,5.23,11.52,45.4,2.85,9.02,21.12,0.0,0.0,0.22217 +base-hvac-install-quality-mini-split-heat-pump-ducted.xml,66.97,30.56,8.44,10.49,22.74,4.41,11.52,14.04,1.94,9.02,21.12,0.0,0.0,0.22038,69.18,3884.1,5556.34,1.0105,53.28,1.0,53.28,66.97,66.97,0.0,47.45,1.0,47.45,66.97,66.97,0.0,63.74,34.66,8.38,10.49,25.65,4.39,11.52,14.04,1.94,9.02,21.12,0.0,0.0,0.22038 +base-hvac-mini-split-air-conditioner-only-ducted.xml,80.79,30.56,8.43,10.49,48.67,5.25,11.52,45.4,2.98,9.02,21.12,0.0,0.0,0.22217,161.37,9315.25,5712.3,1.0106,71.76,1.0,71.76,80.79,80.79,0.0,62.69,1.0,62.69,80.79,80.79,0.0,76.73,34.66,8.37,10.49,55.2,5.23,11.52,45.4,2.98,9.02,21.12,0.0,0.0,0.22217 +base-hvac-mini-split-air-conditioner-only-ductless.xml,79.98,30.56,8.43,10.49,48.67,5.25,11.52,45.4,2.59,9.02,21.12,0.0,0.0,0.22217,160.89,9287.62,5712.3,1.0106,71.76,1.0,71.76,79.98,79.98,0.0,62.69,1.0,62.69,79.98,79.98,0.0,75.97,34.66,8.37,10.49,55.2,5.23,11.52,45.4,2.59,9.02,21.12,0.0,0.0,0.22217 +base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,79.68,30.56,8.4,10.49,48.67,4.28,11.52,45.4,1.99,9.02,21.12,0.0,0.0,0.22163,162.32,9232.99,5628.84,1.0106,70.31,1.0,70.31,79.68,79.68,0.0,61.27,1.0,61.27,79.68,79.68,0.0,75.68,34.66,8.34,10.49,55.2,4.26,11.52,45.4,1.99,9.02,21.12,0.0,0.0,0.22163 +base-hvac-mini-split-heat-pump-ducted-heating-only.xml,72.02,30.56,8.43,10.49,23.65,5.25,11.52,14.6,4.74,9.02,21.12,0.0,0.0,0.21953,71.94,4152.25,5712.3,1.0105,56.05,1.0,56.05,72.02,72.02,0.0,50.34,1.0,50.34,72.02,72.02,0.0,68.57,34.66,8.37,10.49,26.61,5.23,11.52,14.6,4.74,9.02,21.12,0.0,0.0,0.21953 +base-hvac-mini-split-heat-pump-ducted.xml,67.33,30.56,8.44,10.49,22.74,4.41,11.52,14.19,1.98,9.02,21.12,0.0,0.0,0.22038,69.47,3900.53,5556.34,1.0105,53.28,1.0,53.28,67.33,67.33,0.0,47.45,1.0,47.45,67.33,67.33,0.0,64.08,34.66,8.38,10.49,25.65,4.39,11.52,14.19,1.98,9.02,21.12,0.0,0.0,0.22038 +base-hvac-mini-split-heat-pump-ductless.xml,62.28,30.56,8.44,10.49,22.74,4.41,11.52,11.67,1.71,9.02,21.12,0.0,0.0,0.22038,65.07,3653.32,5556.34,1.0105,53.28,1.0,53.28,62.28,62.28,0.0,47.45,1.0,47.45,62.28,62.28,0.0,59.26,34.66,8.38,10.49,25.65,4.39,11.52,11.67,1.71,9.02,21.12,0.0,0.0,0.22038 +base-hvac-multiple.xml,96.42,30.5,8.43,10.49,36.44,7.15,11.52,45.339999999999996,5.52,9.02,21.12,0.0,0.0,0.21215,139.0,8671.29,6175.8,1.0101,55.23,1.0,55.23,96.42,96.42,0.0,50.59,1.0,50.59,96.42,96.42,0.0,92.65,34.6,8.370000000000001,10.49,40.65,7.12,11.52,45.339999999999996,5.52,9.02,21.12,0.0,0.0,0.21215 +base-hvac-none.xml,89.89,0.0,42.21,5.18,0.0,23.49,6.1,0.0,24.32,4.75,15.2,0.0,0.0,0.18423,,,,,69.56,1.0,69.56,89.89,89.89,0.0,62.72,1.0,62.72,89.89,89.89,0.0,89.85,0.0,42.21,5.18,0.0,23.5,6.1,0.0,24.32,4.75,15.2,0.0,0.0,0.18423 +base-hvac-programmable-thermostat.xml,75.68,30.56,8.43,10.49,48.7,5.21,11.52,38.2,4.39,9.02,21.11,0.0,0.0,0.22179,149.24,8379.7,5556.34,1.0106,56.49,1.0,56.49,75.68,75.68,0.0,51.05,1.0,51.05,75.68,75.68,0.0,71.48,34.66,8.37,10.49,55.21,5.19,11.52,37.92,4.29,9.02,21.11,0.0,0.0,0.22179 +base-hvac-ptac-with-heating-electricity.xml,94.21,30.56,8.44,10.49,22.74,4.89,11.52,28.53,3.11,9.02,21.12,0.0,0.0,0.2206,93.27,5269.36,5590.89,1.0105,53.18,1.0,53.18,94.21,94.21,0.0,47.34,1.0,47.34,94.21,94.21,0.0,89.75,34.66,8.38,10.49,25.65,4.87,11.52,28.53,3.11,9.02,21.12,0.0,0.0,0.2206 +base-hvac-ptac-with-heating-natural-gas.xml,72.34,30.56,8.43,10.49,48.67,5.72,11.52,35.66,3.11,9.02,21.12,0.0,0.0,0.22224,140.59,7943.62,5590.89,1.0106,56.43,1.0,56.43,72.34,72.34,0.0,51.0,1.0,51.0,72.34,72.34,0.0,68.71,34.66,8.36,10.49,55.2,5.7,11.52,35.66,3.11,9.02,21.12,0.0,0.0,0.22224 +base-hvac-ptac.xml,80.53,30.56,8.43,10.49,48.67,5.72,11.52,45.4,3.11,9.02,21.12,0.0,0.0,0.22224,160.39,9313.83,5746.3,1.0106,71.71,1.0,71.71,80.53,80.53,0.0,62.64,1.0,62.64,80.53,80.53,0.0,76.49,34.66,8.36,10.49,55.2,5.7,11.52,45.4,3.11,9.02,21.12,0.0,0.0,0.22224 +base-hvac-pthp.xml,65.97,30.56,8.44,10.49,22.74,4.89,11.52,12.36,3.02,9.02,21.12,0.0,0.0,0.2206,67.36,3805.75,5590.89,1.0105,53.18,1.0,53.18,65.97,65.97,0.0,47.34,1.0,47.34,65.97,65.97,0.0,62.78,34.66,8.38,10.49,25.65,4.87,11.52,12.36,3.02,9.02,21.12,0.0,0.0,0.2206 +base-hvac-room-ac-only-ceer.xml,82.07,30.56,8.43,10.49,48.67,5.72,11.52,45.4,3.92,9.02,21.12,0.0,0.0,0.22224,161.39,9372.16,5746.3,1.0106,71.71,1.0,71.71,82.07,82.07,0.0,62.64,1.0,62.64,82.07,82.07,0.0,77.95,34.66,8.36,10.49,55.2,5.7,11.52,45.4,3.92,9.02,21.12,0.0,0.0,0.22224 +base-hvac-room-ac-only.xml,82.06,30.56,8.43,10.49,48.67,5.72,11.52,45.4,3.92,9.02,21.12,0.0,0.0,0.22224,161.38,9371.63,5746.3,1.0106,71.71,1.0,71.71,82.06,82.06,0.0,62.64,1.0,62.64,82.06,82.06,0.0,77.94,34.66,8.36,10.49,55.2,5.7,11.52,45.4,3.92,9.02,21.12,0.0,0.0,0.22224 +base-hvac-room-ac-with-heating.xml,96.0,30.56,8.44,10.49,22.74,4.89,11.52,28.53,3.92,9.02,21.12,0.0,0.0,0.2206,94.29,5327.16,5590.89,1.0105,53.18,1.0,53.18,96.0,96.0,0.0,47.34,1.0,47.34,96.0,96.0,0.0,91.45,34.66,8.38,10.49,25.65,4.87,11.52,28.53,3.92,9.02,21.12,0.0,0.0,0.2206 +base-hvac-room-ac-with-reverse-cycle.xml,65.97,30.56,8.44,10.49,22.74,4.89,11.52,12.36,3.02,9.02,21.12,0.0,0.0,0.2206,67.36,3805.75,5590.89,1.0105,53.18,1.0,53.18,65.97,65.97,0.0,47.34,1.0,47.34,65.97,65.97,0.0,62.78,34.66,8.38,10.49,25.65,4.87,11.52,12.36,3.02,9.02,21.12,0.0,0.0,0.2206 +base-hvac-space-heater-gas-only.xml,68.15,30.56,8.43,10.49,48.67,5.25,11.52,28.53,4.74,9.02,21.12,0.0,0.0,0.22217,121.7,7025.4,5712.3,1.0106,57.66,1.0,57.66,68.15,68.15,0.0,52.34,1.0,52.34,68.15,68.15,0.0,64.71,34.66,8.37,10.49,55.2,5.23,11.52,28.53,4.74,9.02,21.12,0.0,0.0,0.22217 +base-hvac-stove-wood-pellets-only.xml,76.24,30.56,8.43,10.49,48.67,5.25,11.52,35.63,4.74,9.02,21.12,0.0,0.0,0.22217,,,,,57.66,1.0,57.66,76.24,76.24,0.0,52.34,1.0,52.34,76.24,76.24,0.0,72.39,34.66,8.37,10.49,55.2,5.23,11.52,35.63,4.74,9.02,21.12,0.0,0.0,0.22217 +base-hvac-undersized.xml,73.29,30.56,8.43,10.49,48.7,5.21,11.52,35.18,4.33,9.02,21.12,0.0,0.0,0.22179,141.21,7928.97,5556.34,1.0106,56.49,1.0,56.49,73.29,73.29,0.0,51.05,1.0,51.05,73.29,73.29,0.0,69.61,34.66,8.37,10.49,55.21,5.19,11.52,35.18,4.33,9.02,21.12,0.0,0.0,0.22179 +base-hvac-wall-furnace-elec-only.xml,96.22,30.56,8.43,10.49,23.65,5.25,11.52,29.11,4.74,9.02,21.12,0.0,0.0,0.21953,94.5,5454.32,5712.3,1.0105,56.05,1.0,56.05,96.22,96.22,0.0,50.34,1.0,50.34,96.22,96.22,0.0,91.74,34.66,8.37,10.49,26.61,5.23,11.52,29.11,4.74,9.02,21.12,0.0,0.0,0.21953 +base-lighting-ceiling-fans.xml,77.87,30.54,8.12,10.49,48.67,5.06,11.52,39.94,4.72,9.02,21.65,0.0,0.0,0.2195,153.44,8698.68,5610.59,1.0105,56.5,1.0,56.5,77.87,77.87,0.0,51.11,1.0,51.11,77.87,77.87,0.0,73.99,34.64,8.04,10.49,55.19,5.03,11.52,39.94,4.72,9.02,21.65,0.0,0.0,0.2195 +base-location-baltimore-md.xml,68.08,20.96,10.59,9.61,33.56,6.63,10.81,18.48,6.74,8.51,15.02,0.0,0.0,0.2731,71.06,8901.71,11674.09,1.073,51.42,1.0,51.42,68.08,68.08,0.0,49.03,1.0,49.03,68.08,68.08,0.0,67.09,21.75,10.56,9.61,34.81,6.67,10.81,18.48,6.74,8.51,15.02,0.0,0.0,0.2731 +base-location-capetown-zaf.xml,77.89,4.32,4.49,8.36,6.92,2.44,9.47,0.81,4.04,7.51,15.08,0.0,0.0,0.17672,,,,,50.29,1.0,50.29,77.89,77.89,0.0,48.05,1.0,48.05,77.89,77.89,0.0,77.18,4.75,4.35,8.36,7.61,2.37,9.47,0.81,4.04,7.51,15.08,0.0,0.0,0.17672 +base-location-dallas-tx.xml,66.78,9.9,26.44,7.52,15.85,15.66,8.5,4.42,12.81,6.71,15.1,0.0,0.0,0.27416,70.73,5752.48,7577.77,1.0733,47.22,1.0,47.22,66.78,66.78,0.0,44.3,1.0,44.3,66.78,66.78,0.0,65.87,10.41,26.51,7.52,16.68,15.86,8.5,4.42,12.81,6.71,15.1,0.0,0.0,0.27416 +base-location-duluth-mn.xml,71.81,45.93,1.75,13.08,73.17,1.97,14.52,58.3,2.36,11.42,14.31,0.0,0.0,0.25697,158.0,10646.19,6305.71,1.0686,53.94,1.0,53.94,71.81,71.81,0.0,47.01,1.0,47.01,71.81,71.81,0.0,67.45,51.02,1.6,13.08,81.28,1.91,14.52,58.3,2.36,11.42,14.31,0.0,0.0,0.25697 +base-location-helena-mt.xml,77.52,49.58,3.69,11.89,78.97,2.68,12.94,66.33,2.39,10.17,21.08,0.0,0.0,0.22349,200.88,11843.88,5834.04,1.0106,57.73,1.0,57.73,77.52,77.52,0.0,51.11,1.0,51.11,77.52,77.52,0.0,72.27,56.4,3.49,11.89,89.83,2.58,12.95,66.33,2.39,10.17,21.08,0.0,0.0,0.22349 +base-location-honolulu-hi.xml,79.16,0.0,42.21,5.18,0.0,23.29,6.1,0.0,19.95,4.75,15.2,0.0,0.0,0.18347,,,,,62.65,1.0,62.65,79.16,79.16,0.0,41.47,1.0,41.47,79.16,79.16,0.0,79.12,0.0,42.21,5.18,0.0,23.3,6.1,0.0,19.95,4.75,15.2,0.0,0.0,0.18347 +base-location-miami-fl.xml,75.57,0.06,40.62,5.34,0.1,23.66,6.26,0.0,19.06,4.88,15.19,0.0,0.0,0.20467,75.13,5782.99,7301.57,1.0542,63.44,1.0,63.44,75.57,75.57,0.0,43.47,1.0,43.47,75.57,75.57,0.0,75.57,0.06,40.62,5.34,0.1,23.66,6.26,0.0,19.06,4.88,15.19,0.0,0.0,0.20467 +base-location-phoenix-az.xml,69.71,1.43,51.54,5.6,2.29,29.19,6.55,0.1,21.99,5.11,15.16,0.0,0.0,0.28464,70.1,4728.92,6268.19,1.0762,49.09,1.0,49.09,69.71,69.71,0.0,44.73,1.0,44.73,69.71,69.71,0.0,69.62,1.46,51.59,5.6,2.34,29.23,6.55,0.1,21.99,5.11,15.16,0.0,0.0,0.28464 +base-location-portland-or.xml,74.63,13.7,3.43,9.97,21.93,2.46,11.25,16.26,2.81,8.93,14.97,0.0,0.0,0.18977,135.11,4108.35,2895.38,1.0502,66.66,1.0,66.66,74.63,74.63,0.0,50.06,1.0,50.06,74.63,74.63,0.0,73.35,14.54,3.36,9.97,23.28,2.44,11.25,16.26,2.81,8.93,14.97,0.0,0.0,0.18977 +base-mechvent-balanced.xml,82.15,30.16,8.61,10.49,48.07,5.3,11.52,43.96,4.99,9.02,21.11,1.79,0.0,0.22179,164.27,9415.04,5671.68,1.0106,56.49,1.0,56.49,82.15,82.15,0.0,51.05,1.0,51.05,82.15,82.15,0.0,78.11,34.25,8.54,10.49,54.56,5.28,11.52,43.96,4.99,9.02,21.11,1.79,0.0,0.22179 +base-mechvent-cfis-airflow-fraction-zero.xml,78.86,30.3,8.55,10.49,48.28,5.27,11.52,38.66,5.08,9.02,21.12,1.76,0.0,0.22179,151.94,8648.27,5632.48,1.0106,56.49,1.0,56.49,78.86,78.86,0.0,51.05,1.0,51.05,78.86,78.86,0.0,74.95,34.39,8.48,10.49,54.78,5.25,11.52,38.66,5.08,9.02,21.12,1.76,0.0,0.22179 +base-mechvent-cfis-supplemental-fan-exhaust.xml,75.63,30.3,8.55,10.49,48.28,5.27,11.52,36.89,4.94,9.02,21.12,0.5,0.0,0.22179,145.37,8274.21,5632.48,1.0106,56.49,1.0,56.49,75.63,75.63,0.0,51.05,1.0,51.05,75.63,75.63,0.0,71.88,34.39,8.48,10.49,54.78,5.25,11.52,36.89,4.94,9.02,21.12,0.5,0.0,0.22179 +base-mechvent-cfis.xml,79.7,30.3,8.55,10.49,48.28,5.27,11.52,39.86,5.08,9.02,21.12,1.73,0.0,0.22179,154.95,8819.85,5632.48,1.0106,56.49,1.0,56.49,79.7,79.7,0.0,51.05,1.0,51.05,79.7,79.7,0.0,75.74,34.39,8.48,10.49,54.78,5.25,11.52,39.86,5.08,9.02,21.12,1.73,0.0,0.22179 +base-mechvent-erv-atre-asre.xml,71.25,29.99,8.68,10.49,47.79,5.33,11.52,29.4,5.15,9.02,21.13,1.79,0.0,0.22179,126.29,7301.22,5721.03,1.0106,56.49,1.0,56.49,71.25,71.25,0.0,51.05,1.0,51.05,71.25,71.25,0.0,67.76,34.07,8.61,10.49,54.28,5.31,11.52,29.4,5.15,9.02,21.13,1.79,0.0,0.22179 +base-mechvent-erv.xml,71.26,29.99,8.68,10.49,47.79,5.33,11.52,29.4,5.15,9.02,21.13,1.79,0.0,0.22179,126.3,7301.71,5721.03,1.0106,56.49,1.0,56.49,71.26,71.26,0.0,51.05,1.0,51.05,71.26,71.26,0.0,67.77,34.07,8.61,10.49,54.28,5.31,11.52,29.4,5.15,9.02,21.13,1.79,0.0,0.22179 +base-mechvent-exhaust.xml,78.12,30.3,8.55,10.49,48.28,5.27,11.52,39.56,4.94,9.02,21.12,0.9,0.0,0.22179,152.82,8698.53,5632.48,1.0106,56.49,1.0,56.49,78.12,78.12,0.0,51.05,1.0,51.05,78.12,78.12,0.0,74.24,34.39,8.48,10.49,54.78,5.25,11.52,39.56,4.94,9.02,21.12,0.9,0.0,0.22179 +base-mechvent-hrv-asre.xml,71.26,29.99,8.68,10.49,47.79,5.33,11.52,29.39,5.16,9.02,21.13,1.79,0.0,0.22179,126.29,7301.24,5721.03,1.0106,56.49,1.0,56.49,71.26,71.26,0.0,51.05,1.0,51.05,71.26,71.26,0.0,67.77,34.07,8.61,10.49,54.28,5.31,11.52,29.39,5.16,9.02,21.13,1.79,0.0,0.22179 +base-mechvent-hrv.xml,71.26,29.99,8.68,10.49,47.79,5.33,11.52,29.4,5.16,9.02,21.13,1.79,0.0,0.22179,126.3,7301.73,5721.03,1.0106,56.49,1.0,56.49,71.26,71.26,0.0,51.05,1.0,51.05,71.26,71.26,0.0,67.77,34.07,8.61,10.49,54.28,5.31,11.52,29.4,5.16,9.02,21.13,1.79,0.0,0.22179 +base-mechvent-multiple.xml,81.93,30.12,8.62,10.49,47.989999999999995,6.2,11.52,43.39,5.86,9.02,21.11,1.45,0.0,0.2219,162.57,9418.04,5732.47,1.0106,57.22,1.0,57.22,81.93,81.93,0.0,51.78,1.0,51.78,81.93,81.93,0.0,77.9,34.2,8.56,10.49,54.48,6.18,11.52,43.39,5.86,9.02,21.11,1.45,0.0,0.2219 +base-mechvent-supply.xml,77.86,30.3,8.55,10.49,48.28,5.27,11.52,38.93,5.04,9.02,21.12,0.9,0.0,0.22179,151.33,8613.43,5632.48,1.0106,56.49,1.0,56.49,77.86,77.86,0.0,51.05,1.0,51.05,77.86,77.86,0.0,73.99,34.39,8.48,10.49,54.78,5.25,11.52,38.93,5.04,9.02,21.12,0.9,0.0,0.22179 +base-mechvent-whole-house-fan.xml,76.46,30.56,8.43,10.49,48.7,5.21,11.52,40.1,3.44,9.03,21.1,0.0,0.0,0.22179,153.79,8635.19,5556.34,1.0106,56.49,1.0,56.49,76.46,76.46,0.0,51.05,1.0,51.05,76.46,76.46,0.0,72.62,34.66,8.37,10.49,55.21,5.19,11.52,40.1,3.44,9.03,21.1,0.0,0.0,0.22179 +base-misc-generators.xml,76.33,30.56,8.43,10.49,48.7,5.21,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179,194.22,10905.52,5556.34,1.0106,56.49,1.0,56.49,78.19,78.19,0.0,51.05,1.0,51.05,78.19,78.19,0.0,72.5,34.66,8.37,10.49,55.21,5.19,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179 +base-pv-battery.xml,39.34,30.56,8.43,10.49,48.7,5.21,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179,119.94,6734.63,5556.34,1.0106,56.49,1.0,56.49,78.19,78.19,0.0,51.05,1.0,51.05,78.19,78.19,0.0,68.86,34.66,8.37,10.49,55.21,5.19,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179 +base-pv.xml,37.46,30.56,8.43,10.49,48.7,5.21,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179,122.08,6855.03,5556.34,1.0106,56.49,1.0,56.49,78.19,78.19,0.0,51.05,1.0,51.05,78.19,78.19,0.0,68.86,34.66,8.37,10.49,55.21,5.19,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179 +base-version-co2-2019ABCD.xml,,,,,,,,,,,,,,,154.45,8672.31,5556.34,1.0106,,,,,,,,,,,,,,,,,,,,,,,,,, +base-version-co2-2022.xml,,,,,,,,,,,,,,,154.45,8672.31,5556.34,1.0106,,,,,,,,,,,,,,,,,,,,,,,,,, +base-version-co2-2022C.xml,,,,,,,,,,,,,,,154.45,8672.31,5556.34,1.0106,,,,,,,,,,,,,,,,,,,,,,,,,, +base-version-eri-2014.xml,77.91,31.91,8.42,11.44,50.77,4.38,12.37,38.38,3.98,11.49,21.55,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +base-version-eri-2014A.xml,75.36,31.86,8.44,10.38,50.69,4.39,11.41,38.35,3.99,8.55,21.55,0.0,0.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +base-version-eri-2014AE.xml,74.49,31.86,8.44,10.38,50.69,4.39,11.41,38.35,3.99,8.55,21.55,0.0,0.0,0.24632,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +base-version-eri-2014AEG.xml,73.83,31.86,8.44,10.38,50.69,4.39,11.41,38.76,3.94,8.55,20.88,0.0,0.0,0.25041,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +base-version-eri-2019.xml,75.26,30.51,8.46,10.38,48.53,4.38,11.41,38.76,3.94,8.55,20.88,0.0,0.0,0.21933,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +base-version-eri-2019A.xml,76.8,30.56,8.43,10.49,48.62,4.37,11.52,38.76,3.94,9.02,21.12,0.0,0.0,0.22149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +base-version-eri-2019AB.xml,78.19,30.56,8.43,10.49,48.7,5.21,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +base-version-eri-2019ABC.xml,78.19,30.56,8.43,10.49,48.7,5.21,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +base-version-eri-2019ABCD.xml,78.19,30.56,8.43,10.49,48.7,5.21,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +base-version-eri-2022.xml,78.19,30.56,8.43,10.49,48.7,5.21,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +base-version-eri-2022C.xml,78.19,30.56,8.43,10.49,48.7,5.21,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +base-version-iecc-eri-2015.xml,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,73.83,31.86,8.44,10.38,50.69,4.39,11.41,38.76,3.94,8.55,20.88,0.0,0.0,0.25041 +base-version-iecc-eri-2018.xml,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,71.41,34.6,8.4,10.38,55.05,4.36,11.41,38.76,3.94,8.55,20.88,0.0,0.0,0.25041 +base-version-iecc-eri-2021.xml,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,74.26,34.66,8.37,10.49,55.21,5.19,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179 +base.xml,78.19,30.56,8.43,10.49,48.7,5.21,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179,154.45,8672.31,5556.34,1.0106,56.49,1.0,56.49,78.19,78.19,0.0,51.05,1.0,51.05,78.19,78.19,0.0,74.26,34.66,8.37,10.49,55.21,5.19,11.52,39.97,4.96,9.02,21.12,0.0,0.0,0.22179 diff --git a/workflow/tests/resnet_hers_test.rb b/workflow/tests/resnet_hers_test.rb index 0fa0e9350..9f537757c 100644 --- a/workflow/tests/resnet_hers_test.rb +++ b/workflow/tests/resnet_hers_test.rb @@ -73,7 +73,7 @@ def test_resnet_hers_reference_home_auto_generation # Check results all_results.each do |xml, results| test_num = File.basename(xml)[0, 2].to_i - _check_reference_home_components(results, test_num, '2019A') + _check_reference_home_components(results, test_num, '2022C') end end diff --git a/workflow/tests/util.rb b/workflow/tests/util.rb index 6aed8feb9..a8c0167aa 100644 --- a/workflow/tests/util.rb +++ b/workflow/tests/util.rb @@ -534,6 +534,7 @@ def _get_reference_home_components(hpxml, test_num) results = {} hpxml = HPXML.new(hpxml_path: hpxml) hpxml_bldg = hpxml.buildings[0] + eri_version = hpxml.header.eri_calculation_version # Above-grade walls wall_u, wall_solar_abs, wall_emiss, _wall_area = _get_above_grade_walls(hpxml_bldg) @@ -631,7 +632,7 @@ def _get_reference_home_components(hpxml, test_num) results['Air Distribution System Efficiency'] = dse.round(2) # Thermostat - tstat, htg_sp, clg_sp = _get_tstat(hpxml_bldg) + tstat, htg_sp, clg_sp = _get_tstat(eri_version, hpxml_bldg) results['Thermostat Type'] = tstat results['Heating thermostat settings'] = htg_sp.round(0) results['Cooling thermostat settings'] = clg_sp.round(0) @@ -652,6 +653,7 @@ def _get_iad_home_components(hpxml, test_num) results = {} hpxml = HPXML.new(hpxml_path: hpxml) hpxml_bldg = hpxml.buildings[0] + eri_version = hpxml.header.eri_calculation_version # Geometry results['Number of Stories'] = hpxml_bldg.building_construction.number_of_conditioned_floors @@ -711,7 +713,7 @@ def _get_iad_home_components(hpxml, test_num) results['Labeled cooling system rating and efficiency'] = seer # Thermostat - tstat, htg_sp, clg_sp = _get_tstat(hpxml_bldg) + tstat, htg_sp, clg_sp = _get_tstat(eri_version, hpxml_bldg) results['Thermostat Type'] = tstat results['Heating thermostat settings'] = htg_sp results['Cooling thermostat settings'] = clg_sp @@ -824,34 +826,39 @@ def _check_reference_home_components(results, test_num, version) assert_equal(0.00036, results['SLAo (ft2/ft2)']) # Internal gains - if version == '2019A' - # Pub 002-2020 (June 2020) + if version == '2022C' + # FIXME: Expected values changed due to rounded F_sensible values in 301-2022 + # Addendum C relative to previously prescribed internal gains. Values below + # do not match Pub 002, as it has not yet been updated. if test_num == 1 - assert_in_epsilon(55115, results['Sensible Internal gains (Btu/day)'], epsilon) - assert_in_epsilon(13666, results['Latent Internal gains (Btu/day)'], epsilon) + assert_in_epsilon(55142, results['Sensible Internal gains (Btu/day)'], epsilon) + assert_in_epsilon(13635, results['Latent Internal gains (Btu/day)'], epsilon) elsif test_num == 2 assert_in_epsilon(52470, results['Sensible Internal gains (Btu/day)'], epsilon) - assert_in_epsilon(12568, results['Latent Internal gains (Btu/day)'], epsilon) + assert_in_epsilon(12565, results['Latent Internal gains (Btu/day)'], epsilon) elsif test_num == 3 assert_in_epsilon(47839, results['Sensible Internal gains (Btu/day)'], epsilon) - assert_in_epsilon(9152, results['Latent Internal gains (Btu/day)'], epsilon) + assert_in_epsilon(9150, results['Latent Internal gains (Btu/day)'], epsilon) else - assert_in_epsilon(82691, results['Sensible Internal gains (Btu/day)'], epsilon) - assert_in_epsilon(17769, results['Latent Internal gains (Btu/day)'], epsilon) + assert_in_epsilon(82721, results['Sensible Internal gains (Btu/day)'], epsilon) + assert_in_epsilon(17734, results['Latent Internal gains (Btu/day)'], epsilon) end else + # Note: Values have been updated slightly relative to Pub 002 because we are + # using rounded F_sensible values from 301-2022 Addendum C instead of the + # previously prescribed internal gains. if test_num == 1 - assert_in_epsilon(55470, results['Sensible Internal gains (Btu/day)'], epsilon) - assert_in_epsilon(13807, results['Latent Internal gains (Btu/day)'], epsilon) + assert_in_epsilon(55520, results['Sensible Internal gains (Btu/day)'], epsilon) + assert_in_epsilon(13776, results['Latent Internal gains (Btu/day)'], epsilon) elsif test_num == 2 - assert_in_epsilon(52794, results['Sensible Internal gains (Btu/day)'], epsilon) - assert_in_epsilon(12698, results['Latent Internal gains (Btu/day)'], epsilon) + assert_in_epsilon(52809, results['Sensible Internal gains (Btu/day)'], epsilon) + assert_in_epsilon(12701, results['Latent Internal gains (Btu/day)'], epsilon) elsif test_num == 3 - assert_in_epsilon(48111, results['Sensible Internal gains (Btu/day)'], epsilon) - assert_in_epsilon(9259, results['Latent Internal gains (Btu/day)'], epsilon) + assert_in_epsilon(48124, results['Sensible Internal gains (Btu/day)'], epsilon) + assert_in_epsilon(9263, results['Latent Internal gains (Btu/day)'], epsilon) else - assert_in_epsilon(83103, results['Sensible Internal gains (Btu/day)'], epsilon) - assert_in_epsilon(17934, results['Latent Internal gains (Btu/day)'], epsilon) + assert_in_epsilon(83160, results['Sensible Internal gains (Btu/day)'], epsilon) + assert_in_epsilon(17899, results['Latent Internal gains (Btu/day)'], epsilon) end end @@ -882,15 +889,14 @@ def _check_reference_home_components(results, test_num, version) mv_kwh_yr = 379.1 end else - # Pub 002-2020 (June 2020) if test_num == 1 mv_kwh_yr = 0.0 elsif test_num == 2 mv_kwh_yr = 222.1 elsif test_num == 3 - mv_kwh_yr = 287.8 + mv_kwh_yr = 288.1 else - mv_kwh_yr = 762.8 + mv_kwh_yr = 763.4 end end assert_in_epsilon(mv_kwh_yr, results['Mechanical ventilation (kWh/y)'], epsilon) @@ -1254,11 +1260,23 @@ def _get_hvac(hpxml_bldg) return afue / num_afue, hspf / num_hspf, seer / num_seer, dse / num_dse end -def _get_tstat(hpxml_bldg) +def _get_tstat(eri_version, hpxml_bldg) hvac_control = hpxml_bldg.hvac_controls[0] tstat = hvac_control.control_type.gsub(' thermostat', '') - htg_sp, _htg_setback_sp, _htg_setback_hrs_per_week, _htg_setback_start_hr = HVAC.get_default_heating_setpoint(hvac_control.control_type) - clg_sp, _clg_setup_sp, _clg_setup_hrs_per_week, _clg_setup_start_hr = HVAC.get_default_cooling_setpoint(hvac_control.control_type) + htg_weekday_setpoints, htg_weekend_setpoints = HVAC.get_default_heating_setpoint(hvac_control.control_type, eri_version) + clg_weekday_setpoints, clg_weekend_setpoints = HVAC.get_default_cooling_setpoint(hvac_control.control_type, eri_version) + + htg_weekday_setpoints = htg_weekday_setpoints.split(', ').map(&:to_f) + htg_weekend_setpoints = htg_weekend_setpoints.split(', ').map(&:to_f) + clg_weekday_setpoints = clg_weekday_setpoints.split(', ').map(&:to_f) + clg_weekend_setpoints = clg_weekend_setpoints.split(', ').map(&:to_f) + + if htg_weekday_setpoints.uniq.size == 1 && htg_weekend_setpoints.uniq.size == 1 && htg_weekday_setpoints.uniq[0] == htg_weekend_setpoints.uniq[0] + htg_sp = htg_weekday_setpoints.uniq[0] + end + if clg_weekday_setpoints.uniq.size == 1 && clg_weekend_setpoints.uniq.size == 1 && clg_weekday_setpoints.uniq[0] == clg_weekend_setpoints.uniq[0] + clg_sp = clg_weekday_setpoints.uniq[0] + end return tstat, htg_sp, clg_sp end @@ -1575,7 +1593,7 @@ def _check_hot_water_301_2019_pre_addendum_a(energy) # FL Delta cases assert_operator((energy['L100AM-HW-01'] - energy['L100AM-HW-02']) / energy['L100AM-HW-01'] * 100, :>, -24.54) - assert_operator((energy['L100AM-HW-01'] - energy['L100AM-HW-02']) / energy['L100AM-HW-01'] * 100, :<, -23.44) + assert_operator((energy['L100AM-HW-01'] - energy['L100AM-HW-02']) / energy['L100AM-HW-01'] * 100, :<, -23.42) assert_operator((energy['L100AM-HW-01'] - energy['L100AM-HW-03']) / energy['L100AM-HW-01'] * 100, :>, 16.65) assert_operator((energy['L100AM-HW-01'] - energy['L100AM-HW-03']) / energy['L100AM-HW-01'] * 100, :<, 18.12) assert_operator((energy['L100AM-HW-02'] - energy['L100AM-HW-04']) / energy['L100AM-HW-02'] * 100, :>, 2.20) diff --git a/workflow/util.rb b/workflow/util.rb index 1487b333c..794467ba2 100644 --- a/workflow/util.rb +++ b/workflow/util.rb @@ -70,17 +70,19 @@ def calc_opp_eri_limit(rd_eri, saf, program_version) saf_eri = (rd_eri * saf).round(0) return orig_eri - saf_eri else - # on-site power generation may not be used to meet the ENERGY STAR ERI Target + # on-site power generation may not be used to meet the ENERGY STAR/ZERH ERI Target return 0.0 end end -def calc_renewable_energy_limit(eri_outputs, program_version) - if ['2021'].include? program_version +def calc_renewable_energy_limit(eri_outputs, iecc_version) + if ['2021'].include? iecc_version # For compliance purposes, any reduction in energy use of the rated design associated with # on-site renewable energy shall not exceed 5 percent of the total energy use. return 0.05 * eri_outputs[Constants.CalcTypeERIRatedHome]['Energy Use: Total'] - else + elsif ['2015', '2018'].include? iecc_version return + else + fail 'Unhandled IECC version.' end end