urbanopt-cli 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/pull_request_template.md +2 -2
- data/CHANGELOG.md +15 -0
- data/Gemfile +11 -11
- data/README.md +1 -1
- data/example_files/Gemfile +3 -3
- data/example_files/mappers/Baseline.rb +233 -204
- data/example_files/mappers/HighEfficiency.rb +41 -8
- data/example_files/measures/BuildResidentialModel/measure.rb +25 -5
- data/example_files/resources/hpxml-measures/.gitignore +1 -2
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.rb +364 -694
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.xml +1506 -889
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/constants.rb +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/location.rb +1 -1
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules.rb +1068 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_README.md +45 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_dryer_power_consumption_dist.csv +95 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_dryer_power_duration_dist.csv +95 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_cluster_size_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_event_duration_probability.csv +44 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_power_consumption_dist.csv +93 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_clothes_washer_power_duration_dist.csv +93 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_config.yml +61 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_cooking_power_consumption_dist.csv +63 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_cooking_power_duration_dist.csv +63 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_cluster_size_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_event_duration_probability.csv +192 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_power_consumption_dist.csv +56 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_dishwasher_power_duration_dist.csv +56 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_shower_cluster_size_probability.csv +4 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_shower_event_duration_probability.csv +1531 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_midday_duration_probability.csv +20 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_cooking_morning_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_midday_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_dishwashing_morning_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_midday_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_laundry_morning_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_0_shower_morning_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_midday_duration_probability.csv +21 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_cooking_morning_duration_probability.csv +26 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_evening_duration_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_midday_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_dishwashing_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_midday_duration_probability.csv +19 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_laundry_morning_duration_probability.csv +25 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_midday_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_1_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_midday_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_cooking_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_midday_duration_probability.csv +5 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_dishwashing_morning_duration_probability.csv +5 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_evening_duration_probability.csv +13 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_laundry_morning_duration_probability.csv +13 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_2_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_midday_duration_probability.csv +18 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_cooking_morning_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_dishwashing_morning_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_midday_duration_probability.csv +17 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_laundry_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_duration_probability_cluster_3_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_0.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_1.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_2.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_initial_prob_cluster_3.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_0.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_1.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_2.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekday_mkv_chain_transition_prob_cluster_3.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_midday_duration_probability.csv +22 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_cooking_morning_duration_probability.csv +18 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_dishwashing_morning_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_evening_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_midday_duration_probability.csv +22 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_laundry_morning_duration_probability.csv +18 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_midday_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_0_shower_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_evening_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_midday_duration_probability.csv +23 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_cooking_morning_duration_probability.csv +24 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_midday_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_dishwashing_morning_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_evening_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_midday_duration_probability.csv +21 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_laundry_morning_duration_probability.csv +22 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_midday_duration_probability.csv +15 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_1_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_midday_duration_probability.csv +21 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_cooking_morning_duration_probability.csv +20 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_evening_duration_probability.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_midday_duration_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_dishwashing_morning_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_midday_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_laundry_morning_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_evening_duration_probability.csv +9 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_midday_duration_probability.csv +11 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_2_shower_morning_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_midday_duration_probability.csv +24 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_cooking_morning_duration_probability.csv +34 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_evening_duration_probability.csv +6 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_midday_duration_probability.csv +12 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_dishwashing_morning_duration_probability.csv +13 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_evening_duration_probability.csv +10 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_midday_duration_probability.csv +24 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_laundry_morning_duration_probability.csv +29 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_evening_duration_probability.csv +8 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_midday_duration_probability.csv +14 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_duration_probability_cluster_3_shower_morning_duration_probability.csv +16 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_0.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_1.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_2.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_initial_prob_cluster_3.csv +7 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_0.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_1.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_2.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/schedules_weekend_mkv_chain_transition_prob_cluster_3.csv +665 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-coal.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-50percent.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier-ief.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-dehumidifier.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-modified.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-oil.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-propane.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-appliances-wood.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-flat.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-radiant-barrier.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-unvented-insulated-roof.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-atticroof-vented.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-combi-tankless-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-combi-tankless.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-dwhr.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-standbyloss.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect-with-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-indirect.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-electric.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-hpwh.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-jacket-indirect.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-low-flow-fixtures.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-demand.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-manual.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-nocontrol.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-temperature.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-recirc-timer.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-evacuated-tube.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-flat-plate.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-direct-ics.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-indirect-flat-plate.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-solar-thermosyphon-flat-plate.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-coal.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-with-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump-with-solar.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-oil.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tank-wood.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric-outside.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-electric.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-with-solar-fraction.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas-with-solar.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-tankless-propane.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-dhw-uef.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-2stories-garage.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-2stories.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-1.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-2.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-4.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-beds-5.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-garage.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-ach-house-pressure.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-cfm-house-pressure.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-cfm50.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-flue.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-infil-natural-ach.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-overhangs.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-enclosure-windows-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-ambient.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-conditioned-basement-slab-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-slab.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement-assembly-r.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement-wall-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unconditioned-basement.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-unvented-crawlspace.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-foundation-vented-crawlspace.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-air-to-air-heat-pump-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-coal-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-elec-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-gas-central-ac-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-oil-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-propane-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-boiler-wood-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-only-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-dual-fuel-mini-split-heat-pump-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ducts-leakage-percent.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-elec-resistance-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-furnace-gas.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-only-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-evap-cooler-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-fireplace-wood-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-fixed-heater-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-floor-furnace-propane-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-elec-central-ac-1-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-elec-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-central-ac-2-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-central-ac-var-speed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-gas-room-ac.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-oil-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-propane-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-furnace-wood-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-ground-to-air-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-air-conditioner-only-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-air-conditioner-only-ductless.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted-cooling-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted-heating-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-mini-split-heat-pump-ductless.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-none.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-portable-heater-gas-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-programmable-thermostat.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-room-ac-only-33percent.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-room-ac-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-setpoints.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-stove-oil-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-stove-wood-pellets-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-undersized.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-hvac-wall-furnace-elec-only.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-ceiling-fans.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-lighting-detailed.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{base-location-epw-filepath-AMY-2012.osw → base-location-AMY-2012.osw} +12 -58
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-baltimore-md.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-dallas-tx.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-duluth-mn.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-location-miami-fl.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-balanced.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-bath-kitchen-fans.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-cfis-evap-cooler-only-ducted.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-cfis.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-erv-atre-asre.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-erv.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-exhaust.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-hrv-asre.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-hrv.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-supply.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-mechvent-whole-house-fan.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-defaults.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-loads-large-uncommon.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-loads-large-uncommon2.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-neighbor-shading.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-misc-usage-multiplier.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-multifamily.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-pv.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-schedules-stochastic.osw +363 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/{base-location-epw-filepath.osw → base-schedules-user-specified.osw} +13 -58
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-calendar-year-custom.osw +364 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-custom.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-daylight-saving-disabled.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-runperiod-1-month.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-simcontrol-timestep-10-mins.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base-single-family-attached.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/base.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/build_residential_hpxml_test.rb +53 -2
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-auto.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-dhw-shared-water-heater.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-dhw-solar-latitude.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-enclosure-garage-partially-protruded.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-mechvent-shared-preconditioning.osw +373 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-mechvent-shared.osw +367 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-pv-roofpitch.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-pv-shared.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-fireplace.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-heating-system-portable-heater.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-second-refrigerator.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/extra-vacancy-6-months.osw +367 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-attic-with-floor-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/conditioned-basement-with-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/cooling-system-and-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/dhw-indirect-without-boiler.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/ducts-location-and-areas-not-same-type.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/heating-system-and-heat-pump.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-bottom-crawlspace-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-bottom-slab-non-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/multifamily-no-building-orientation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-electric-heat-pump-water-heater.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-integer-ceiling-fan-quantity.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/non-integer-geometry-num-bathrooms.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/second-heating-system-serves-majority-heat.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-attached-ambient.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-attached-no-building-orientation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-detached-finished-basement-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/single-family-detached-slab-non-zero-foundation-height.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/slab-non-zero-foundation-height-above-grade.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unconditioned-basement-with-wall-and-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unvented-attic-with-floor-and-roof-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/unvented-crawlspace-with-wall-and-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-attic-with-floor-and-roof-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/invalid_files/vented-crawlspace-with-wall-and-ceiling-insulation.osw +11 -57
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/stochastic.csv +8761 -0
- data/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/schedules/user-specified.csv +8761 -0
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.rb +65 -61
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml +104 -113
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/EPvalidator.xml +9 -1
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb +62 -10
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb +4 -0
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb +8 -3
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb +127 -52
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb +21 -3
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb +67 -45
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb +17 -11
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb +54 -26
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/location.rb +3 -7
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/misc_loads.rb +85 -20
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb +500 -21
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/weather.rb +5 -2
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb +14 -0
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb +44 -5
- data/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb +2 -2
- data/example_files/resources/hpxml-measures/SimulationOutputReport/measure.rb +15 -5
- data/example_files/resources/hpxml-measures/SimulationOutputReport/measure.xml +10 -10
- data/example_files/resources/hpxml-measures/SimulationOutputReport/resources/constants.rb +2 -0
- data/example_files/resources/hpxml-measures/SimulationOutputReport/tests/output_report_test.rb +29 -3
- data/example_files/resources/hpxml-measures/docs/source/build_residential_hpxml.rst +21 -7
- data/example_files/resources/hpxml-measures/docs/source/hpxml_to_openstudio.rst +36 -8
- data/example_files/resources/hpxml-measures/docs/source/simulation_output_report.rst +5 -4
- data/example_files/resources/hpxml-measures/tasks.rb +101 -175
- data/example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012-cache.csv +1 -1
- data/example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012.epw +1 -1
- data/example_files/resources/hpxml-measures/workflow/run_simulation.rb +0 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-coal.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-50percent.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-gas.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-modified.xml +6 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-none.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-wood.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-cathedral.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-conditioned.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-flat.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-radiant-barrier.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-unvented-insulated-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-vented.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-gshp.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-hpwh.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-tankless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-dwhr.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-standbyloss.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-with-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-electric.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-hpwh.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-low-flow-fixtures.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-none.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-demand.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-manual.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-nocontrol.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-temperature.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-timer.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-laundry-room.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-water-heater-recirc.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-shared-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-evacuated-tube.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-flat-plate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-ics.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-indirect-flat-plate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-thermosyphon-flat-plate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-coal.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-oil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-wood.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-outside.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar-fraction.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-propane.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-uef.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories-garage.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-attached-multifamily.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-1.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-4.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-5.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-common-surfaces.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-garage.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ach-house-pressure.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm-house-pressure.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm50.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-flue.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-ach.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-heated-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-housing-unit.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-multifamily-buffer-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-other-non-freezing-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-overhangs.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-rooftypes.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-surfaces.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-walltypes.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-interior-shading.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-ambient.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-complex.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-slab-insulation.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-wall-interior-insulation.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-above-grade.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-assembly-r.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-wall-insulation.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unvented-crawlspace.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-vented-crawlspace.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-walkout-basement.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-coal-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-elec-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-central-ac-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-oil-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-propane-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-wood-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-percent.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-elec-resistance-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-furnace-gas.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fireplace-wood-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fixed-heater-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-flowrate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-central-ac-1-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-2-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-room-ac.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-oil-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-propane-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-wood-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-x3-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ideal-air.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ductless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-cooling-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-portable-heater-gas-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-programmable-thermostat.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-33percent.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-baseboard.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-fan-coil-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-fan-coil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-chiller-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-cooling-tower-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-baseboard.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil-eae.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-fan-coil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-boiler-only-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-baseboard.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-fan-coil-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-fan-coil.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-chiller-only-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-cooling-tower-only-water-loop-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-shared-ground-loop-ground-to-air-heat-pump.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-oil-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-wood-pellets-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized-allow-increased-fixed-capacities.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-wall-furnace-elec-only.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-ceiling-fans.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-detailed.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-location-epw-filepath-AMY-2012.xml → base-location-AMY-2012.xml} +8 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-baltimore-md.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-dallas-tx.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-duluth-mn.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-location-miami-fl.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-balanced.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-bath-kitchen-fans.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-dse.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-evap-cooler-only-ducted.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv-atre-asre.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust-rated-flow-rate.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv-asre.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared-multiple.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared-preconditioning.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-shared.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-supply.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-whole-house-fan.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-defaults.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-none.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-shelter-coefficient.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml +5 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-shared.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-pv.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-stochastic.xml +565 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-user-specified.xml +565 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/{base-location-epw-filepath.xml → base-simcontrol-calendar-year-custom.xml} +5 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-custom.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-disabled.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-runperiod-1-month.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/base.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-1-speed-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-2-speed-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-2-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-var-speed-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-air-to-air-heat-pump-var-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-elec-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-gas-central-ac-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-boiler-gas-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-2-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-only-var-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-central-ac-plus-air-to-air-heat-pump-heating-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-dual-fuel-mini-split-heat-pump-ducted-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-elec-resistance-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-evap-cooler-furnace-gas-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-floor-furnace-propane-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-elec-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-central-ac-2-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-central-ac-var-speed-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-furnace-gas-room-ac-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-ground-to-air-heat-pump-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-ground-to-air-heat-pump-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-air-conditioner-only-ducted-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-autosize-manual-s-oversize-allowances.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-cooling-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-mini-split-heat-pump-ducted-heating-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-room-ac-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-stove-oil-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/hvac_autosizing/base-hvac-wall-furnace-elec-only-autosize.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/appliances-location-unconditioned-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/cfis-with-hydronic-distribution.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/clothes-dryer-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/clothes-washer-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/coal-for-non-boiler-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/cooking-range-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dhw-frac-load-served.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/dishwasher-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-location-unconditioned-space.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duct-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/duplicate-id.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-attic-missing-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-basement-missing-exterior-foundation-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-basement-missing-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-exterior-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-roof-ceiling.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-garage-missing-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-ceiling-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-exterior-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/enclosure-living-missing-floor-slab.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/heat-pump-mixed-fixed-and-autosize-capacities.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/heat-pump-mixed-fixed-and-autosize-capacities2.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-multiple-attached-cooling.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-multiple-attached-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-distribution-return-duct-leakage-missing.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-dse-multiple-attached-cooling.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-dse-multiple-attached-heating.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-frac-load-served.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/hvac-invalid-distribution-system-type.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/{invalid-wmo.xml → invalid-calendar-year.xml} +8 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-daylight-saving.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-distribution-cfa-served.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-epw-filepath.xml +4 -0
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-facility-type.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-neighbor-shading-azimuth.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-relatedhvac-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-relatedhvac-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-runperiod.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-timestep.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-window-height.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/invalid-window-interior-shading.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/lighting-fractions.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-duct-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/missing-elements.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-appliance.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-duct.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-surface.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/multifamily-reference-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/net-area-negative-roof.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/net-area-negative-wall.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/orphaned-hvac-distribution.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerator-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerators-multiple-primary.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/refrigerators-no-primary.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/repeated-relatedhvac-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/repeated-relatedhvac-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/slab-zero-exposed-perimeter.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-combi-tankless.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-desuperheater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/solar-thermal-system-with-dhw-indirect.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-cfis.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-door.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-hvac-distribution.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-shared-clothes-washer-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-shared-dishwasher-water-heater.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-skylight.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-solar-thermal-system.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/unattached-window.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/water-heater-location-other.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/sample_files/invalid_files/water-heater-location.xml +7 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AL.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L302XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L304XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L322XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L324XC.xml +3 -1
- data/example_files/resources/hpxml-measures/workflow/tests/hpxml_translator_test.rb +4 -2
- data/lib/uo_cli.rb +40 -22
- data/lib/uo_cli/version.rb +1 -1
- data/uo_cli.gemspec +3 -4
- metadata +149 -27
- data/example_files/resources/hpxml-measures/weather/data.csv +0 -1012
@@ -0,0 +1,56 @@
|
|
1
|
+
1,3,5,2,3,2,3,2,4,2,3,2,2,2,2,5,4,2,1,3,2,2,5,1,6,1,2,5,7,2,3,1,4,4,2,2,3,3,3,4,2,3,2,2,2,3,2,7,4,2,4,2,3,2,4,2,4,2,4,2,4,2,5,2,2,2,8,5,2,10,5,2,1,4,2,4,3,6,5,2,4,2,4,2,5,2,3,2,8,8,7,2,4,3,8,4,2,5,2,4,2,5,2,3,2,5,2,5,4,4,2,1,6,6,8,8,7,5,2,6,2,2,1,6,1,7,4,3,7,3,3,8,8,5,2,7,8,5,2,4,2,7,8,7,5,2,1,4,2,2,7,2,3,5,8,3,3,8,4,2,4,2,4,2,3,3,4,3
|
2
|
+
5,5,3,4,3,4,5,5,5,5,3,5,5,5,3,5,3,5,5,4,3,2,4,2,5,3,4,3,5,5,4,4,5,5,5,4,5,4,3,2,4,5,5,5,5,4,3,5,5,2,4,5,4,3,3,5,4,5,4,5,3,4,5,5,5,3,5,4,2,2,5,3,5,3,5,5,4,4,3,5,4,5,5,4,5,3,3,3,5,5,4,5,5,4,3,3,5,3,3,3,2,3,3,3,2,5,3,2,3,3,1,2,3,3,3,3,3,3,3,3,1,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,3,4,5,5,3,5,5,4,4,5,5,5,2,4,5,4,4,4,5,5,4,5,5,5,4,5,5,5,3,5,4,4,6,4,4,3,4,4,3,4,2,3,3,3,4,3,2,3,3,3,2,3,3
|
3
|
+
2,6,2,5,3,2,1,3,1,2,3,1,1,5,1,6,1,4,1,1,5,2,2,2,6,6,2,5,2,3,2,1,3,2,2,2,1,1,3,1,2,3,1,2,3,1,2,5,2,5,2,4,2,3,1,2,5,2,2,1,2,3,1,2,2,2,2,2,2,2,2,2,2,4,2,2,2,2,3,1,1,4,2,2,1,2,2,2,2,3,1,2,3,1,1,5,2,2,2,2,2,1,1,2,2,2,3,1,2,2,1,2,4,2,3,1,2,3,1,1,2,2,1,4,1,2,1,2,5,1,3,1,2,5,2,4,2,2,3,1,2,5,1,1,5,2,3,1,2,2,2,1,3,1,2,6,1,2,1,1,3,1,1,3,1,3,1,1,3,1,2,2,2,1,6,1,3,2,1,4,1,1,3,1,1,6,1,3,1,1,5,2,2,1,1,3,2,2,2,2,2,5,1,3,2,2,6,1,3,1,2,3,2,3,2,1,6,3,1,2,2,2,1,3,1,2,5,2,3,2,1,2,1,1,3,2,1,3,1,2,2,2,3,2,2,5,1,5,1,3,1,2,3,2,1,3,1,2,3,1,1,6,1,5,1,3,2,1,3,2,1,3,2,1,3,2,1,5,1,5,2,6,1,5,1,6,2,3,2,2,6,2,5,1,6,1,3,1,1,4,1,1,5,1,3,1,1,3,2,2,3,2,1,3,1,1,3,1,1,3,2,1,3,2,1,3,2,1,5,1,3,1,1,6,2,5,1,3,1,1,5,1,3,1,1,3,1,2,2,2,2,2,2,2,3,1,1,3,2,2,4,1,2,6,1,5,1,6,2,3,1,1,6,1,3,1,1,5,2,2,2,5,1,2,2,1,4,2,1,3,1,1,4,1,1,3,2,1,3,1,1,5,1,1,3,2,1,4,1,4,5,3,5,1,6,1,2,1,1,3,1,1,3,1,1,5,1,3,1,1,6,1,3,2,3,1,1,3,1,1,5,1,3,2,1,6
|
4
|
+
6,2,1,4,2,2,4,3,1,8,1,4,4,4,4,4,3,1,4,4,4,5,9,4,3,1,4,5,4,3,8,9,4,4,4,3,1,9,4,5,4,3,1,4,3,1,2,2,2,2,3,1,6,1,2,5,5,2,1,2,5,2,6,9,6,1,2,2,2,2,3,1,1,4,2,1,2,2,2,2,2,5,4,2,2,4,2,2,5,3,1,6,4,2,5,2,7,4,2,4,2,7,6,8,7,4,2,7,4,2,2,2,2,7,9,1,10,7,2,4,2,1,7,1,4,2,2,8,4,2,1,4,2,2,4,2,1,8,1,8,1,2,3,1,5,1,4,2,1,5,2,1,5,5,6,2,4,5,5,3,1,5,2,2,4,3,1,9,1,5,2,1,6,2,1,9,1,4,2,2
|
5
|
+
4,3,4,4,3,3,3,3,3,4,3,4,3,3,3,3,3,3,4,3,3,3,4,4,3,4,3,4,3,4,4,4,4,4,3,3,4,3,4,3,3,3,3,4,3,4,4,3,3,3,4,4,3,3,3,3,4,3,3,3,4,3,3,3,3,3,3,4,4,3,3,3,4,3,3,3,4,3,3,3,3,4,6,5,5,6,3,2,3,2,6,2,4,3,1,6,5,5,3,1,3,1,4,1,6,6,6,3,1,4,1,5,4,1,4,1,5,5,6,3,1,5,3,1,6,3,1,6,5,4,7,6,6,6,6,6,3,1,5,3,6,6,6,4,1,6,6,4,1,3,1,3,1,6,3,1,4,1,3,1,1,2,4,1,6,3,1,3,1,4,1,4,1,5,5,5,7,6,6,6,1,1,3,1,4,1,5,5,3,1,3,1,3,1,6,4,2,6,5,6,1,2,3,1,6,4,1,4,1,6,3,1,6,6,3,1,6,6,3,1,4,1,6,3,1,6,6,6,10,6,4,1,3,1,4,1,6,6,3,1,3,1,5,2,1,4,5,5,3,1,1,5,6,5,3,1,1,1,6,4,1,5,5,5
|
6
|
+
1,2,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,3,1,1,1,1,1,2,1,1,5,1,1,2,1,1,2,1,1,1,1,1,1,1,1,2,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,2,1,1,1,3,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,4,1,1,1,2,1,1,1,2,1,1,1,1,2,1,1,2,1,1,1,2,1,3,1,1,1,1,3,1,2,1,1,2,1,2,1,1,1,1,1,2,1,1,1,1,1,1,2,1,1,1,1,2,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,2,1,1,1,3,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,2,1,1,1,1,3,2,1,1,1,1,1,1,1,1,1,2,2,2,1,1,1,1,2,1,1,1,1,1,1,3,2,1,1,1,2,1,1,1,1,1,1,2,2,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,3,2,1,1,1,1,1,1,1,2,1,2,2,1,1,1,1,2,1,1,1,2,2,1,2,1,1,1,2,3,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,2,1,2,1,3,2,2,1,3,1,1,1,2,1,1,1,1,1,2,1,1,2,1,1,1,1,1,1,1,1,2,1,1,2,2,1,1,1,3,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,2,1,6,2,1,1,2,1,2,1,1,2,1,1,1,1,2,1,2,2,1,1,2,1,1,4,2,1,1,1,2,1,2,1,2,1,1,1,1,1,2,2,1,1,1,3,1,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,2,2,1,2,1,1,2,1,2,1,1,1,1,2,1,1,5,1,1,2,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,2,1,2,4,1,1,1,1,1,2,1,1,1,2,2,2,1,1,1,1,1,2,1,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,2,1,1,1,1,3,1,2,1,1,1,2,1,1,1,1,1,1,1,2,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,1,2,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,2,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,3,1,1,1,1,1,3,1,1,2,1,1,1,2,1,1,2,2,2,1,2,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,2,4,1,1,1,1,1,1,2,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,1,1,1,1,1,1,1,1,1,2,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,1,3,1,1,1,1,2,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,3,2,1,1,1,1,1,2,2,1,2,1,2,1,1,1,1,1,3,3,1,1,3,1,1,2,2,1,1,1,1,1,1,1,2,2,7,1,1,1,1,1,2,3,2,1,8,1,1,2,1,1,1,1,2,2,2,2,1,2,1,1,1,1,2,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,1,1,1,1,2,1,1,1,2,2,1,1,2,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,3,1,1,1,1,2,1,1,1,1,1,1,1,2,1,2,1,1,1,2,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,2,1,1,2,1,1,2,1,1,1,1,3,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4,1,1,1,1,1,1,1,1,1,1,2,1,5,1,1,1,2,1,1,1,1,1,1,2,1,1,1,1,1,1,2,2,1,1,1,1,1,2,1,1,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,4,1,1,2,1,1,1,1,1,1,1,1,1,1,2,1,1,2,1,1,1,2,1,1,1,2,2,1,1,2,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,2,1,1,3,1,1,1,2,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,2,1,1,1,2,1,1,1,1,1
|
7
|
+
3,2,3,2,3,2,3,2,3,2,2,2,2,3,2,3,2,3,2,2,3,2,3,2,3,3,2,3,3,2,3,2,3,2,2,2,3,2,2,3,2,3,3,2,2,2,2,3,2,3,3,2,2,3,2,3,3,2,3,2,2,2,2,3,2,2,2,2,6,6,2,3,2,2,2,3,2,2,2,3,2,2,2,2,2,2,2,3,6,2,2,2,3,2,3,2,2,3,2,2,2,2,3,2,2,2,3,2,2,2,2,7,2,2,2,2,2,2,2,2,2,3,3,2,2,3,2,2,2,2,2,2,2,3,2,3,2,3,2,3,3,2,3,2,2,2,2,2,2,2,3,3,2,2,2,2,3,3,2,3,2,2,3,2,3,2,3,6,2,2,3,2,2,3,2,2,3,3,2,3,3,2,6,3,2,2,3,2,2,3,2,2,3,3,3,2,3,3,2,3,2,3,2,2,3,3,2,2,3,2,3,2,2,3,3,2,3,2,2,2,2,2,3,2,2,2,3,2,3,3,2,3,2,4,2,2,3,3,3,2,3,3,2,3,2,3,2,3,2,3,3,2,3,2,3,3,3,3,2,3,3,2,3,3,3,2,3,3,2,2,3,2,3,2,3,3,3,3,3,2,3,3,2,3,2,3,2,2,3,2,3,6,2,3,3,3,3,2,2,3,3,2,2,3,3,2,6,3,3,3,2,2,3,3,2,3,2,2,2
|
8
|
+
5,5,4,5,5,5,5,5,4,5,5,5,5,5,5,5,5,5,4,5,6,5,5,6,5,5,5,4,5,5,6,4,4,4,4,6,5,5,5,5,6,5,5,5,6,4,6,5,6,5,3,5,5,5,5,6,2,4,4,5,5,5,4,5,4,5,6,4,5,5,6,5,5,5,5,5,5,4,6,5,5,5,6,5,6,5,4,5,5,5,5,4,5,6,6,6,5,5,4,5,6,5,5,5,6,5,5,5,5,5,5,5,6,5,5,5,5,6,6,5,5,6,5,4,5,5,5,5,5,5,5,5,5,4,6,5,6,5,5,5,5,5,6,5,5,5,5,5,5,4,5,5,6,5,5,4,4,5,5,4,5,5,4,5,5,5,5,5,5,5,5,5,6,5,4,5,4,6,5,4,4,5,5,5,5,5,5,5,5,6,5,5,5,5,4,5,5,4,6,5,5,6,5,5,5,6,5,6,5,5,5,4,5,5,5,5,5,4,5,5,6,5,5,6,5,6,6,6,5,6,5,5,6,5,6,5,4,5,6,5,5,6,5,6,6,6,5,6,5,5,5,5,5,4,6,5,5,6,5,5,5,5,5,5,6,6,6,5,5,4,5,5,5,6,4,6,6,5,6,5,5,5,6,5,5,5,5,5,6,5,6,6,5,4,5,5,4,5,4,6,6,5,5,5,5,5,5,6,6,5,6,5,5,5,5,6,5,4,6,5,5,6,6,5,5,6,5,5,6,5,5,6,5,5,5,6,6,5,6,6
|
9
|
+
6,6,2,4,2,4,6,6,6,2,4,6,6,7,2,4,6,6,6,6,5,6,6,6,6,6,6,2,4,6,2,4,2,3,7,2,4,2,3,6,7,6,6,6,2,4,6,2,4,2,4,2,3,6,6,6,6,6,2,4,2,4,6,7,6,2,3,6,2,4,6,2,4,6,6,6,6,6,6,7,2,3,6,2,4,6,6,2,4,6,6,6,6,6,6,2,3,6,6,6,6,6,2,4,6,6,6,2,4,6,6,6,6,2,3,6,6,6,6,6,2,4,6,6,6,2,4,6,7,6,6,6,2,4,6,6,6,7,2,4,7,2,4,2,3,6,2,3,2,4,2,4,6,2,4,6,6,6,6,6,6,6,6,2,3,6,2,3,2,3,6,6,2,3,7
|
10
|
+
2,2,3,3,3,2,2,3,2,3,2,3,2,2,2,3,2,2,2,2,2,3,2,3,3,2,3,2,2,2,2,3,2,3,2,3,3,2,3,2,3,2,2,2,2,3,2,3,3,2,3,2,3,2,2,3,2,3,2,3,3,2,2,3,3,2,2,3,2,3,3,2,2,3,2,3,3,2,2,3,2,3,2,3,3,2,3,2,2,3,2,3,2,3,3,2,2,3,3,2,2,3,2,3,2,3,6,2,2,2,2,2,2,3,2,2,3,2,3,2,3,3,2,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,2,3,2,2,2,2,3,2,3,3,2,2,3,2,3,3,2,2,3,2,3,2,3,2,2,3,2,2,2,2,2,2,3,3,2,3,2,3,2,2,3,2,3,3,2,2,2,2,3,2,2,2,2,2,3,2,3,2,2,2,3,2,2,2,2,2,3,2,3,2,3,3,2,2,3,2,3,2,2,2,3,2,2,2,2,3,2,2,3,3,2,2,3,2,2,3,2,2,3,3,2,2,3,3,2,2,3,2,2,2,3,2,2,2,3,2,3,2,3,3,2,2,3,3,2,2,3,3,2,2,3,2,3,2,3,3,2,3,3,2,2,2,3,3,2,2,2,3,2,3,2,2,3,3,2,2,3,3,2,2,2,3,2,2,3,2,2,2,3,3,2,2,2,3,2,2,3,2,3,3,2,3,2,3,2,2,2,2,2,3,2,2,3,2,3,3,2,3,2,2,2,2,2,2,3,2,3,2,3,2,2,2,3,3,2,2,2,3,2,2,3,3,2,3,2,2,2,2,3,3,2,2,3,3,2,2,3,3,2,2,3,2,3
|
11
|
+
7,7,7,6,7,6,7,7,6,4,2,7,7,7,7,7,6,7,7,7,7,7,7,7,6,6,5,1,7,5,7,6,7,7,6,2,5,6,7,7,6,7,7,7,7,6,7,7,7,7,7,6,1,7,7,7,6,7,7,6,7,7,6,7,7,6,7,7,7,6,7,7,7,6,7,7,7,6,6,6,7,7,7,7,7,7,7,6,7,5,6,7,6,7,6,6,1,7,7,7,7,7,6,4,6,7,7,6,7,7,7,7,7,7,6,7,7,7,6,6,6,5,4,4,4,4,4,5,5,5,4,4,5,5,5,5,4,4,5,5,4,5,4,5,5,5
|
12
|
+
4,4,5,5,4,5,5,6,6,6,7,5,7,7,6,5,7,7,7,6,6,7,7,7,4,2,6,6,4,6,7,7,5,4,5,5,5,5,7,7,7,7,6,5,5,5,4,5,4,4,4,4,5,5,4,5,5,5,5,4,5,4,5,5,5,5,4,5,4,4,4,4,5,4,4,5,4,5,5,4,4,4,5,4,5,5,5,4,5,5,5,4,5,4,4,5,5,5,4,5,5,5,5,4,4,4,4,5,4,5,5,5,4,5,5,5,5,5,4,4,5,4,5,5,4,5,5,4,4,4,5,5,5,4,4,5,5,5,4,4,4,4,5,5,5,4,4,4,4,5,4,5,4,5,5,4,4,5,5,5,5,5,4,4,4,4,4,5,4,4,5,5,4,4,5,4,5,5,5,5,5,5,5,5,4,5,4,4,5
|
13
|
+
5,6,5,6,5,5,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,5,5,5,5,5,5,5,5,6,5,5,5,4,4,4,4,5,5,5,5,5,5,4,5,5,5,5,5,4,4,5,5,4,5,5,5,5,5,5,5,5,5,6,5,5,5,5,4,5,5,5,5,5,5,4,1,4,5,5,5,5,5,6,5,5,4,5,5,5,5,5,5,5,6,5,4,5,5,6,6,5,6,5,5,4,5,6,5,5,6,5,5,5,5,5,5,6,5,6,5,5,5,5,5,5,6,6,5,6,5,5,6,5,5,6,5,5,6,5,5,5,5,6,6,5,5,6,6,6,5,6,6,5,5,6,6,6,6,5,5,6,6
|
14
|
+
7,6,6,4,2,6,7,6,6,4,2,7,7,4,2,4,2,7,4,2,7,4,2,7,6,4,2,4,2,4,2,6,7,7,7,6,6,6,6,7,7,6,6,6,4,2,7,7,7,7,6,4,2,6,6,7,6,6,6,4,2,7,4,2,6,6,7,6,6,7,6,6,6,7,7,7,4,2,7,7,4,2,7,7,4,2,6,6,7,7,6,6,7,7,6,7,7,4,2,4,2,7,7,6,7,7,4,2,4,2,6,7,4,2,7,7,3,3,7,7,4,2,7,8,7,7,7,6,6,7,7,7,6,7,7,6,7,4,2,7,4,2,7,7,6,7,7,7,6
|
15
|
+
6,5,2,2,5,2,3,6,6,6,5,7,7,4,2,7,7,7,7,4,2,7,7,5,6,4,2,7,4,2,4,2,7,7,4,2,6,7,7,7,7,7,7,7,8,7,7,4,2,8,7,6,7,7,8,6,6,7,7,6,7,7,4,2,4,2,6,6,4,2,7,4,2,6,5,5,2,2,5,5,2,2,2,3,2,3,5,5,2,2,2,2,6,2,2,2,3,2,2,5,2,3,6,2,3,2,3,2,3,5,2,2,2,2,2,2,2,3,6,6,6,2,3,7,7,8,7,7,6,6,2,3,2,3,8,6,3,6,6,7,4,2,7,2,2,3,3,2,3,8,2,3,5,2,6,6,3,3,6,2,3,2,2,3,2,7,6,7,8,7,4,2,4,2,7,7,2,3,4,2,2,3,7,2,2,2,3,2,3,6,2,3,2,3,6,6,6,6,2,2,2,2,2,3,2,3,5,6,6,2,3,2,3,6,6,6,6,6,6,2,2,6
|
16
|
+
4,4,4,5,5,5,4,5,4,4,5,4,6,5,4,5,6,5,6,4,5,5,5,5,5,5,6,4,2,4,5,4,5,4,5,4,5,5,5,5,5,5,5,5,5,5,4,5,4,4,5,6,4,5,6,5,5,5,5,4,5,5,4,5,4,5,5,5,5,5,4,5,5,5,6,4,4,5,5,4,4,5,5,5,5,4,5,5,4,5,4,3,3,3,3,3,3,4,3,3,3,5,5,5,5,5,5,5,5,5,6,5,5,5,5,5,5,6,4,4,5,4,5,5,5,5,4,5,4,5,5,5,4,4,5,4,5,4,5,5,5,5,4,5,4,5,6,4,5,5,5,4,5,5,5,5,5,5,5,5,4,5,4,5,4,5,5,5,4,5,5,5,6,5,5,5,5,5,4,5,5,5,5,5,5,5,5,5,6,5,4,4,5,5,5,4,5,5,5,4,5,5,5,5,4,5,4,4,5,5,5,5,4,5,5,5,4,5,5,5,5,5,4,5,5,5,5,5,4,4,5,5,5,5,5,5,5,4,5,5,5,5,5,4,5,5,4,5,5,4,4,4,5,5,5,5,4,4,5,5,5,4,5,4,5,5,5,5,5,4,5,5,3,3,3,4,3,3,3,3,4,3,3,3,3,3,3,3,3,3,3,3,4,3,3,3,7,5,5,5,6,5,4,5,5,6,5,5,4,4,4,5,5,6,7,6,6,4,5,5,5,5,6,4,5,6,5,5,6,5,4,5,6,5,6,5,5,5,5,5,6,5,5,5,5,5,6,4,5,5,5,6,5,4,5,6,5,4,5,5,4,5,5,5,5,5,5,5,5,6,6,5,7,6,6,7,6,6,5,5,6,6,6,6,5,5,5,5,5,6,7,5,5,5,5,4,4,5,5,5,6,5,5,5,5,5,6,6,6,4,4,6,6,5,7,5,4,6,6,5,1,7,4,5,6,6,6,5,4,2,2,2,3,6,2,7,2,7,3,2,4,2,6,2,7,2,6,2,1,5,2,7,2,1,6,3,7,2,1,5,2,2,4,2,7,2,2,4,2,2,4,2,2,4,2,8,3,1,4,2,2,4,2,1,5,2,6,2,7,2,2,5,2,8,2,1,4,2,8,2,7,2,5,2,7,2,2,4,9,8,4,3,7,8,9,3,4,3,3,4,3,5,2
|
17
|
+
5,4,5,4,5,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,4,4,4,5,4,4,4,4,4,4,4,4,4,4,4,4
|
18
|
+
2,4,2,5,2,2,2,5,1,2,4,5,1,6,1,5,1,3,4,3,4,2,2,1,2,5,8,1,2,1,8,3,1,2,2,2,2,2,4,2,2,2,3,4,2,2,2,2,2,1,5,2,2,4,2,4,3,2,1,2,2,1,1,4,2,4,1,2,1,5,1,5,1,5,2,5,1,2,4,2,2,1,5,1,1,3,1,2,2,1,5,2,2,5,2,5,2,2,2,2,2,1,2,2,1,5,1,5,1,2,5,2,2,1,1,2,1,2,4,2,2,1,2,4,1,2,2,1,2,2,2,2,2,7,2,4,2,1,2,2,1,2,2,2,2,2,2,2,2,5,2,2,1,2,4,2,2,2,1,2,1,2,2,2,2,2,1,2,2,1,2,2,2,2,4,3,2,1,2,2,2,2,2,2,8,1,5,1,5,2,5,5,2,2,2,2,3,4,5,2,3,1,2,2,4,5,2,2,2,2,2,2,2,5,2,7,7,5,2,5,2,2,2,2,2,4,5,2,1,5,2,5,2,2,1,5,1,3,2,1,3,4,2,4,7,3,2,1,2,4,5,2,3,2,1,5,1,2,2,2,5,1,2,2,1,2,2,2,6,1,2,4,7,2,2,1,2,2,2,3,2,1,3,4,2,1,2,2,5,3,2,1,5,1,3,2,1,5,1,2,5,2,2,2,5,1,2,5,3,2,1,8,3,2,1,2,1,2,2,1,2,5,2,2,5,3,2,1,2,2,1,3,2,1,9,2,5,3,4,3,4,3,2,2,4,4,6,2,3,2,1,6,2,9,4,2,1,3,2,1,3,2,1,4,4,6,1,2,4,2,4,3,2,2,3,2,2,3,5,9,3,4,3,2,1,3,2,2,3,5
|
19
|
+
3,1,2,2,1,2,1,1,1,2,2,2,3,2,1,2,1,1,3,1,1,3,2,2,3,3,1,2,1,1,3,3,1,1,1,2,3,1,1,3,3,2,3,2,2,3,1,1,2,1,1,2,3,3,3,3,2,1,3,1,1,2,1,1,1,1,2,1,2,3,1,2,1,3,3,1,1,3,3,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,3,2,2,2,2,3,2,2,2,1,2,2,2,2,1,2,1,1,2,2,2,2,2,3,2,2,2,3,2,3,2,1,1,2,1,2,2,2,2,2,2,3,2,2,2,1,1,2,1,2,2,1,1,2,1,2,2,1,2,1,2,2,2,1,1,3,1,1,1,2,3,1,2,2,1,3,1,2,1,2,2,2,2,3,1,1,1,1,1,2,3,1,1,3,1,1,3,2,3,1,2,2,3,1,1,3,2,2,2,2,2,1,2,2,2,1,2,1,2,1,2,2,1,2,2,2,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,2,1,2,1,2,2,2,1,1,2,2,2,1,1,2,1,2,2,2,2,2,2,2,2,3,2,2,2,2,1,2,2,2,2,2,2,2,1,2,2,2,2,1,3,2,2,2,3,2,3,2,1,2,2
|
20
|
+
2,3,3,3,3,3,3,3,2,3,3,2,3,2,3,2,3,3,3,3,3,2,2,3,4,2,3,3,3,2,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,2,2,3,2,3,3,2,3
|
21
|
+
1,8,9,9,1,1,1,1,9,1,9,9,1,8,1,9,9,9,9,9,2,8,8,1,1,2,9,1,9,1,9,10,10,1,1,2,9,1,1,10,10,1,1,9,9,7,1,2,2,3,1,1,3,1,2,2,2,2,1,2,2,5,2,3,2,2,2,2,2,2,1,2,2,2,2,1,2,2,1,2,2,2,2,5,2,3,3,2,2,2,1,2,2,1,1,1,3,1,2,2,1,5,1,2,2,2,2,1,3,2,1,2,2,2,2,2,3,1,2,2,2,2,1,1,2,1,2,2,2,2,2,2,2,2,2,1,2,2,1,1,2,2,1,2,2,2,2,2,2,2,2,2,2,3,2,2,1,2,2,1,2,2,1,2,2,1,5,1,2,2,1,2,1,2,2,2,2,1,2,2,2,2,1,2,2,2,2,1,3,1,3,2,1,1,2,3,2,2,2,2,3,1,1,1,1,3,1,2,3,1,3,2,2,3,1,2,2,1,1,3,1,2,2,2,2,1,2,3,1,2,2,2,1,5,2,2,1,1,3,1,2,2,1,1,3,1,1,2,3,2,2,2,3,2,2,1,1,1,2,2,1,1,3,1,2,2,1,2,2,1,1,3,1,1,1,2,2,2,2,1,2,2,1,2,2,1,1,2,3,2,2,1,2,3,1,3,2,1,1,2,2,1,1,1,1,1,2,3,1,1,2,2,1,1,1,2,2,2,2,1,2,2,2,1,5,1,1,2,3,2,2,1,1,1,2,2,2,2,2,2,2,1,2,3,3,1,2,2,2,2,2,2,2,1,2,2,2,2,2,1,1,2,2,1,1,5,2,2,3,1,1,6,1,1,1,2,1,1,1,1,2,3,1,2,3,1,2,3,1,1,1,1,1,1,2,3,2,2,1,6,2,2,2,2,2,1,2,3,1,2,3,1,1,1,1,2,2,2,3,1,2,2,3,6,3,2,1,2,3,2,2,2,3,1,2,2,1,2,3,2,2,2,1,1,1,2,1,2,2,2,2,1,1,1,1,1,2,2,1,2,3,2,2,1,2,2,1,1,2,2,1,1,1,2,3,1,1,1,1,2,3,1,1,2,3,1,1,2,3,1,2,2,2,2,2,3,1,2,2,1,2,2,2,2,2,3,1,2,2,1,1,2,3,2,2,1,2,1,1,2,4,1,2,2,5,3,2,3,2,1,2,1,3,2,1,1,1,1,1,1,2,2,1,1,2,2,1,1,3,2,2,3,2,1,5,1,2,2,1,2,2,1,1,2,2,1,1,2,3,1,2,3,1,1,1,3,2,1,1,2,1,2,2,2,2,2,1,6,1,1,2,2,2,2,3,1,1,1,5,1,2,2,1,2,1,3,2,1,1,1,1,2,3,1,1,2,2,2,1,1,8,5,1,1,2,2,2,2,1,1,1,2,3,1,1,2,3,2,3,2,1,2,2,1,2,3,1,2,4,1,1,1,1,2,3,1,1,1,4,2,2,1,1,1,1,2,1,1,2,3,1,2,2,1,1,1,3,1,2,2,2,1,1,2,2,2,1,1,1,1,2,1,3,2,1,3,2,4,1,2,3,5,2,3,1,2,1,1,2,3,1,2,2,2,1,2,2,5,2,2,1,1
|
22
|
+
2,2,2,3,3,2,3,3,2,2,2,2,2,3,2,2,2,2,3,4,2,2,2,3,2,3,2,3,2,3,3,2,3,3,2,3,3,2,2,2,2,3,2,3,3,3,3,4,3,3,3,3,3,2,2,3,3,2,3,3,2,2,2,3,3,2,3,2,3,3,2,2,2,3,3,2,2,2,3,2,3,2,3,2,4,3,4,4,4,1,3,4,4,3,4,4,3,4,3,3,3,3,3,3,3,3,4,3,3,3,3,4,4,4,4,4,5,5,5,4,5,5,4,3,3,3,4,4,4,4,4,3,3,4,4,3,3,3,4,3,3,3,4,3,3,4,4,3,3,4,3,3,3,3,3,3,4,3,3,4,3,3,3,4,4,3,4,3,3,3,3,3,3,3,1,1,3,3,3,4,4,4,4,3,3,3,4,4,5,6,4,4,3,3,4,3,4,3,3,3,3,3,3,3,4,4,4,3,3,3,3,3,3,3,4,4,3,4,3,4,3,4,3,4,3,3,3,3,4,3,3,3,4,3,4,3,4,4,3
|
23
|
+
3,3,3,2,3,2,1,1,2,3,2,3,2,3,3,3,3,3,3,3,2,1,2,1,2,4,2,2,4,3,3
|
24
|
+
3,2,1,2,2,4,4,2,1,2,1,2,1,2,1,2,1,3,4,2,1,3,2,1,3,2,4,3,4,2,1,2,2,2,3,4,3,4,2,2,2,5,2,2,1,2,2,3,4,2,5,2,4,5,2,2,2,3,4,3,1,2,2,2,3,4,2,5,2,2,2,4,3,4,3,2,3,4,2,2,6,4,5,6,2,2,3,3,4,7,2,1,4,4,4,2,1,3,4,3,4,4,4,7,6,4,4,2,1,4,2,1,2,1,4,4,4,3,2,3,3,2,2,2,4,3,6,4,3,4,4,2,2,5,2,2,2,2,2,2,4,4,2,1,2,1,3,4
|
25
|
+
4,5,5,5,5,7,4,5,4,5,5,5,4,4,4,4,4,5,4,5,5,4,4,5,5,5,4,5,4,6,5,5,5,6,3,4,4,5,4,5,5,5,4,5,4,5,5,5,4,1,4,5,4,5,6,4,5,4,5,4,5,5,5,5,5,4,5,5,5,5,6,5,5,5,4,4,5,5,6,5,5,5,5,4,4,4,5,4,5,4,4,5,5,4,5,4,3,4,4,5,5,4,5,5,5,4,5
|
26
|
+
1,1,4,1,1,7,1,1,11,2,11,2,2,2,3,1,1,1,1,14,1,1,3,1,7,1,2,2,3,1,4,1,1,2,1,1,4,1,2,1,1,2,9,2,1,4,1,1,1,1,9,8,1,2,3,1,2,1,6,1,2,6,1,1,1,3,5,5,3,2,3,5,4,1,3,1,16,2,1,2,2,8,1,4,7,2,1,3,3,2,11,14,1,4,1,1,1,2,1,2,7,2,2,7,1,1,7,7,1,5,1,2,2,3,3,3,2,2,1,3,1,1,1,2,3,2,3,2,1,2,1,2,3,4,2,1,1,4,1,1,3,1,2,1,4,1,21,1,3,1,1,1,1,1,1,2,6,1,2,2,3,2,2,2,10,2,4,2,1,2,2,1,1,3,2,2,3,2,1,1,2,1,1,1,1,2,1,1,2,4,2,3,1,1,4,2,4,1,6,1,3,1,1,1,2,3,1,1,2,3,1,2,8,1,2,1,1,3,3,1,1,1,2,1,2,1,2,1,3,1,2,4,1,2,1,3,1,3,3,1,1,1,3,1,1,2,4,6,1,4,2,2,3,1,1,7,1,2,1,8,6,3,3,1,2,3,10,14,4,2,2,2,1,2,3,1,5,2,2,1,1,5,1,2,6,1,4,1,1,1,2,1,2,5,1,2,3,3,1,1,1,2,4,2,3,1,2,3,3,1,1,5,1,1,1,1,2,1,1,2,1,2,4,4,1,1,1,1,3,1,2,1,2,2,1,1,2,1,2,1,6,2,5,1,1,4,1,2,1,1,1,9,3,1,2,2,2,3,5,1,2,1,3,3,10,2,5,2,1,1,4,1,1,2,5,1,2,2,1,1,1,3,1,1,3,5,1,2,2,1,7,1,7,2,2,2,4,3,1,1,1,1,2,8,6,1,1,1,2,1,9,2,2,1,2,2,1,1,4,3,1,1,2,2,1,4,2,2,1,2,1,1,2,2,2,1,2,1,1,5,2,3,1,1,2,4,3,1,1,2,3,1,1,1,3,1,5,2,1,5,2,9,7,3,2,5,2,2,2,6,1,1,6,1,1,1,1,1,2,3,1,3,1,1,1,1,1,1,8,2,3,2,3,1,1,2,1,3,2,1,2,1,1,1,2,1,3,3,1,2,2,1,2,4,1,2,2,1,1,2,1,3,2,1,3,1,1,1,1,5,2,8,1,1,3,2,1,4,2,1,1,1,2,1,2,2,2,4,1,1,1,2,1,1,2,7,1,1,1,1,1,2,1,4,1,3,2,1,1,1,2,1,2,1,3,1,5,8,1,1,1,1,2,1,2,1,2,1,1,1,2,2,3,1,2,4,1,2,1,2,1,3,3,1,1,6,1,2,2,3,1,1,2,1,2,1,2,4,2,1,1,2,2,1,1,1,1,3,1,3,1,3,1,3,1,7,3,2,1,2,2,3,2,1,2,1,3,1,5,1,1,2,2,1,2,1,1,1,1,4,3,1,1,1,1,1,1,3,3,2,6,1,1,2,1,1,3,1,1,2,1,2,6,1,1,1,1,1,1,1,2,3,1,1,2,1,2,3,1,7,1,2,1,2,2,1,2,1,3,2,2,1,3,1,1,4,1,1,1,1,6,1,2,5,1,1,5,2,2,1,2,1,1,4,1,2,2,2,1,1,1,4,1,1,4,3,2,1,1,8,1,1,1,1,1,2,2,3,2,3,1,2,2,3,2,1,1,2,1,1,3,8,1,1,2,1,1,1,4,1,6,1,1,1,2,1,1,5,1,1,1,1,2,3,1,2,1,8,1,3,1,1,1,1,1,1,1,4,1,1,1,1,1,2,1,1,5,1,1,3,6,2,1,4,1,2,1,1,1,17,2,4,1,1,2,1,5,2,2,8,1,2,2,1,4,2,2,3,4,2,9,1,1,1,1,2,5,3,3,2,2,1,1,3,3,1,2,2,4,1,5,3,1,2,2,1,3,2,5,2,1,1,2,8,2,2,3,1,1,2,2,1,2,1,5,2,3,1,1,1,1,1,5,1,1,2,4,5,1,1,3,1,6,1,2,2,1,1,1,2,3,4,1,1,2,1,2,2,2,2,1,3,1,5,1,2,2,4,1,1,2,10,3,1,2,1,4,2,3,5,2,2,1,1,1,4,2,4,2,1,5,1,1,4,5,2,2,1,1,1,4,2,1,1,9,6,5,1,1,1,2,3,1,2,1,3,4,1,1,2,1,2,1,6,1,1,4,1,2,2,2,3,1,2,1,1,1,2,4,1,1,1,5,1,1,1,2,1,2,4,1,2,1,1,4,1,7,1,4,1,2,2,2,1,3,1,6,1,1,1,4,2,4,1,1,2,1,2,2,3,3,1,2,2,1,2,2,3,3,2,1,1,1,1,2,3,5,1,1,3,4,1,2,2,1,2,2,4,2,2,2,1,6,1,3,6,2,3,1,1,2,1,3,2,4,1,2,2,2,1,1,1,1,1,2,1,2,1,4,11,1,2,3,6,2,2,1,1,1,1,2,2,7,7,5,1,1,8,2,2,1,1,1,5,1,1,1,1,9,1,1,1,2,2,2,3,1,8,4,2,3,1,1,1,1,2,1,4,1,3,2,2,4,1,1,1,2,3,1,4,1,3,1,1,1,1,3,2,3,2,1,3,1,1,4,1,1,1,5,2,1,1,1,1,1,1,4,3,1,2,2,1,2,1,1,2,2,2,2,1,5,1,1,1,2,3,9,2,1,5,1,1,1,2,4,2,5,2,1,1,6,2,1,2,1,1,1,5,3,1,2,1,1,2,2,6,1,1,1,1,1,2,4,2,2,2,1,4,1,1,2,2,4,1,1,1,2,1,1,2,1,1,1,1,1,2,2,1,2,2,1,1,1,2,1,1,5,1,3,2,2,1,4,1,1,1,1,4,1,1,1,1,5,1,4,1,1,1,1,5,1,6,1,2,2,1,3,1,1,4,2,1,2,2,1,4,1,1,2,1,1,1,1,1,2,1,1,1,1,2,2,1,6,10,1,1,2,3,2,1,6,1,1,8,1,1,1,2,2,2,2,1,1,1,6,2,1,1,4,2,1,1,1,2,2,7,1,1,2,1,3,1,1,1,5,1,1,4,2,3,2,2,1,1,1,5,2,1,1,2,1,1,3,1,1,1,2,4,1,1,1,2,2,2,1,2,1,1,4,1,2,5,1,1,1,2,4,1,2,1,2,1,1,2,4,1,2,2,2,1,2,4,1,2,2,2,1,1,1,2,2,1,1,1,1,1,1,2,1,3,1,1,1,1,1,1,1,1,2,3,8,7,1,1,1,1,1,4,1,4,1,1,2,1,2,2,1,2,1,1,1,1,2,2,2,1,1,1,2,3,1,2,1,3,1,1,1,1,3,2,3,2,1,1,2,2,6,3,1,2,1,1,2,4,1,1,1,5,1,1,2,1,1,1,2,1,1,4,1,1,3,1,2,1,1,4,1,2,5,1,1,1,1,1,1,2,7,1,2,1,1,2,2,1,2,3,1,5,1,1,1,1,6,1,1,1,1,1,1,3,1,5,1,1,7,2,1,2,2,1,1,2,1,2,3,2,2,1,1,2,2,4,2,2,2,6,1,1,2,1,1,4,1,1,2,2,8,1,1,2,1,3,1,1,4,1,1,1,2,1,1,4,1,1,1,2,1,1,3,1,1,1,2,3,1,2,1,1,1,2,1,1,3,1,1,3,4,4,1,1,1,1,1,1,1,2,1,1,1,3,1,2,1,8,1,1,1,1,3,1,1,3,2,1,1,2,2,1,4,2,1,4,3,1,1,1,2,6,1,2,1,1,1,1,5,5,2,1,1,1,1,1,2,1,1,7,2,4,1,3,4,1,3,1,1,1,1,3,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,5,2,1,1,1,1,3,2,1,1,3,1,2,3,4,1,1,5,1,2,1,7,1,2,4,6,1,2,3,1,2,1,2,1,1,1,1,1,4,2,1,1,1,2,1,1,2,1,1,3,1,2,1,4,1,1,1,1,1,1,2,3,3,2,1,1,3,5,2,2,4,1,3,2,2,2,2,1,4,1,1,1
|
27
|
+
5,4,5,4,5,4,5,5,4,5,5,4,5,5,5,5,4,4,5,5,4,5,4,5,5,4,5,4,4,5,7,7,7,7,7,7,6,6,7,6,7,7,7,7,6,7,6,4,4,4,4,5,7,7,7,6,7,6,7,6,7,6,7,7,6,6,7,7,6,6,7,7,6,6,7,7,7,7,7,6,7,7,7,7,6,7,7,7,6,7,7,7,7,7,7,7,6,7,6,6,6,6,7,7,7,7,7,6,7,6,6,6,6,7,6,7,7,6,6,7,7,6,7,7,7,7,6,7,7,7,7,6,7,6,7,7,7,7,7,6,6,7,7,7,7,7,7,6,6,6,6,6,5
|
28
|
+
1,1,6,1,1,1,2,1,1,1,1,3,1,1,1,1,1,1,2,1,3,5,1,1,5,3,1,5,1,2,1,1,1,1,1,1,1,2,1,2,5,2,2,1,2,1,1,1,3,2,1,1,1,1,1,1,3,1,1,1,1,1,1,1,1,5,1,1,1,1,1,1,1,1,1,2,1,1,1,1,2,1,1,1,6,1,1,1,1,1,1,1,1,1,1,1,1,3,2,1,1,1,1,1,3,1,3,1,2,6,1,1,1,1,1,1,1,2,1,1,3,3,1,1,1,1,1,1,1,1,1,5,1,1,1,2,1,1,1,1,1,1,1,1,1,3,2,3,1,2,1,1,2,1,1,1,1,1,5,2,1,1,1,1,2,1,1,1,7,5,1,1,1,1,3,2,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,5,1,1,1,1,1,1,1,1,3,3,1,3,1,4,1,1,1,1,1,1,3,2,1,1,1,3,1,1,1,1,1,1,1,2,2,1,1,1,10,2,1,1,1,2,2,1,1,1,1,5,1,3,1,1,1,1,5,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,2,2,2,1,1,1,1,1,1,1,2,1,1,1,1,2,1,1,3,2,1,1,2,1,1,1,1,1,2,1,1,1,2,1,1,2,3,3,1,1,3,4,1,1,1,2,1,2,3,2,1,1,1,1,1,1,1,1,1,2,2,2,5,1,3,3,1,1,1,2,1,1,1,1,1,5,1,1,1,1,1,1,1,1,1,1,3,2,1,1,1,1,1,1,1,1,1,1,1,1,6,1,2,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,1,2,5,1,1,1,1,1,1,1,1,1,4,1,1,1,1,1,1,1,2,5,2,1,3,1,1,2,1,1,7,1,1,1,1,1,2,1,1,1,2,6,1,1,2,1,1,1,1,1,1,1,1,3,1,2,1,3,1,5,1,1,1,1,2,1,1,2,3,1,1,1,1,1,1,2,1,1,2,5,1,1,1,1,1,1,1,1,1,1,6,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,5,1,1,1,1,1,1,1,1,1,1,1,1,3,2,1,1,1,1,3,2,1,10,1,1,3,1,1,2,1,1,1,1,2,1,3,1,1,1,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,6,1,1,1,1,1,1,1,1,1,1,1,1,6,1,1,1,1,1,1,1,3,1,1,4,1,3,1,3,5,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,2,2,1,1,1,1,2,1,1,2,2,1,1,1,3,3,1,1,2,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,1,5,1,1,1,1,1,6,1,1,1,1,1,1,1,1,6,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,2,3,2,5,1,1,1,1,1,1,1,1,1,1,1,1,3,2,1,1,1,1,1,4,6,1,2,1,1,1,6,1,1,1,2,1,1,1,1,1,1,1,3,1,1,1,1,2,1,3,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,6,1,1,1,1,1,1,1,1,5,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,2,2,6,2,1,1,1,1,1,1,1,1,1,1,6,1,1,1,1,1,2,1,1,1,1,1,1,1,3,1,1,1,2,2,2,1,1,1,1,1,1,1,2,5,1,2,1,1,1,1,1,1,1,1,1,1,1,1,2,3,2,1,1,1,1,3,1,1,1,2,6,2,2,1,1,2,2,1,1,1,1,6,1,1,1,1,1,1,1,6,1,2,2,1,3,1,1,2,2,5,2,1,1,2,1,1,1,2,6,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,3,2,1,1,1,1,2,1,1,1,1,1,1,5,1,1,2,1,2,1,1,1,1,1,1,2,3,1,7,1,1,7,2,1,1,1,2,3,2,1,1,1,1,1,1,1,1,1,4,1,1,2,4,2,2,1,1,1,1,1,1,1,1,3,2,1,1,1,2,1,3,2,1,1,1,1,1,1,1,1,2,3,2,1,2,1,1,1,1,2,1,1,3,2,1,2,1,2,1,1,1,4,1,4,2,1,1,5,1,1,1,1,1,1,1,2,2,1,2,3,1,1,1,1,1,1,1,1,2,1,5,1,1,1,1,1,1,1,1,3,1,2,3,2,1,1,1,1,1,1,1,1,1,3,2,1,1,2,1,1,2,6,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,2,5,3,1,1,1,1,1,2,1,1,1,1,1,1,1,2,3,2,1,1,1,1,1,1,1,1,1,1,2,1,4,1,1,2,1,1,1,1,2,6,1,1,2,2,1,1,1,4,1,1,2,2,1,1,1,3,1,1,1,1,5,6,1,1,2,1,1,1,1,1,3,4,1,3,1,4,1,1,1,3,1,1,1,1,1,1,1,1,6,2,3,1,1,3,1,1,1,1,2,2,3,1,1,1,1,1,1,1,1,1,5,1,2,1,1,1,1,1,2,2,2,1,1,1,1,1,5,5,1,1,1,1,3,2,1,1,1,1,1,1,6,1,1,1,1,2,1,1,1,1,1,5,2,2,1,3,1,2,1,1,1,3,2,2,1,1,1,1,1,1,2,1,3,1,1,1,1,1,2,1,5,2,1,2,3,2,2,1,1,1,1,1,1,1,1,1,5,2,2,2,1,1,1,2,2,1,1,1,1,1,3,1,1,3,1,1,1,2,1,3,2,1,1,1,1,2,1,1,1,1,1,5,1,1,1,1,1,1,1,2,2,3,2,1,1,1,1,2,1,1,1,2,1,1,3,2,1,3,1,1,3,1,1,1,1,1,3,1,1,1,2,1,1,1,6,3,1,7,1,1,2,4,2,3,2,1,1,1,1,1,1,9,2,2,1,1,1,1,2,3,2,1,1,1,1,1,1,1,1,3,5,1,1,2,1,2,2,3,2,2,1,2,7,1,1,6,2,1,1,2,1,1,1,1,1,1,1,1,5,1,1,1,1,1,1,1,3,2,1,1,1,1,1,1,1,1,1,1,5,1,1,1,1,2,1,1,3,2,1
|
29
|
+
3,1,5,3,1,4,5,4,3,1,4,5,3,1,3,1,5,5,5,5,1,2,5,5,5,3,1,2,1,1,3,1,5,4,5,1,1,5,5,1,1,1,5,5,3,1,3,1,1,1,5,1,1,1,1,5,1,1,1,5,3,1,3,1,5,5,1,1,1,5,4,1,5,3,1,5,1,1,1,5,4,1,1,1,5,5,5,5,5,1,1,1,1,1,1,2,1,5,5,4,1,5,4,1,5,1,2,2,1,1,5,3,1,2,1,1,5,4,3,1,5,5,5,1,5,5,5,5,5,5,1,1,5,4,1,1,1,1,1,1,3,1,1,1,1,5,5,4,1,4,3,1,3,1,5,3,1,1,1,1,1,2,3,1,5,2,2,1,1,4,5,3,1,3,1,1,1,1,1,1,5,5,1,1,3,1,3,1,5,3,1,5,1,1,5,3,1,3,1,5,1,1,1,1,1,5,5,5,3,1,2,1,5,2,1,3,1,1,1,4,3,1,1,2,4,1,1,5,4,1,2,3,1,2,1,2,3,1,1,4,1,4,2,1,2,5,3,1,3,1,5,5,3,1,1,2,5,3,1,5,3,1,5,5,3,4,1,1,1,2,1,2,1,1,5,4,3,1,5,2,1,1,3,1
|
30
|
+
4,3,3,3,3,3,3,3,3,4,4,4,3,3,3,3,4,3,3,3,3,4,4,3,4,3,3,3,3,3,3,4,3,3,4,3,4,3,4,3,4,3,3,3,3,4,3,3,3,4,3,3,3,3,3,4,3,4,4,3
|
31
|
+
7,6,6,7,6,4,2,7,7,4,2,6,7,4,2,6,6,4,2,4,2,4,2,4,2,6,4,2,6,7,7,4,2,6,6,6,6,6,4,2,6,6,4,2,6,7,4,2,4,2,3,2,4,2,7,3,2,7,4,2,6,3,2,3,2,6,6,6,7,7,3,2,4,2,7,6,4,2,7,7,7,4,2,3,2,4,2,6,6,7,6,6,5,4,2,4,2,6,6,4,2,6,4,2,3,2,6,6,7,6,6,4,2,4,2,4,2,7,6,6,6,5,1,4,2,6,3,2,6,6,4,2,4,2,4,2,6,6,6,3,2,6,7,3,2,5,3,2,7,4,2,3,2,6,6,7,3,2,3,2,4,2,4,1,6,4,2,6,5,6,6,6,7,6,4,2,7,7,7,6,6,4,2,6,6,4,2,7,6,6,4,2,4,2,6,7,6,6,7,6,3,2,6,6,4,2,6,6,6,3,2,3,2,4,2,4,2,7,3,2,4,2,6,6,7,6,6,6,6,7,3,2,7,4,2,4,2,5,4,2,4,2,6,6,6,6,4,2,6,6,6,6,4,2,7,4,2,6,7,7,7,4,2,7,4,2,7,6,6,4,2,4,2,6,6,4,2,6,7,4,2,6,6,6,7,6,6,4,2,6,6,7,7,7,4,2,6,4,2,7,6,7,3,2,4,2,4,2,6,7,4,2,4,2,7,4,2,4,2,7,6,7,4,2,6,6,7,4,2,4,2,4,2,6,3,2,6,8,7,4,2,7,4,2,4,2,4,2,4,2,4,2,7,7,4,2,7,7,7,4,2,4,2,7,6,4,2,3,2,4,2,4,2,6,1,6,6,7,6,4,2,4,2,4,2,7,4,2,4,2,6,7,6,4,2,6,6,4,2,7,7,4,2,7,6,6,4,2,7,4,2,7
|
32
|
+
6,6,6,6,6,6,6,7,6,6,6,7,6,6,6,6,6,6,6,6,6,6,6,6,7,7,6,6,6,6,7,6,6,6,6,6,6,7,7,6,6,7,6,7,6,6,7,7,6,6,6,7,6,6,7,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,6,6,6,7,6,6,6,7,7,7,7,6,6,6,6,7,6,6,6,6,6,6,7,6,6,6,6,6,6,6,6,6,6,6,6,7,7,6,6,6,6,7,6,6,6,6,7,3,3,6,6,6,6,6,6,6,6,6,7,6,6,6,6,7,7,6,6,6,7,6,6,6,6,7,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,6,6,6,7
|
33
|
+
4,5,4,4,4,4,4,4,4,5,4,4,4,4,4,4,4,4,4,5,4,5,5,4,4,4,5,5,4,4,4,4,5,4,5,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,4,4,5,5,5,4,4,4,5,4,4,4,4,4,5,5,4,4,4,4,5,4,5,4,4,5,4,4,4,4,4,4,5,4,4,4,4,4,4,5,4,4,6,4,4,4,4,4,4,5,4,5,4,4,5,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,4,4,4,4,5,4,4
|
34
|
+
4,4,4,5,4,4,4,4,4,5,4,4,3,4,4,3,4,5,4,4,3,4,4,4,4,4,4,5,5,3,4,4,4,4,5,4,4,5,4,4,4,4,5,4,4,4,4,5,4,4,5
|
35
|
+
5,6,7,1,1,6,3,2,1,3,2,3,5,4,1,5,4,1,1,5,1,5,1,1,6,5,5,6,4,5,5,5,1,5,5,5,5,1,2,5,5,5,5,4,5,5,5,5,1,4,5,5,1,5,1,5,1,1,6,5,4,7,6,1,7,7
|
36
|
+
1,1,3,1,1,1,1,1,1,3,1,1,3,3,1,1,1,1,2,1,2,1,1,1,1,1,2,1,1,1,4,1,1,1,1,4,1,1,1,1,4,1,1,1,2,2,3,1,2,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,2,1,1,1,1,1,2,1,3,1,2,1,1,1,3,1,3,1,3,1,1,1,2,1,1,1,3,1,1,1,1,1,1,3,1,5,1,1,1,1,1,1,1,1,5,2,1,1,1,4,1,2,1,2,1,1,1,5,3,1,1,1,1,1,1,1,1,2,1,2,1,2,1,1,1,1,1,1,2,1,1,1,2,1,1,1,1,1,5,1,1,2,1,1,1,2,1,3,1,2,1,5,1,1,1,1,1,1,1,1,1,1,5,1,2,1,1,2,1,2,1,1,1,1,2,1,1,1,1,2,1,2,1,1,1,3,1,5,1,1,2,1,1,1,2,2,5,2,1
|
37
|
+
6,7,7,7,6,6,6,6,6,7,6,6,6,7,6,6,6,7,6,6,7,6,6,8,6,7,6,6,7,7,5,7,6,7,7,6,7,6,6,7,6,6,6,5,6,7,6,7,8,7,5,6,6,6,7,7,7,7,6,7,7,6,6,7,6,6,6,5,6,6,6,7,6,6,7,7,7,6,7,7,6,6,7,7,7,7,8,6,8,7,6,6,7,6,6,7,6,6,6,6,6,6,7,6,6,7,8,5,7,6,7,6,6,6,7,6,7,6,6,7,8,7,7,7,6,7,7,6,6,6,6,6,6,7,7,6,5,8,6,6,7,7,6,6,6,6,5,8,7,6,8,6,7,6,6,7,7,6,6,7,6,6,6,6,6,6,7,7,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,6,7,6,8,6,7,6,7,7,6,6,7,7,7,7,7,6,7,7,6,7,6,6,6,6,6,6,7,6,7,6,6,6,6,6,6,6,7,6,6,7,8,6,6,7,6,7,8,6,8,6,6,6,7,7,6,6,7,7,7,7,7,6,6,8,7,6,7,6,7,7,6,6,6,7,6,6,8,6,7,7,7,6,6,6,6,8,7,7,6,6,6,6,7,6,6,7,7,6,6,7,7,6,6,6,6,6,6,6,7,7,6,6,6,7,6,7,7,7,7,7,6,6,8,8,7,7,7,6,6,7,6,6,6,7,8,7,5
|
38
|
+
8,7,8,8,6,6,6,1,7,7,6,7,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,6,6,6,7,6,6,6,6,6,7,6,6,6,6,6,6,6,6,7,6,6,7,6,7,6,6,6,7,7,6,6,6,2,6,6,6,6,6,6,6,6,7,7,6,6,6,5,5,5,6,6,6,6,6,5,6,5,6,6,5,5,6,5,6,5,6,9,6,6,6,6,6,6,6,5,6,6,6,5,5,5,5,5,6,6,5,5,6,6,6,6,6,7,6,6,7,7,7,4,1,6,7,6,7,7,7,7,7,7,7,6,6,6,6,6,6,6,6,6,6,7,6,7,6,6,7,7,6,7,6,7,7,6,7,7,6,7,7,7,7,6,7,6,6,7,7,7,7,7,6,7,7,6,7,7,3,2,6,7,7,7,6,6,8,7,9,6,7,7,8,8,8,8,6,6,6,7,7,7,6,6,6,6,7,6,6,7,6,6,6,7,6,6,6,7,7,6,6,7,7,7,7,6,6,7,6,6,6,6,6,6,7,7,7,6,7,6,6,7,7,6,6,8,8,7,8,8,8
|
39
|
+
5,5,1,1,6,2,5,1,34,6,5,2,5,1,4,5,2,5,2,1,5,5,1,6,1,5,2,5,6,2,6,2,6,5,2,7,1,4,3,5,6,2,7,2,1,5,1,7,1,6,2,6,1,5,1,6,2,6,2,13,13,5,5,2,7,27,5,5,2,4,4,6,1,1,1,4,2,4,4,2,2,4,2,6,8,5,2,2,5,2,1,5,1,5,5,5,1,6,5,2,2,6,5,6,5,2,6,5,5,5,5,5,2,6,2,5,6,1,1,1,5,1,5,5,1,32,7,7,2,5,1,1,5,2,5,8,5,7,2
|
40
|
+
3,5,8,3,2,1,6,1,6,1,3,4,3,2,1,3,2,1,9,3,2,1,9,6,1,7,1,3,2,1,3,5,3,2,1,3,2,1,3,5,3,2,1,6,1,3,2,1,3,2,1,7,1,3,4,3,2,1,3,5,3,2,1,3,2,1,8,3,2,1,3,2,1,3,4,3,2,1,3,5,3,4,8,7,1,3,2,1,3,2,1,6,1,6,1,6,1,6,1,3,4,3,2,1,3,2,1,3,2,1,9,6,1,6,1,3,4,3,4,6,1,3,2,1,6,1,3,4,3,2,1,8,3,5,9,6,1,6,1,3,5,3,2,1,7,1,3,2,1,3,2,1,3,2,1,3,4,3,2,1,3,2,1,9,9,6,1,6,1,9,9,3,3,1,9,3,2,1
|
41
|
+
5,2,3,6,5,6,5,6,6,6,5,5,5,5,5,5,6,5,5,6,5,5,5,5,5,5,6,6,5,5,5,5,6,5,5,5,6,5,5,6,6,5,5,6,5,6,5,1,4,5,5,5,6,5,5,5,5,6,5,6,5,5,6,6,5,6,5,6,6,5,5,5,6,5,5,6,5,5,5,5,5,6,5,6,5,5,6,5,5,5,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,5,5,5,6,5,6
|
42
|
+
6,6,6,6,6,6,6,6,6,5,6,6,6,6,6,6,6,7,6,6,6,6,6,6,6,6,6,6,5,6,6,6,6,6,6,6,6,6,7,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,6,6,6,7,6,6,7,7,6,6
|
43
|
+
3,2,2,3,4,1,2,2,3,3,4,4,4,3,4,3,3,4,3,3,4,2,2,1,2,3,3,2,3,4,4,3,3,4,3,3,3,4,4,3,4,2,3,3,3,4,4,3,3,3,2,2,3,2,4,3,3,3,4,4,3,3,4,3,3,3,3,4,4,4,3,4,4,4,3,4,4,3,3,1,3,3,4,3,3,3,2,2,4,4,4,2,4,3,3,3,4,3,3,3,4,3,4,1,2,2,2,3,2,4,3,3,4,4,4,3,3,4,4,3,4,3,3,3,4,4,3,4,4,4,4,3,4,4,4,3,4,3,4,3,3,3,4,3,3,4,3,3,3,3,4,4,4,4,3,3,3,4,3,4,4,3,4,1,2,4,3,3,4,3,3,4,3,4,3,3,4,4,3,3,3,4,4,3,3,3,5,4,3,3,3,4,4,4,4,4,3,3,4
|
44
|
+
6,6,6,6,6,6,6,6,5,6,6,5,6,6,6,6,6,6,6,6,6,6,6,6,4,1,5,6,6,6,6,6,6,6,5,5,6,6,6,5,6,6,3,6,5,6,6,5,6,5,5,5,6,4,3,4,3
|
45
|
+
3,2,1,3,2,1,3,2,1,3,2,1,3,2,1,4,3,8,4,2,3,2,8,3,2,1,3,2,1,3,2,1,4,3,3,2,1,4,3,3,2,1,3,2,1,3,3,3,2,1,7,3,2,1,3,2,1,4,3,4,3,3,3,4,3,6,1,8,3,2,1,3,2,1,3,3,3,2,1,3,4,1,3,4,8,3,2,1,3,2,1,3,2,1,4,2,8,6,1,3,2,1,4,2,3,2,1,3,2,1,3,2,4,2,1,3,2,1,4,2,4,3,6,1,4,3,3,2,1,4,2,1,3,2,1,6,1,4,2,3,4,3,2,1,4,2,4,2,3,2,1,4,3,3,2,1,8,3,2,1,8,4,3,3,2,1,3,2,8,4,3,3,2,1,3,2,3,2,1,3,2,1,3,2,1,8,8,3,2,1,3,2,1,3,2
|
46
|
+
16,2,1,1,1,1,15,1,1,1,14,2,1,1,16,3,2,2,1,3,8,1,19,1,1,1,2,1,17,2,1,1,1,1,1,1,2,16,1,11,1,1,1,6,1,8,8,1,5,9,1,11,2,1,4,1,1,1,7,2,1,1,10,1,1,7,1,4,1,1,1,1,8,1,1,1,8,2,1,4,1,1,6,1,1,1,8,1,10,1,1,1,1,1,1,9,1,1,8,1,1,5,1,1,5,1,1,5,1,1,1,6,1,1,1,3,2,7,1,7,1,1,1,6,1,1,1,1,6,17,25,1,1,2,16,19,6,35,21,34,20,5,37,1,35,142,1,1,42,55,58,60,1,1,1,17,41,26,40,46,18,1,1,9,1,1,17,16,26,1,2,1,1,8,27,35,1,1,36,23,1,16,1,24,33,21,6,48,29,52,58,1,53,47,19,1,1,1,1,19,30,21,50,1,1,32,8,25,1,1,22,27,42,31,1,26,15,13,1,1,4,1,1,1,1,1,1,1,1,24,5,7,28,8,2,9,1,10,1,9,1,2,1,4,3,2,8,1,10,7,1,1,1,5,1,1,1,1,1,1,1,1,1,11,1,1,11,1,1,1,1,1,1,7,1,1,1,12,3,1,1,1,1,1,1,13,1,1,1,1,1,1,1,1,15,1,1,1,1,1,1,14,2,1,1,1,1,1,1,1,1,10,1,1,1,1,1,1,12,1,1,1,1,1,1,1,1,1,1,11,1,1,1,1,1,1,1,1,8,1,1,1,1,1,1,1,1,1,5,1,1,1,1,1,1,7,1,6,1,1,1,3,3,1,7,1,1,1,1,1,1,1,1,6,1,1,1,1,1,1,9,1,1,1,7,1,1,1,18,1,1,1,1,1,4,1,1,1,10,1,6,2,4,1,1,1,1,2,1,18,1,1,12,1,1,4,23,2,2,7,1,2,19,2,1,1,1,2,2,13,4,2,1,1,2,1,1,1,19,4,2,8,2,1,2,1,15,1,1,1,1,1,2,2,1,1,1,15,1,1,1,1,1,2,3,1,1,1,13,1,2,1,1,1,1,13,2,1,1,1,2,1,1,1,2,1,1,11,3,1,1,1,1,1,1,7,1,1,1,1,1,9,2,2,1,1,3,1,12,1,2,1,1,1,13,4,3,1,1,1,1,1,1,8,1,2,1,1,1,1,1,1,1,2,1,1,13,3,1,1,1,1,1,1,2,1,1,16,2,1,1,1,3,15,5,13,1,1,1,1,2,13,1,1,1,8,1,10,1,1,1,1,1,1,3,1,1,3,2,1,10,1,1,9,1,1,2,1,9,3,2,2,1,1,1,1,1,1,1,12,2,1,10,1,1,1,1,1,8,1,1,2,1,1,10,2,1,2,3,2,1,1,1,2,1,1,11,3,1,2,1,1,2,2,3,18,1,1,1,1,1,4,6,23,1,1,6,3,1,1,1,1,3,16,2,1,3,1,1,1,1,2,1,11,1,1,3,3,2,1,1,1,21,1,2,4,2,15,1,2,1,3,1,4,3,2,1,15,3,1,2,1,1,1,1,1,1,2,10,2,3,1,1,2,1,1,4,18,3,1,1,1,1,1,4,16,2,1,4,10,1,2,1,23,1,2,1,2,1,1,3,17,1,2,3,1,1,1,1,3,19,2,1,1,1,12,1,1,1,1,1,1,1,2,14,1,1,1,1,1,1,1,1,2,1,2,2,17,1,1,1,2,2,2,1,1,14,3,2,2,1,7,1,1,11,4,2,2,1,1,1,1,1,1,19,1,4,9,3,13,3,2,1,11,1,3,13,1,2,2,7,2,1,1,1,1,1,21,1,1,10,1,24,1,1,1,3,2,3,2,16,4,1,5,1,3,1,3,5,23,1,3,1,1,1,2,1,3,1,20,1,7,5,4,4,23,4,1,12,4,19,2,1,3,1,1,1,2,1,2,17,1,3,1,1,1,4,23,1,1,3,3,16,18,1,1,1,2,2,1,2,1,2,11,1,2,3,1,3,1,1,2,1,16,2,2,1,1,1,1,1,1,21,1,11,1,4,16,1,1,1,6,7,1,8,23,26,21,16,8,23,1,7,1,5,1,7,17,1,2,1,5,3,3,1,4,21,1,1,2,1,6,1,4,22,6,2,14,23,8,2,12,23,2,3,1,1,1,4,23,1,2,1,1,1,4,8,22,1,6,3,23,1,5,1,1,1,2,1,4,4,23,1,6,2,1,1,1,2,19,3,1,1,1,1,1,1,5,11,7,2,1,1,1,1,2,1,10,5,3,1,4,1,1,1,1,3,23,7,1,2,2,1,18,1,1,4,2,2,1,3,19,2,1,1,1,2,1,16,1,1,1,1,1,1,1,2,2,16,2,1,1,1,1,9,1,1,19,1,1,1,1,5,20,1,3,1,1,1,3,23,1,2,2,2,1,1,1,16,2,1,1,1,1,2,9,9,1,1,1,1,2,13,2,1,2,1,2,1,3,19,1,1,1,3,2,2,15,1,1,1,1,4,17,1,1,1,2,4,2,1,4,23,1,2,1,1,1,1,5,16,2,1,1,1,1,1,1,1,1,11,1,1,3,1,1,1,13,1,1,1,2,2,3,18,1,1,4,19,1,1,2,13,2,1,1,1,1,1,1,1,2,16,1,1,1,1,17,1,1,1,1,2,15,3,2,2,2,1,2,13,1,2,4,13,5,1,1,1,3,2,1,19,2,1,1,1,1,4,1,1,13,1,1,1,2,21,1,1,1,1,1,4,16,1,1,1,1,2,1,1,1,1,18,1,1,1,2,15,1,1,1,1,15,2,1,1,1,1,1,1,1,1,11,1,1,1,1,7,2,1,1,15,1,1,1,1,1,15,1,1,1,20,2,1,2,2,1,1,15,1,1,12,2,1,1,1,1,1,2,2,12,1,2,1,2,18,1,1,1,1,2,1,16,1,1,1,11,4,1,1,1,8,1,1,1,1,9,1,1,7,3,1,8,1,1,1,1,1,1,1,15,2,1,1,17,1,1,14,1,1,1,11,1,1,1,16,2,1,1,1,1,1,19,1,1,1,19,1,1,19,1,1,17,1,14,8,1,1,1,1,1,11,1,1,9,1,8,2,1,1,1
|
47
|
+
2,2,7,5,3,5,3,2,5,5,5,5,5,5,5,6,5,5,5,5,2,2,5,5,5,5,5,5,5,2,2,5,4,5,5,5,5,5,5,5,3,2,5,4,1,6,6,6,3,2,6,6,5,3,6,4,5,3,2,5,5,5,1,3,2,5,2,2,5,5,5,5,5,5,5,5,2,2,2,2,5,5,4,5,4,4,2,3,2,4,5,3,5,5,5,3,4,4,6,4,2,2,2,2,5,5,5,5,5,5,4,5,2,2,2,5,5,4,4,2,2,5,5,5,4,2,4,1,2,2,4,1,6,6,3,2,2,2,5,6,3,5,5,5,5,3,2,5,5,5,5,5,5,3,2,6,6,5,5,5,5,5,4,4,3,2,4,5,5,2,2,2,2,5,5,5,4,4,2,5,2,2,4,4,4,4,2,3,2,3,2,4,4,4,5,4,4,2,2,2,2,5,5,5,5,4,3,5,4,5,5,4,5,2,2,4,4,4,4,2,5,5,4,5,5,2,2,3,2,5,5,4,6,3,2,3,5,5,4,2,2,5,2,3,2,5,5,5,6,4,5,5,5,5,5,5,6,4,1,4,1,5,4,4,4,2,4,1,2,2,5,4,1,5,6,6,5,5,4,2,4,2,6,5,4,2,5,3,2,6,4,1,5,5,2,2,5,5,5,5,2,2,5,5,5,5,2,2,5,5,5,5,6,7,5,5,2,2,3,2,2,2,7,2,2,6,2,2,5,5,2,2,6,5,5,5,2,2,6,5,5,2,2,6,5,6,3,2,4,1,2,2,5,5,6,4,2,4,2,5,5,5,3,2,4,2,2,2,5,6,6,5,5,4,2,7,4,2,4,2,6,4,2,5,6,4,3,5,5,6,5,5,6,3,2,6,4,2,2,2,6,5,6,3,2,4,2,5,5,4,2,3,2,6,5,6,5,5,4,2,5,5,4,2,5,7,6,4,2,3,2,5,5,4,2,5,5,5,5,6,6,5,6,4,2,2,2,4,2,6,6,5,6,2,2,6,5,5,5,6,6,6,5,5,5,2,2,5,3,2,5,2,2,5,5,6,5,6,4,1,4,2,3,2,6,5,2,2,4,2,4,5,3,2,5,5,3,3,4,2,5,3,2,5,5,4,2,6,5,6,4,2,5,5,4,5,3,2,2,2,5
|
48
|
+
6,2,2,6,1,3,3,2,3,1,2,2,4,2,4,5,2,2,2,2,5,5,6,7,5,3,2,3,1,5,6,3,1,5,4,2,4,2,6,7,4,2,6,4,2,4,2,3,2,6,4,2,4,2,4,2,4,1,4,2,6,4,2,6,6,6,3,1,3,1,2,1,7,3,2,4,2,4,2,4,2,1,2,6,4,2,6,5,4,1,4,2,4,1,4,2,3,2,1,3,6,4,1,4,2,4,2,4,4,2,5,3,2,3,2,4,2,5,3,2,6,4,2,4,2,6,3,2,6,7,6,4,4,6,3,2,4,2,6,4,2,4,1,4,1,6,4,4,1,6,4,2,4,2,4,2,3,2,6,3,1,6,4,2,3,2,4,4,1,4,2,4,2,7,6,6,7,4,2,6,4,2,4,2,3,2,2,2,5,5,5,5,5,5,4,2,4,2,4,2,4,2,4,2,4,1,6,4,2,6,1,3,4,6,4,1,4,1,4,2,7,4,2,4,1,4,2,4,2,3,2,4,2,3,2,6,4,1,4,4,4,4,7,4,4,2,2,4,2,7,4,2,4,2,3,4,1,4,1,3,2,7,4,1,3,1,4,2,6,6,4,2,1,3,2,3,2,4,4,2,4,2,2,2,1,6,2,5,2,2,2,1,5,5,5,5,5,5,6,5,5,5,6,6,5,5,5,3,1,5,5,5,4,5,5,6,5,3,2,4,2,4,1,4,2,4,2,1,1,1,1,3,5,2,2,4,4,2,7,4,1,2,2,2,8,2,4,9,4,4,4,4,4,2,1,4,4,2,1,4,2,1,6,2,4,1,2,6,2,4,2,1,6,2,6,2,5,1,3,1,2,5,1,5,5,3,1,6,4,2,1,4,1,2,4,4,3,2,2,4,4,4,4,6,1,9,8,5,2,3,4,4,4,4,4,4,4,4,1,2,3,4,1,2,6,1,9,4,4,2,2,2,4,4,4,1,2,6,2,4,4,5,6,1,4,2,2,7,6,6,4,1,6,2,5,2,6,1,1,2,3,4,3,2,2,2,4,4,1,4,4,8,3,2,2,4,1,2,2,4,9,4,1,2,4,4,1,1,4,3,4,1,2,2,4,4,3,2,1,4,3,4,1,6,6,8,3,1,2,2,1,1,2,3,7,3,3,5,1,6,1,5,2,7,6,5,1,8,5,1,7,8,4,4,3,4,9,6,2,7,2,9,1,2,5,5,1,9,4,2,4,1,4,4,5,2,5,2,5,2,7,6,2,5,1,5,2,6,1,9,1,4,1,3,4,3,2,1,2,2,1,5,1,2,4,3,2,1,2,2,1,3,2,2,2,3,4,3,4,3,4,2,3,6,2,3,2,1,6,1,7,6,2,3,4,3,4,4,4,3,2,1,3,2,1,3,2,1,5,1,2,4,3,2,2,2,2,6,2,4,4,1,2,2,4,2,1,1,2,4,1,2,4,1,2,2,1,2,4,1,1,2,6,3,2,6,2,4,4,6,1,1,2,1,9,5,2,4,1,2,4,1,1,2,4,2,1,4,2,1,4,4,6,2,6,2,4,1,2,6,1,5,2,6,2,6,2,7,7,3,4,3,2,2,2,4,7,6,2,6,1
|
49
|
+
6,6,5,6,5,6,6,5,6,5,5,6,6,5,5,5,5,6,6,7,6,6,5,5,6,6,6,6,6,6,6,5,6,5,6,5,5,5,5,5,5,5,5,5,6,5,5,5,6,5,6,5,5,5,5,6,6,5,6,5,5,5,5,6,5,6,5,5,6,5,6,6,5,5,6,5,6,5,6,6,6,6,5,5,5,5,6,5,6,5,5,6,5,5,6,6,6,5,5,5,5,5,6,5,5,6,6,5,6,6,5,6,5,5,5,6,5,5,6,5,5,6,5,5,5,5,5,5,6,6,5,5,5,6,5,5,5,5,5,5,6,5,5,5,6,5,5,5,6,5,5,5,6,6,5,6,5,5,5,6,6,6,6,6,6,6,5,6,5,5,5,5,5,5,5,6,5,6,5,5,6,6,5,6,6,6,5,6,6,5,6,1,6,6,5,5,5,5,5,5,6,5,6,6,6,6,5,6,5,5,5,5,5,5,6,6,6,5,6,6,5,6,5,6,5,5,5,5,6,5,5,5,5,5,5,5,5,6,5,6,6,6,6,5,6,5,5,5,5,6,5,5,5,6,5,6,5,6,6,5,5,6,5,5,6,5
|
50
|
+
5,1,2,3,6,2,3,4,1,2,3,2,3,2,3,6,7,5,1,6,5,1,5,1,5,1,5,1,4,1,4,1,6,5,1,6,1,3,2,3,6,6,6,5,1,2,3,2,3,4,1,4,1,2,3,2,3,5,2,3,2,3,2,2,1,5,1,6,4,1,6,4,1,4,1,4,1,5,6,2,3,5,6,4,1,7,6,5,1,4,1,2,3,2,3,5,1,6,5,2,2,6,2,2,6,7,6,5,1,2,3,3,2,1,7,2,2,1,5,1,2,3,7,6,1,5,1,5,1,2,4,2,2,5,1,7,2,4,3,2,5,1,6,2,3,1,6,6,7,3,2,1,2,3,6,6,6,1,5,1
|
51
|
+
4,4,5,4,4,5,4,4,5,4,4,4,5,4,5,4,4,5,4,5,4,3,4,4,5,5,4,5,5,5,4,5,5,5,4,5,5,5,5,4,4,5,5,4,4,4,4,5,5,5,4,5,5,5,4,5,5,5,5,5,5,5,5,4,4,4,5,5,5,5,5,4,4,5,5,4,5,4,4,5,5,5,4,4,4,5,5,5,4,5,5,4,5
|
52
|
+
5,4,6,6,6,6,6,6,6,6,6,4,6,6,4,6,6,5,4,6,4,6,6,6,6,6,4,4,6,6,6,6,6,6,7,6,6,6,6,6,6,6,5,6,6,6,5,6,5,5,6,6,6,4,4,4,6,6,6,6,5,7,6,5,6,7,6,5,6,6,6,6,5,6,6,5,6,6,6,6,4,6,6,6,6,6,6,7,3,5,7,6,6,6,6,6,3,6,5,6,6,5,6,6,4,5,6,6,6,6,6,6,5,6,6,7,4,7,6,6,6,4,6,7,5,6,6,6,6,3,6,7,3,6,6,6,6,7,6,4,6,4,6,6,6,5,6,6,6,5,6,6,6,6,5,5,5,6,6,6,6,5
|
53
|
+
2,2,6,3,3,1,1,1,1,4,1,1,1,1,3,1,1,1,2,2,5,1,6,2,2,4,1,1,1,1,1,1,1,1,1,2,3,1,2,8,1,1,1,4,3,2,1,2,7,1,1,1,1,1,1,3,2,1,1,7,2,3,2,1,2,2,1,1,2,5,2,1,1,3,2,2,2,3,2,3,3,4,3,2,1,1,3,2,1,2,3,3,3,2,1,2,1,1,3,3,2,5,3,2,2,3,2,2,2,2,1,2,4,2,2,2,1,1,4,3,3,1,1,3,1,1,2,3,5,3,1,2,3,3,2,2,1,3,2,2,1,3,2,2,2,2,2,3,2,1,1,3,3,1,3,3,2,3,2,2,2,3,4,2,2,3,1,3,3,3,2,2,3,1,1,1,3,2,2,2,2,2,4,2,4,1,1,1,2,1,3,1,1,1,1,1,1,1,1,1,1,1,5,3,1,2,2,1,1,1,1,1,2,2,2,1,1,1,1,2,1,4,2,3,2,3,2,2,1,2,3,2,1,2,3,1,1,2,2,2,3,3,4,4,2,1,2,1,3,1,2,2,2,1,2,2,1,2,4,1,1,1,1,3,3,4,3,3,3,6,4,2,3,2,2,1,4,2,1,1,3,3,3,2,2,2,1,2,2,3,3,1,1,1,2,2,2,1,1,3,2,3,2,4,2,2,2,1,3,6,3,3,1,3,3,2,2,2,2,4,2,3,2,2,3,2,3,2,2,2,1,4,2,2,3,3,3,3,3,2,3,3,7,3,2,3,1,3,1,3,4,2,3,3,3,2,3,3,2,2,2,1,3,3,2,2,2,2,5,1,2,2,4,3,3,2,2,3,2,3,3,2,3,3,3,3,3,4,3,3,1,1,1,1,1,3,6,2,1,3,2,3,1,3,5,3,3,2,3,2,3,2,7,2,3,3,5,3,1,3,1,3,3,3,3,3,1,1,3,1,3,3,2,3,3,3,2,5,3,3,3,3,3,7,3,7,1,2,2,1,3,2,3,3,2,5,1,3,1,3,3,3,5,2,3,3,3,6,2,3,4,1,3,3,2,3,3,2,2,4,2,3,5,1,2,1,1,2,3,3,2,3,3,3,3,1,1,3,2,1,2,1,5,1,1,2,1,1,1,2,1,2,1,6,1,4,2,1,3,3,2,2,1,2,2,2,3,2,2,2,2,2,2,2,2,1,2,2,2,5,1,1,4,2,3,1,2,1,4,3,4,4,1,5,5,2,2,1,1,2,1,4,1,3,3,3,3,3,2,5,2,2,2,4,3,2,2,2,3,3,3,2,1,1,1,1,1,1,2,4,1,1,1,3,1,2,4,3,3,1,1,3,1,5,1,1,2,1,1,1,1,1,2,3,3,1,1,3,3,1,1,3,2,6,1,1,5,1,2,4,1,1,1,2,3,5,1,1,3,1,3,5,1,3,1,1,2,1,1,3,1,1,3,1,1,5,1,2,1,1,2,1,1,1,1,1,1,1,3,1,1,2,1,4,1,1,1,3,1,2,1,1,2,1,2,2,3,1,1,1,1,1,4,1,1,1,1,2,5,1,6,2,2,1,3,1,6,2,4,3,1,1,1,1,1,2,1,4,1,3,2,1,1,2,3,3,3,2,4,1,1,1,3,1,1,1,7,1,1,3,1,1,3,1,5,5,1,1,1,1,1,1,1,3,3,6,1,1,1,1,1,1,1,2,2,1,2,1,2,4,1,2,1,1,1,1,5,2,6,3,3,1,3,4,4,1,1,1,5,1,1,1,1,2,2,1,1,4,1,1,1,1,2,1,2,1,1,3,1,3,1,2,1,1,3,2,1,1,4,1,1,1,1,1,1,2,1,1,2,2,4,2,2,2,2,7,2,2,2,2,2,3,3,3,2,5,2,1,2,5,2,2,2,1,1,1,1,4,1,1,2,2,1,1,1,1,4,2,7,2,1,1,2,6,2,1,4,2,2,4,1,1,8,1,2,1,1,1,2,1,2,5,1,1,1,1,1,2,6,3,2,3,1,2,5,3,1,2,3,4,4,2,3,4,1,6,1,2,5,1,4,2,5,1,1,4,3,3,2,3,1,1,2,4,6,1,5,3,1,2,2,4,2,2,3,1,5,1,1,1,5,2,1,4,1,2,1,4,5,2,2,3,3,2,1,1,1,2,5,2,4,5,3,3,2,1,2,1,4,1,1,1,5,1,3,8,2,4,2,5,2,3,3,3,4,3,5,2,4,1,1,1,3,5,4,2,1,1,3,2,4,2,2,2,2,4,2,3,1,1,2,5,5,2,7,1,2,1,3,4,2,3,2,5,6,4,1,1,2,3,3,2,3,3,5,1,1,1,3,3,3,3,6,3,1,4,2,2,1,2,2,6,2,5,1,1,1,2,2,2,2,2,7,2,2,4,2,1,5,3,2,2,2,2,2,2,4,4,2,1,1
|
54
|
+
2,2,3,2,3,2,3,3,2,2,2,2,3,2,3,3,2,2,2,2,3,2,2,2,2,2,2,2,2,3,2,2,1,2,2,2,2,2,2,2,2,2,3,2,2,3,3,3,3,2,2,2,3,2,1,2,3,2,2,2,2,2,3,2,1,2,2,1,2,1,3,3,3,2,2,2,3,2,3,2,2,3,2,2,2,2,3,2,2,2,2,2,3,2,3,2,3,2,2,2,2,2,2,2,3,2,2,2,2,1,2,1,2,1,2,2,2,3,2,2,2,2,2,2,2,1,3,2,2,2,2,2,2,2,5,5,1,3,1,3,2,2,1,2,2,2,3,2,3,2,3,2,1,2,2,3,3,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,2,2,3,3,2,2,3,2,3,2,2,2,2,2,2,2,2,1,3,2,3,2,3,3,3,2,2,2,3,2,3,3,2,2,2,2,3,2,2,2,2,2,3,3,2,2,3,3,2,2,2,2,2,2,2,2,2,2,3,3,2,2,1,2,2,2,1,2,2,1,2,1,2,2,2,2,3,2,2,2,2,2,3,2,2,2,3,3,3,2,3,3,2,2,3,2,2,2,3,2,1,2,1,2,5,2,2,1,3,1,3,2,2,3,2,2,1,2,2,2,2,3,2,3,2,2,1,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,1,2,2,2,1
|
55
|
+
1,2,1,2,1,2,1,2,1,2,1,2,1,3,1,2,2,1,2,1,2,2,2,1,2,2,1,2,1,2,1,2
|
56
|
+
5,5,4,4,4,4,4,4,5,4,4,5,5,5,4,4,4,5,5,4,4,4,5,5,4,4,4,5,5,4,4,5,4,4,5,5,4,4,4,4,4,5,5,4,5,5,4,4,5,4,4,4,4,5,5,4,5,4,4,5,4,4,5,5,2,3,5,4,4,5,4,5,4,4,4,4,4,4,5,4,1,4,3,4,4,3,4,5,4,4,4,4,4,4,4,4,4,4,5,5,4,4,4,4,4,4,4,4,4,4,5,5,4,4,4,4,4,4,5,1,2,2,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,4,4,4,5,4,5,5,4,5,4,5,4,4,4,4,4,4,4,4,4,5,4,5,5,4,5,4,4,4,4,4,4,4,4,5,4,4,4,5,4,5,5,5,4,4,5,4,4,4,5,4,4,4,5,4,4,4,4,4,4,4,4,4,4,5,4,4,5,4,5,4,4,4,4,3,4,4,4,4,5,4,3,2,5,4,5,4,4,4,5,4,4,5,4,4,4,5,4,5,4,5,5,4,4,5,5,4,4,5,5,4,5,4,4,4,4,4,4,5,5,4,4,4,5,4,5,4,5
|
@@ -0,0 +1,1531 @@
|
|
1
|
+
59, 1e-05
|
2
|
+
64, 1e-05
|
3
|
+
68, 1e-05
|
4
|
+
80, 1e-05
|
5
|
+
81, 2e-05
|
6
|
+
85, 1e-05
|
7
|
+
86, 2e-05
|
8
|
+
87, 3e-05
|
9
|
+
88, 3e-05
|
10
|
+
89, 3e-05
|
11
|
+
90, 2e-05
|
12
|
+
92, 2e-05
|
13
|
+
94, 2e-05
|
14
|
+
95, 3e-05
|
15
|
+
96, 4e-05
|
16
|
+
97, 1e-05
|
17
|
+
98, 1e-05
|
18
|
+
99, 3e-05
|
19
|
+
100, 5e-05
|
20
|
+
101, 5e-05
|
21
|
+
102, 1e-05
|
22
|
+
103, 3e-05
|
23
|
+
104, 1e-05
|
24
|
+
105, 5e-05
|
25
|
+
106, 4e-05
|
26
|
+
107, 5e-05
|
27
|
+
108, 3e-05
|
28
|
+
109, 5e-05
|
29
|
+
111, 7e-05
|
30
|
+
112, 8e-05
|
31
|
+
113, 3e-05
|
32
|
+
114, 7e-05
|
33
|
+
115, 5e-05
|
34
|
+
116, 8e-05
|
35
|
+
117, 4e-05
|
36
|
+
118, 0.00014
|
37
|
+
119, 8e-05
|
38
|
+
120, 5e-05
|
39
|
+
121, 9e-05
|
40
|
+
122, 7e-05
|
41
|
+
123, 9e-05
|
42
|
+
124, 0.0001
|
43
|
+
125, 8e-05
|
44
|
+
126, 0.00015
|
45
|
+
127, 0.00013
|
46
|
+
128, 0.00018
|
47
|
+
129, 0.00022
|
48
|
+
130, 7e-05
|
49
|
+
131, 0.00014
|
50
|
+
132, 0.00021
|
51
|
+
133, 0.0001
|
52
|
+
134, 0.00022
|
53
|
+
135, 0.00016
|
54
|
+
136, 0.00017
|
55
|
+
137, 0.00022
|
56
|
+
138, 0.00023
|
57
|
+
139, 0.00024
|
58
|
+
140, 0.00029
|
59
|
+
141, 0.00022
|
60
|
+
142, 0.00023
|
61
|
+
143, 0.0003
|
62
|
+
144, 0.00022
|
63
|
+
145, 0.00027
|
64
|
+
146, 0.00032
|
65
|
+
147, 0.00036
|
66
|
+
148, 0.00034
|
67
|
+
149, 0.00032
|
68
|
+
150, 0.00039
|
69
|
+
151, 0.00039
|
70
|
+
152, 0.00034
|
71
|
+
153, 0.00038
|
72
|
+
154, 0.00027
|
73
|
+
155, 0.00055
|
74
|
+
156, 0.00039
|
75
|
+
157, 0.0003
|
76
|
+
158, 0.00044
|
77
|
+
159, 0.00032
|
78
|
+
160, 0.0004
|
79
|
+
161, 0.00038
|
80
|
+
162, 0.00036
|
81
|
+
163, 0.00046
|
82
|
+
164, 0.00042
|
83
|
+
165, 0.00041
|
84
|
+
166, 0.0005
|
85
|
+
167, 0.00054
|
86
|
+
168, 0.00049
|
87
|
+
169, 0.00059
|
88
|
+
170, 0.00051
|
89
|
+
171, 0.00049
|
90
|
+
172, 0.00064
|
91
|
+
173, 0.00051
|
92
|
+
174, 0.0007
|
93
|
+
175, 0.00056
|
94
|
+
176, 0.00063
|
95
|
+
177, 0.00059
|
96
|
+
178, 0.00054
|
97
|
+
179, 0.00058
|
98
|
+
180, 0.0007
|
99
|
+
181, 0.00072
|
100
|
+
182, 0.00067
|
101
|
+
183, 0.00075
|
102
|
+
184, 0.00089
|
103
|
+
185, 0.00074
|
104
|
+
186, 0.00083
|
105
|
+
187, 0.00079
|
106
|
+
188, 0.00077
|
107
|
+
189, 0.00087
|
108
|
+
190, 0.00087
|
109
|
+
191, 0.00085
|
110
|
+
192, 0.00065
|
111
|
+
193, 0.0008
|
112
|
+
194, 0.00093
|
113
|
+
195, 0.00078
|
114
|
+
196, 0.00091
|
115
|
+
197, 0.00111
|
116
|
+
198, 0.00111
|
117
|
+
199, 0.00093
|
118
|
+
200, 0.00077
|
119
|
+
201, 0.00088
|
120
|
+
202, 0.00098
|
121
|
+
203, 0.00108
|
122
|
+
204, 0.00092
|
123
|
+
205, 0.00106
|
124
|
+
206, 0.00116
|
125
|
+
207, 0.00109
|
126
|
+
208, 0.00106
|
127
|
+
209, 0.00085
|
128
|
+
210, 0.00115
|
129
|
+
211, 0.00116
|
130
|
+
212, 0.00116
|
131
|
+
213, 0.00128
|
132
|
+
214, 0.00099
|
133
|
+
215, 0.00122
|
134
|
+
216, 0.00112
|
135
|
+
217, 0.00128
|
136
|
+
218, 0.00117
|
137
|
+
219, 0.0012
|
138
|
+
220, 0.00124
|
139
|
+
221, 0.00121
|
140
|
+
222, 0.00153
|
141
|
+
223, 0.00147
|
142
|
+
224, 0.00136
|
143
|
+
225, 0.0013
|
144
|
+
226, 0.00138
|
145
|
+
227, 0.00143
|
146
|
+
228, 0.00129
|
147
|
+
229, 0.00165
|
148
|
+
230, 0.00128
|
149
|
+
231, 0.00137
|
150
|
+
232, 0.00139
|
151
|
+
233, 0.00146
|
152
|
+
234, 0.0015
|
153
|
+
235, 0.00142
|
154
|
+
236, 0.00162
|
155
|
+
237, 0.0015
|
156
|
+
238, 0.00158
|
157
|
+
239, 0.00165
|
158
|
+
240, 0.00159
|
159
|
+
241, 0.00173
|
160
|
+
242, 0.00149
|
161
|
+
243, 0.00162
|
162
|
+
244, 0.00169
|
163
|
+
245, 0.00161
|
164
|
+
246, 0.00163
|
165
|
+
247, 0.00166
|
166
|
+
248, 0.00171
|
167
|
+
249, 0.00163
|
168
|
+
250, 0.00179
|
169
|
+
251, 0.00165
|
170
|
+
252, 0.00185
|
171
|
+
253, 0.00185
|
172
|
+
254, 0.00165
|
173
|
+
255, 0.0015
|
174
|
+
256, 0.00169
|
175
|
+
257, 0.00173
|
176
|
+
258, 0.00173
|
177
|
+
259, 0.00171
|
178
|
+
260, 0.00198
|
179
|
+
261, 0.00168
|
180
|
+
262, 0.00209
|
181
|
+
263, 0.00198
|
182
|
+
264, 0.00192
|
183
|
+
265, 0.00182
|
184
|
+
266, 0.00184
|
185
|
+
267, 0.00202
|
186
|
+
268, 0.00196
|
187
|
+
269, 0.00192
|
188
|
+
270, 0.0021
|
189
|
+
271, 0.00172
|
190
|
+
272, 0.00194
|
191
|
+
273, 0.00228
|
192
|
+
274, 0.00199
|
193
|
+
275, 0.00193
|
194
|
+
276, 0.00189
|
195
|
+
277, 0.00172
|
196
|
+
278, 0.00228
|
197
|
+
279, 0.00199
|
198
|
+
280, 0.00184
|
199
|
+
281, 0.00184
|
200
|
+
282, 0.00222
|
201
|
+
283, 0.00204
|
202
|
+
284, 0.00222
|
203
|
+
285, 0.00202
|
204
|
+
286, 0.0021
|
205
|
+
287, 0.0021
|
206
|
+
288, 0.00233
|
207
|
+
289, 0.00235
|
208
|
+
290, 0.00213
|
209
|
+
291, 0.00202
|
210
|
+
292, 0.00201
|
211
|
+
293, 0.00212
|
212
|
+
294, 0.00248
|
213
|
+
295, 0.00207
|
214
|
+
296, 0.0023
|
215
|
+
297, 0.00226
|
216
|
+
298, 0.00232
|
217
|
+
299, 0.00223
|
218
|
+
300, 0.00226
|
219
|
+
301, 0.00224
|
220
|
+
302, 0.00253
|
221
|
+
303, 0.00195
|
222
|
+
304, 0.00241
|
223
|
+
305, 0.00211
|
224
|
+
306, 0.00226
|
225
|
+
307, 0.00225
|
226
|
+
308, 0.00229
|
227
|
+
309, 0.0022
|
228
|
+
310, 0.0022
|
229
|
+
311, 0.00217
|
230
|
+
312, 0.00203
|
231
|
+
313, 0.00235
|
232
|
+
314, 0.00196
|
233
|
+
315, 0.002
|
234
|
+
316, 0.00205
|
235
|
+
317, 0.00251
|
236
|
+
318, 0.00227
|
237
|
+
319, 0.00235
|
238
|
+
320, 0.00236
|
239
|
+
321, 0.00232
|
240
|
+
322, 0.00243
|
241
|
+
323, 0.00212
|
242
|
+
324, 0.00233
|
243
|
+
325, 0.00231
|
244
|
+
326, 0.00226
|
245
|
+
327, 0.00209
|
246
|
+
328, 0.00218
|
247
|
+
329, 0.00228
|
248
|
+
330, 0.00228
|
249
|
+
331, 0.00225
|
250
|
+
332, 0.00216
|
251
|
+
333, 0.00231
|
252
|
+
334, 0.00257
|
253
|
+
335, 0.00238
|
254
|
+
336, 0.00224
|
255
|
+
337, 0.0021
|
256
|
+
338, 0.00214
|
257
|
+
339, 0.00246
|
258
|
+
340, 0.00226
|
259
|
+
341, 0.00258
|
260
|
+
342, 0.00261
|
261
|
+
343, 0.00238
|
262
|
+
344, 0.00222
|
263
|
+
345, 0.00265
|
264
|
+
346, 0.00217
|
265
|
+
347, 0.00236
|
266
|
+
348, 0.00246
|
267
|
+
349, 0.00235
|
268
|
+
350, 0.00241
|
269
|
+
351, 0.00249
|
270
|
+
352, 0.00244
|
271
|
+
353, 0.00251
|
272
|
+
354, 0.0022
|
273
|
+
355, 0.00245
|
274
|
+
356, 0.00228
|
275
|
+
357, 0.00215
|
276
|
+
358, 0.00248
|
277
|
+
359, 0.00231
|
278
|
+
360, 0.00256
|
279
|
+
361, 0.00232
|
280
|
+
362, 0.00257
|
281
|
+
363, 0.00249
|
282
|
+
364, 0.00237
|
283
|
+
365, 0.00257
|
284
|
+
366, 0.00266
|
285
|
+
367, 0.00263
|
286
|
+
368, 0.00218
|
287
|
+
369, 0.00268
|
288
|
+
370, 0.00237
|
289
|
+
371, 0.00233
|
290
|
+
372, 0.00226
|
291
|
+
373, 0.00259
|
292
|
+
374, 0.00246
|
293
|
+
375, 0.00249
|
294
|
+
376, 0.00259
|
295
|
+
377, 0.00234
|
296
|
+
378, 0.00244
|
297
|
+
379, 0.00244
|
298
|
+
380, 0.00226
|
299
|
+
381, 0.00225
|
300
|
+
382, 0.00236
|
301
|
+
383, 0.00262
|
302
|
+
384, 0.00226
|
303
|
+
385, 0.00246
|
304
|
+
386, 0.00229
|
305
|
+
387, 0.00213
|
306
|
+
388, 0.00256
|
307
|
+
389, 0.00239
|
308
|
+
390, 0.00247
|
309
|
+
391, 0.00259
|
310
|
+
392, 0.0022
|
311
|
+
393, 0.00245
|
312
|
+
394, 0.00239
|
313
|
+
395, 0.00254
|
314
|
+
396, 0.00225
|
315
|
+
397, 0.00233
|
316
|
+
398, 0.00225
|
317
|
+
399, 0.00224
|
318
|
+
400, 0.00209
|
319
|
+
401, 0.0028
|
320
|
+
402, 0.00239
|
321
|
+
403, 0.00233
|
322
|
+
404, 0.0023
|
323
|
+
405, 0.0021
|
324
|
+
406, 0.00215
|
325
|
+
407, 0.00233
|
326
|
+
408, 0.0022
|
327
|
+
409, 0.00237
|
328
|
+
410, 0.00219
|
329
|
+
411, 0.002
|
330
|
+
412, 0.0024
|
331
|
+
413, 0.00211
|
332
|
+
414, 0.00201
|
333
|
+
415, 0.00228
|
334
|
+
416, 0.00219
|
335
|
+
417, 0.00234
|
336
|
+
418, 0.00228
|
337
|
+
419, 0.00203
|
338
|
+
420, 0.00231
|
339
|
+
421, 0.00217
|
340
|
+
422, 0.00236
|
341
|
+
423, 0.00257
|
342
|
+
424, 0.00216
|
343
|
+
425, 0.00242
|
344
|
+
426, 0.00205
|
345
|
+
427, 0.00239
|
346
|
+
428, 0.002
|
347
|
+
429, 0.00198
|
348
|
+
430, 0.00219
|
349
|
+
431, 0.0022
|
350
|
+
432, 0.00215
|
351
|
+
433, 0.00206
|
352
|
+
434, 0.00211
|
353
|
+
435, 0.0024
|
354
|
+
436, 0.00207
|
355
|
+
437, 0.00221
|
356
|
+
438, 0.00191
|
357
|
+
439, 0.00198
|
358
|
+
440, 0.00208
|
359
|
+
441, 0.00222
|
360
|
+
442, 0.00217
|
361
|
+
443, 0.00189
|
362
|
+
444, 0.00212
|
363
|
+
445, 0.00183
|
364
|
+
446, 0.00236
|
365
|
+
447, 0.002
|
366
|
+
448, 0.00192
|
367
|
+
449, 0.00222
|
368
|
+
450, 0.00219
|
369
|
+
451, 0.00212
|
370
|
+
452, 0.00229
|
371
|
+
453, 0.00206
|
372
|
+
454, 0.00206
|
373
|
+
455, 0.00218
|
374
|
+
456, 0.00186
|
375
|
+
457, 0.00199
|
376
|
+
458, 0.00201
|
377
|
+
459, 0.00178
|
378
|
+
460, 0.00212
|
379
|
+
461, 0.00176
|
380
|
+
462, 0.00214
|
381
|
+
463, 0.00184
|
382
|
+
464, 0.0019
|
383
|
+
465, 0.002
|
384
|
+
466, 0.00184
|
385
|
+
467, 0.00212
|
386
|
+
468, 0.00217
|
387
|
+
469, 0.00199
|
388
|
+
470, 0.00184
|
389
|
+
471, 0.00213
|
390
|
+
472, 0.00207
|
391
|
+
473, 0.00183
|
392
|
+
474, 0.00184
|
393
|
+
475, 0.00174
|
394
|
+
476, 0.00203
|
395
|
+
477, 0.00169
|
396
|
+
478, 0.00163
|
397
|
+
479, 0.00184
|
398
|
+
480, 0.00168
|
399
|
+
481, 0.00182
|
400
|
+
482, 0.00193
|
401
|
+
483, 0.00185
|
402
|
+
484, 0.00172
|
403
|
+
485, 0.00188
|
404
|
+
486, 0.00159
|
405
|
+
487, 0.00173
|
406
|
+
488, 0.00181
|
407
|
+
489, 0.00188
|
408
|
+
490, 0.00181
|
409
|
+
491, 0.00187
|
410
|
+
492, 0.00171
|
411
|
+
493, 0.00175
|
412
|
+
494, 0.00175
|
413
|
+
495, 0.0019
|
414
|
+
496, 0.00152
|
415
|
+
497, 0.00178
|
416
|
+
498, 0.00151
|
417
|
+
499, 0.00187
|
418
|
+
500, 0.00163
|
419
|
+
501, 0.00176
|
420
|
+
502, 0.00196
|
421
|
+
503, 0.00155
|
422
|
+
504, 0.00161
|
423
|
+
505, 0.00173
|
424
|
+
506, 0.00161
|
425
|
+
507, 0.00174
|
426
|
+
508, 0.00191
|
427
|
+
509, 0.00174
|
428
|
+
510, 0.00176
|
429
|
+
511, 0.00178
|
430
|
+
512, 0.00165
|
431
|
+
513, 0.00167
|
432
|
+
514, 0.00149
|
433
|
+
515, 0.00163
|
434
|
+
516, 0.00152
|
435
|
+
517, 0.00151
|
436
|
+
518, 0.00148
|
437
|
+
519, 0.00146
|
438
|
+
520, 0.00169
|
439
|
+
521, 0.00143
|
440
|
+
522, 0.00161
|
441
|
+
523, 0.0016
|
442
|
+
524, 0.00146
|
443
|
+
525, 0.00153
|
444
|
+
526, 0.00158
|
445
|
+
527, 0.00157
|
446
|
+
528, 0.00154
|
447
|
+
529, 0.0016
|
448
|
+
530, 0.00145
|
449
|
+
531, 0.00141
|
450
|
+
532, 0.00157
|
451
|
+
533, 0.0014
|
452
|
+
534, 0.00164
|
453
|
+
535, 0.00131
|
454
|
+
536, 0.00149
|
455
|
+
537, 0.00167
|
456
|
+
538, 0.0015
|
457
|
+
539, 0.00145
|
458
|
+
540, 0.00172
|
459
|
+
541, 0.00121
|
460
|
+
542, 0.00136
|
461
|
+
543, 0.00121
|
462
|
+
544, 0.00137
|
463
|
+
545, 0.00155
|
464
|
+
546, 0.00181
|
465
|
+
547, 0.0015
|
466
|
+
548, 0.00154
|
467
|
+
549, 0.00156
|
468
|
+
550, 0.00132
|
469
|
+
551, 0.00147
|
470
|
+
552, 0.00146
|
471
|
+
553, 0.00138
|
472
|
+
554, 0.00135
|
473
|
+
555, 0.00136
|
474
|
+
556, 0.00156
|
475
|
+
557, 0.0016
|
476
|
+
558, 0.0012
|
477
|
+
559, 0.00128
|
478
|
+
560, 0.00142
|
479
|
+
561, 0.00139
|
480
|
+
562, 0.00132
|
481
|
+
563, 0.00119
|
482
|
+
564, 0.00115
|
483
|
+
565, 0.00125
|
484
|
+
566, 0.00138
|
485
|
+
567, 0.0013
|
486
|
+
568, 0.00124
|
487
|
+
569, 0.00141
|
488
|
+
570, 0.00127
|
489
|
+
571, 0.0013
|
490
|
+
572, 0.00133
|
491
|
+
573, 0.00136
|
492
|
+
574, 0.00147
|
493
|
+
575, 0.00133
|
494
|
+
576, 0.00125
|
495
|
+
577, 0.00119
|
496
|
+
578, 0.00112
|
497
|
+
579, 0.00112
|
498
|
+
580, 0.00128
|
499
|
+
581, 0.00138
|
500
|
+
582, 0.00136
|
501
|
+
583, 0.00115
|
502
|
+
584, 0.00135
|
503
|
+
585, 0.00131
|
504
|
+
586, 0.00117
|
505
|
+
587, 0.00101
|
506
|
+
588, 0.00118
|
507
|
+
589, 0.00122
|
508
|
+
590, 0.00128
|
509
|
+
591, 0.00117
|
510
|
+
592, 0.00123
|
511
|
+
593, 0.00118
|
512
|
+
594, 0.00099
|
513
|
+
595, 0.00092
|
514
|
+
596, 0.00125
|
515
|
+
597, 0.00129
|
516
|
+
598, 0.00102
|
517
|
+
599, 0.00114
|
518
|
+
600, 0.0011
|
519
|
+
601, 0.001
|
520
|
+
602, 0.00144
|
521
|
+
603, 0.0011
|
522
|
+
604, 0.00093
|
523
|
+
605, 0.00105
|
524
|
+
606, 0.00113
|
525
|
+
607, 0.00102
|
526
|
+
608, 0.00101
|
527
|
+
609, 0.00107
|
528
|
+
610, 0.00094
|
529
|
+
611, 0.00091
|
530
|
+
612, 0.00094
|
531
|
+
613, 0.00101
|
532
|
+
614, 0.00122
|
533
|
+
615, 0.0009
|
534
|
+
616, 0.00115
|
535
|
+
617, 0.00106
|
536
|
+
618, 0.00105
|
537
|
+
619, 0.00094
|
538
|
+
620, 0.00094
|
539
|
+
621, 0.00083
|
540
|
+
622, 0.00104
|
541
|
+
623, 0.00111
|
542
|
+
624, 0.00089
|
543
|
+
625, 0.0011
|
544
|
+
626, 0.00094
|
545
|
+
627, 0.00094
|
546
|
+
628, 0.00087
|
547
|
+
629, 0.0012
|
548
|
+
630, 0.00107
|
549
|
+
631, 0.00119
|
550
|
+
632, 0.00104
|
551
|
+
633, 0.00104
|
552
|
+
634, 0.00106
|
553
|
+
635, 0.00101
|
554
|
+
636, 0.00087
|
555
|
+
637, 0.00081
|
556
|
+
638, 0.00089
|
557
|
+
639, 0.0011
|
558
|
+
640, 0.00097
|
559
|
+
641, 0.0009
|
560
|
+
642, 0.00081
|
561
|
+
643, 0.00084
|
562
|
+
644, 0.00087
|
563
|
+
645, 0.00097
|
564
|
+
646, 0.00093
|
565
|
+
647, 0.00087
|
566
|
+
648, 0.00076
|
567
|
+
649, 0.00073
|
568
|
+
650, 0.00072
|
569
|
+
651, 0.0009
|
570
|
+
652, 0.00086
|
571
|
+
653, 0.00086
|
572
|
+
654, 0.00082
|
573
|
+
655, 0.00074
|
574
|
+
656, 0.00087
|
575
|
+
657, 0.00066
|
576
|
+
658, 0.00085
|
577
|
+
659, 0.00082
|
578
|
+
660, 0.00076
|
579
|
+
661, 0.00092
|
580
|
+
662, 0.00074
|
581
|
+
663, 0.00089
|
582
|
+
664, 0.00075
|
583
|
+
665, 0.00081
|
584
|
+
666, 0.00092
|
585
|
+
667, 0.00084
|
586
|
+
668, 0.00085
|
587
|
+
669, 0.00087
|
588
|
+
670, 0.00081
|
589
|
+
671, 0.00085
|
590
|
+
672, 0.00071
|
591
|
+
673, 0.00081
|
592
|
+
674, 0.00076
|
593
|
+
675, 0.00088
|
594
|
+
676, 0.00087
|
595
|
+
677, 0.00068
|
596
|
+
678, 0.00079
|
597
|
+
679, 0.00086
|
598
|
+
680, 0.00068
|
599
|
+
681, 0.0008
|
600
|
+
682, 0.00068
|
601
|
+
683, 0.00082
|
602
|
+
684, 0.00084
|
603
|
+
685, 0.00082
|
604
|
+
686, 0.00075
|
605
|
+
687, 0.00079
|
606
|
+
688, 0.00072
|
607
|
+
689, 0.00085
|
608
|
+
690, 0.0006
|
609
|
+
691, 0.00079
|
610
|
+
692, 0.00066
|
611
|
+
693, 0.00056
|
612
|
+
694, 0.00085
|
613
|
+
695, 0.0007
|
614
|
+
696, 0.00067
|
615
|
+
697, 0.00081
|
616
|
+
698, 0.00067
|
617
|
+
699, 0.00079
|
618
|
+
700, 0.00083
|
619
|
+
701, 0.00076
|
620
|
+
702, 0.00076
|
621
|
+
703, 0.00069
|
622
|
+
704, 0.00057
|
623
|
+
705, 0.0007
|
624
|
+
706, 0.00063
|
625
|
+
707, 0.00066
|
626
|
+
708, 0.00071
|
627
|
+
709, 0.0007
|
628
|
+
710, 0.00073
|
629
|
+
711, 0.00056
|
630
|
+
712, 0.00071
|
631
|
+
713, 0.0008
|
632
|
+
714, 0.00071
|
633
|
+
715, 0.00073
|
634
|
+
716, 0.00059
|
635
|
+
717, 0.00057
|
636
|
+
718, 0.00075
|
637
|
+
719, 0.00067
|
638
|
+
720, 0.00068
|
639
|
+
721, 0.00051
|
640
|
+
722, 0.00061
|
641
|
+
723, 0.00052
|
642
|
+
724, 0.00054
|
643
|
+
725, 0.00075
|
644
|
+
726, 0.00044
|
645
|
+
727, 0.0006
|
646
|
+
728, 0.00055
|
647
|
+
729, 0.00057
|
648
|
+
730, 0.0007
|
649
|
+
731, 0.00071
|
650
|
+
732, 0.00067
|
651
|
+
733, 0.00049
|
652
|
+
734, 0.00066
|
653
|
+
735, 0.00053
|
654
|
+
736, 0.00061
|
655
|
+
737, 0.00051
|
656
|
+
738, 0.00058
|
657
|
+
739, 0.00056
|
658
|
+
740, 0.00076
|
659
|
+
741, 0.00062
|
660
|
+
742, 0.00049
|
661
|
+
743, 0.00047
|
662
|
+
744, 0.00043
|
663
|
+
745, 0.0006
|
664
|
+
746, 0.0004
|
665
|
+
747, 0.00049
|
666
|
+
748, 0.00061
|
667
|
+
749, 0.00047
|
668
|
+
750, 0.0005
|
669
|
+
751, 0.0005
|
670
|
+
752, 0.00053
|
671
|
+
753, 0.00055
|
672
|
+
754, 0.00065
|
673
|
+
755, 0.00058
|
674
|
+
756, 0.00051
|
675
|
+
757, 0.00046
|
676
|
+
758, 0.00064
|
677
|
+
759, 0.00068
|
678
|
+
760, 0.00056
|
679
|
+
761, 0.00047
|
680
|
+
762, 0.00046
|
681
|
+
763, 0.00033
|
682
|
+
764, 0.00043
|
683
|
+
765, 0.0004
|
684
|
+
766, 0.00045
|
685
|
+
767, 0.00055
|
686
|
+
768, 0.00033
|
687
|
+
769, 0.00053
|
688
|
+
770, 0.0005
|
689
|
+
771, 0.00047
|
690
|
+
772, 0.00051
|
691
|
+
773, 0.00044
|
692
|
+
774, 0.00043
|
693
|
+
775, 0.00052
|
694
|
+
776, 0.00033
|
695
|
+
777, 0.00041
|
696
|
+
778, 0.00053
|
697
|
+
779, 0.00047
|
698
|
+
780, 0.0004
|
699
|
+
781, 0.00041
|
700
|
+
782, 0.0005
|
701
|
+
783, 0.00051
|
702
|
+
784, 0.00056
|
703
|
+
785, 0.00054
|
704
|
+
786, 0.00049
|
705
|
+
787, 0.00042
|
706
|
+
788, 0.00038
|
707
|
+
789, 0.00039
|
708
|
+
790, 0.00037
|
709
|
+
791, 0.00041
|
710
|
+
792, 0.00026
|
711
|
+
793, 0.0004
|
712
|
+
794, 0.0004
|
713
|
+
795, 0.00033
|
714
|
+
796, 0.00039
|
715
|
+
797, 0.00046
|
716
|
+
798, 0.0003
|
717
|
+
799, 0.00045
|
718
|
+
800, 0.0004
|
719
|
+
801, 0.00036
|
720
|
+
802, 0.00047
|
721
|
+
803, 0.00053
|
722
|
+
804, 0.00048
|
723
|
+
805, 0.00047
|
724
|
+
806, 0.00034
|
725
|
+
807, 0.00037
|
726
|
+
808, 0.00036
|
727
|
+
809, 0.00046
|
728
|
+
810, 0.00039
|
729
|
+
811, 0.00035
|
730
|
+
812, 0.00047
|
731
|
+
813, 0.00031
|
732
|
+
814, 0.00028
|
733
|
+
815, 0.00045
|
734
|
+
816, 0.0004
|
735
|
+
817, 0.00036
|
736
|
+
818, 0.00043
|
737
|
+
819, 0.00032
|
738
|
+
820, 0.00029
|
739
|
+
821, 0.00042
|
740
|
+
822, 0.00033
|
741
|
+
823, 0.00045
|
742
|
+
824, 0.00045
|
743
|
+
825, 0.00028
|
744
|
+
826, 0.00035
|
745
|
+
827, 0.00033
|
746
|
+
828, 0.00037
|
747
|
+
829, 0.00033
|
748
|
+
830, 0.00024
|
749
|
+
831, 0.00032
|
750
|
+
832, 0.00034
|
751
|
+
833, 0.00033
|
752
|
+
834, 0.00026
|
753
|
+
835, 0.00034
|
754
|
+
836, 0.0003
|
755
|
+
837, 0.00033
|
756
|
+
838, 0.00043
|
757
|
+
839, 0.00029
|
758
|
+
840, 0.00034
|
759
|
+
841, 0.0003
|
760
|
+
842, 0.00028
|
761
|
+
843, 0.00042
|
762
|
+
844, 0.00032
|
763
|
+
845, 0.00033
|
764
|
+
846, 0.00026
|
765
|
+
847, 0.00033
|
766
|
+
848, 0.00029
|
767
|
+
849, 0.00026
|
768
|
+
850, 0.00024
|
769
|
+
851, 0.00039
|
770
|
+
852, 0.00031
|
771
|
+
853, 0.00033
|
772
|
+
854, 0.00029
|
773
|
+
855, 0.00035
|
774
|
+
856, 0.00037
|
775
|
+
857, 0.00027
|
776
|
+
858, 0.0004
|
777
|
+
859, 0.00022
|
778
|
+
860, 0.0002
|
779
|
+
861, 0.00025
|
780
|
+
862, 0.00028
|
781
|
+
863, 0.00028
|
782
|
+
864, 0.00028
|
783
|
+
865, 0.00036
|
784
|
+
866, 0.00025
|
785
|
+
867, 0.0002
|
786
|
+
868, 0.00035
|
787
|
+
869, 0.00022
|
788
|
+
870, 0.00031
|
789
|
+
871, 0.00026
|
790
|
+
872, 0.00025
|
791
|
+
873, 0.00023
|
792
|
+
874, 0.00033
|
793
|
+
875, 0.00026
|
794
|
+
876, 0.00023
|
795
|
+
877, 0.00022
|
796
|
+
878, 0.00023
|
797
|
+
879, 0.00025
|
798
|
+
880, 0.00037
|
799
|
+
881, 0.00019
|
800
|
+
882, 0.00023
|
801
|
+
883, 0.00028
|
802
|
+
884, 0.00038
|
803
|
+
885, 0.00033
|
804
|
+
886, 0.00031
|
805
|
+
887, 0.00018
|
806
|
+
888, 0.00027
|
807
|
+
889, 0.00025
|
808
|
+
890, 0.00021
|
809
|
+
891, 0.00026
|
810
|
+
892, 0.00025
|
811
|
+
893, 0.00021
|
812
|
+
894, 0.00017
|
813
|
+
895, 0.00029
|
814
|
+
896, 0.00021
|
815
|
+
897, 0.00023
|
816
|
+
898, 0.00019
|
817
|
+
899, 0.00016
|
818
|
+
900, 0.00014
|
819
|
+
901, 0.0002
|
820
|
+
902, 0.00028
|
821
|
+
903, 0.00015
|
822
|
+
904, 0.00023
|
823
|
+
905, 0.00023
|
824
|
+
906, 0.00026
|
825
|
+
907, 0.00027
|
826
|
+
908, 0.00021
|
827
|
+
909, 0.00017
|
828
|
+
910, 0.0002
|
829
|
+
911, 0.00023
|
830
|
+
912, 0.0002
|
831
|
+
913, 0.00025
|
832
|
+
914, 0.0002
|
833
|
+
915, 0.00014
|
834
|
+
916, 0.00019
|
835
|
+
917, 0.00028
|
836
|
+
918, 0.0002
|
837
|
+
919, 0.00018
|
838
|
+
920, 0.00017
|
839
|
+
921, 0.00017
|
840
|
+
922, 0.00021
|
841
|
+
923, 0.00017
|
842
|
+
924, 0.00023
|
843
|
+
925, 0.00016
|
844
|
+
926, 0.00014
|
845
|
+
927, 0.00016
|
846
|
+
928, 0.00014
|
847
|
+
929, 0.00012
|
848
|
+
930, 0.00018
|
849
|
+
931, 0.00028
|
850
|
+
932, 0.00014
|
851
|
+
933, 0.00017
|
852
|
+
934, 0.00021
|
853
|
+
935, 0.0002
|
854
|
+
936, 0.00022
|
855
|
+
937, 0.00013
|
856
|
+
938, 0.00016
|
857
|
+
939, 0.00023
|
858
|
+
940, 0.00023
|
859
|
+
941, 0.00026
|
860
|
+
942, 0.00016
|
861
|
+
943, 0.00023
|
862
|
+
944, 0.00023
|
863
|
+
945, 0.00019
|
864
|
+
946, 0.00017
|
865
|
+
947, 0.00015
|
866
|
+
948, 0.00019
|
867
|
+
949, 0.00017
|
868
|
+
950, 0.00015
|
869
|
+
951, 0.0002
|
870
|
+
952, 0.00022
|
871
|
+
953, 0.00021
|
872
|
+
954, 0.00014
|
873
|
+
955, 0.00017
|
874
|
+
956, 0.00021
|
875
|
+
957, 0.00015
|
876
|
+
958, 0.00022
|
877
|
+
959, 0.00025
|
878
|
+
960, 0.00015
|
879
|
+
961, 0.0002
|
880
|
+
962, 0.00017
|
881
|
+
963, 0.00016
|
882
|
+
964, 0.0002
|
883
|
+
965, 0.00016
|
884
|
+
966, 0.00016
|
885
|
+
967, 0.00018
|
886
|
+
968, 0.00013
|
887
|
+
969, 0.00016
|
888
|
+
970, 0.00019
|
889
|
+
971, 0.00018
|
890
|
+
972, 0.00017
|
891
|
+
973, 0.0002
|
892
|
+
974, 0.00013
|
893
|
+
975, 0.00015
|
894
|
+
976, 0.00014
|
895
|
+
977, 0.00017
|
896
|
+
978, 0.00012
|
897
|
+
979, 0.00018
|
898
|
+
980, 0.00014
|
899
|
+
981, 0.00013
|
900
|
+
982, 0.0001
|
901
|
+
983, 0.00016
|
902
|
+
984, 9e-05
|
903
|
+
985, 0.00014
|
904
|
+
986, 0.00014
|
905
|
+
987, 0.00011
|
906
|
+
988, 7e-05
|
907
|
+
989, 8e-05
|
908
|
+
990, 0.00015
|
909
|
+
991, 8e-05
|
910
|
+
992, 0.00011
|
911
|
+
993, 0.00017
|
912
|
+
994, 0.00015
|
913
|
+
995, 0.00014
|
914
|
+
996, 0.00018
|
915
|
+
997, 5e-05
|
916
|
+
998, 0.00015
|
917
|
+
999, 0.0001
|
918
|
+
1000, 6e-05
|
919
|
+
1001, 0.00019
|
920
|
+
1002, 0.0001
|
921
|
+
1003, 8e-05
|
922
|
+
1004, 0.00015
|
923
|
+
1005, 0.00012
|
924
|
+
1006, 0.00014
|
925
|
+
1007, 0.00011
|
926
|
+
1008, 8e-05
|
927
|
+
1009, 0.00024
|
928
|
+
1010, 0.0002
|
929
|
+
1011, 0.00014
|
930
|
+
1012, 0.00019
|
931
|
+
1013, 0.00015
|
932
|
+
1014, 0.00016
|
933
|
+
1015, 0.0001
|
934
|
+
1016, 8e-05
|
935
|
+
1017, 8e-05
|
936
|
+
1018, 0.00015
|
937
|
+
1019, 0.00015
|
938
|
+
1020, 0.00016
|
939
|
+
1021, 0.00013
|
940
|
+
1022, 8e-05
|
941
|
+
1023, 8e-05
|
942
|
+
1024, 7e-05
|
943
|
+
1025, 0.00013
|
944
|
+
1026, 6e-05
|
945
|
+
1027, 0.0001
|
946
|
+
1028, 7e-05
|
947
|
+
1029, 7e-05
|
948
|
+
1030, 0.00011
|
949
|
+
1031, 9e-05
|
950
|
+
1032, 0.00013
|
951
|
+
1033, 0.00016
|
952
|
+
1034, 8e-05
|
953
|
+
1035, 0.00011
|
954
|
+
1036, 0.00014
|
955
|
+
1037, 0.00012
|
956
|
+
1038, 0.00011
|
957
|
+
1039, 0.00016
|
958
|
+
1040, 8e-05
|
959
|
+
1041, 0.00011
|
960
|
+
1042, 9e-05
|
961
|
+
1043, 0.00013
|
962
|
+
1044, 3e-05
|
963
|
+
1045, 0.00013
|
964
|
+
1046, 0.00012
|
965
|
+
1047, 8e-05
|
966
|
+
1048, 7e-05
|
967
|
+
1049, 0.00015
|
968
|
+
1050, 0.0001
|
969
|
+
1051, 0.0001
|
970
|
+
1052, 8e-05
|
971
|
+
1053, 0.00014
|
972
|
+
1054, 5e-05
|
973
|
+
1055, 0.0001
|
974
|
+
1056, 9e-05
|
975
|
+
1057, 0.00013
|
976
|
+
1058, 7e-05
|
977
|
+
1059, 7e-05
|
978
|
+
1060, 7e-05
|
979
|
+
1061, 0.0001
|
980
|
+
1062, 0.00012
|
981
|
+
1063, 9e-05
|
982
|
+
1064, 0.0001
|
983
|
+
1065, 7e-05
|
984
|
+
1066, 0.00014
|
985
|
+
1067, 8e-05
|
986
|
+
1068, 4e-05
|
987
|
+
1069, 9e-05
|
988
|
+
1070, 7e-05
|
989
|
+
1071, 9e-05
|
990
|
+
1072, 5e-05
|
991
|
+
1073, 0.00013
|
992
|
+
1074, 0.00011
|
993
|
+
1075, 7e-05
|
994
|
+
1076, 0.00012
|
995
|
+
1077, 0.00017
|
996
|
+
1078, 3e-05
|
997
|
+
1079, 0.0001
|
998
|
+
1080, 9e-05
|
999
|
+
1081, 0.00017
|
1000
|
+
1082, 6e-05
|
1001
|
+
1083, 7e-05
|
1002
|
+
1084, 0.00011
|
1003
|
+
1085, 0.0001
|
1004
|
+
1086, 4e-05
|
1005
|
+
1087, 0.00014
|
1006
|
+
1088, 6e-05
|
1007
|
+
1089, 4e-05
|
1008
|
+
1090, 2e-05
|
1009
|
+
1091, 9e-05
|
1010
|
+
1092, 6e-05
|
1011
|
+
1093, 8e-05
|
1012
|
+
1094, 0.00011
|
1013
|
+
1095, 7e-05
|
1014
|
+
1096, 0.00011
|
1015
|
+
1097, 6e-05
|
1016
|
+
1098, 0.0001
|
1017
|
+
1099, 9e-05
|
1018
|
+
1100, 5e-05
|
1019
|
+
1101, 0.00011
|
1020
|
+
1102, 4e-05
|
1021
|
+
1103, 8e-05
|
1022
|
+
1104, 5e-05
|
1023
|
+
1105, 9e-05
|
1024
|
+
1106, 6e-05
|
1025
|
+
1107, 8e-05
|
1026
|
+
1108, 9e-05
|
1027
|
+
1109, 8e-05
|
1028
|
+
1110, 9e-05
|
1029
|
+
1111, 6e-05
|
1030
|
+
1112, 7e-05
|
1031
|
+
1113, 0.00013
|
1032
|
+
1114, 7e-05
|
1033
|
+
1115, 4e-05
|
1034
|
+
1116, 6e-05
|
1035
|
+
1117, 7e-05
|
1036
|
+
1118, 3e-05
|
1037
|
+
1119, 4e-05
|
1038
|
+
1120, 9e-05
|
1039
|
+
1121, 8e-05
|
1040
|
+
1122, 6e-05
|
1041
|
+
1123, 4e-05
|
1042
|
+
1124, 6e-05
|
1043
|
+
1125, 3e-05
|
1044
|
+
1126, 5e-05
|
1045
|
+
1127, 0.0001
|
1046
|
+
1128, 5e-05
|
1047
|
+
1129, 5e-05
|
1048
|
+
1130, 6e-05
|
1049
|
+
1131, 5e-05
|
1050
|
+
1132, 0.00012
|
1051
|
+
1133, 7e-05
|
1052
|
+
1134, 4e-05
|
1053
|
+
1135, 5e-05
|
1054
|
+
1136, 8e-05
|
1055
|
+
1137, 8e-05
|
1056
|
+
1138, 7e-05
|
1057
|
+
1139, 6e-05
|
1058
|
+
1140, 4e-05
|
1059
|
+
1141, 5e-05
|
1060
|
+
1142, 6e-05
|
1061
|
+
1143, 3e-05
|
1062
|
+
1144, 9e-05
|
1063
|
+
1145, 8e-05
|
1064
|
+
1146, 3e-05
|
1065
|
+
1147, 6e-05
|
1066
|
+
1148, 5e-05
|
1067
|
+
1149, 5e-05
|
1068
|
+
1150, 5e-05
|
1069
|
+
1151, 1e-05
|
1070
|
+
1152, 8e-05
|
1071
|
+
1153, 4e-05
|
1072
|
+
1154, 3e-05
|
1073
|
+
1155, 3e-05
|
1074
|
+
1156, 6e-05
|
1075
|
+
1157, 7e-05
|
1076
|
+
1158, 5e-05
|
1077
|
+
1159, 9e-05
|
1078
|
+
1160, 8e-05
|
1079
|
+
1161, 8e-05
|
1080
|
+
1162, 4e-05
|
1081
|
+
1163, 5e-05
|
1082
|
+
1164, 5e-05
|
1083
|
+
1165, 8e-05
|
1084
|
+
1166, 6e-05
|
1085
|
+
1167, 2e-05
|
1086
|
+
1168, 9e-05
|
1087
|
+
1169, 4e-05
|
1088
|
+
1170, 6e-05
|
1089
|
+
1172, 6e-05
|
1090
|
+
1173, 3e-05
|
1091
|
+
1174, 3e-05
|
1092
|
+
1175, 7e-05
|
1093
|
+
1177, 5e-05
|
1094
|
+
1178, 3e-05
|
1095
|
+
1179, 3e-05
|
1096
|
+
1180, 6e-05
|
1097
|
+
1181, 7e-05
|
1098
|
+
1182, 0.0001
|
1099
|
+
1183, 3e-05
|
1100
|
+
1184, 6e-05
|
1101
|
+
1185, 5e-05
|
1102
|
+
1186, 7e-05
|
1103
|
+
1187, 4e-05
|
1104
|
+
1188, 5e-05
|
1105
|
+
1189, 3e-05
|
1106
|
+
1190, 5e-05
|
1107
|
+
1191, 5e-05
|
1108
|
+
1192, 4e-05
|
1109
|
+
1193, 2e-05
|
1110
|
+
1194, 5e-05
|
1111
|
+
1195, 5e-05
|
1112
|
+
1196, 4e-05
|
1113
|
+
1197, 3e-05
|
1114
|
+
1198, 5e-05
|
1115
|
+
1199, 6e-05
|
1116
|
+
1200, 4e-05
|
1117
|
+
1201, 3e-05
|
1118
|
+
1202, 1e-05
|
1119
|
+
1203, 1e-05
|
1120
|
+
1204, 2e-05
|
1121
|
+
1205, 9e-05
|
1122
|
+
1206, 3e-05
|
1123
|
+
1207, 4e-05
|
1124
|
+
1208, 3e-05
|
1125
|
+
1209, 4e-05
|
1126
|
+
1210, 4e-05
|
1127
|
+
1211, 6e-05
|
1128
|
+
1212, 7e-05
|
1129
|
+
1213, 7e-05
|
1130
|
+
1214, 4e-05
|
1131
|
+
1215, 6e-05
|
1132
|
+
1216, 1e-05
|
1133
|
+
1217, 5e-05
|
1134
|
+
1218, 1e-05
|
1135
|
+
1219, 7e-05
|
1136
|
+
1220, 6e-05
|
1137
|
+
1221, 2e-05
|
1138
|
+
1222, 2e-05
|
1139
|
+
1223, 0.0001
|
1140
|
+
1224, 7e-05
|
1141
|
+
1225, 4e-05
|
1142
|
+
1226, 3e-05
|
1143
|
+
1227, 2e-05
|
1144
|
+
1228, 4e-05
|
1145
|
+
1229, 4e-05
|
1146
|
+
1230, 8e-05
|
1147
|
+
1231, 2e-05
|
1148
|
+
1232, 4e-05
|
1149
|
+
1233, 2e-05
|
1150
|
+
1234, 2e-05
|
1151
|
+
1235, 4e-05
|
1152
|
+
1236, 2e-05
|
1153
|
+
1237, 3e-05
|
1154
|
+
1238, 9e-05
|
1155
|
+
1239, 6e-05
|
1156
|
+
1240, 3e-05
|
1157
|
+
1241, 2e-05
|
1158
|
+
1242, 3e-05
|
1159
|
+
1243, 7e-05
|
1160
|
+
1244, 3e-05
|
1161
|
+
1246, 1e-05
|
1162
|
+
1247, 4e-05
|
1163
|
+
1248, 3e-05
|
1164
|
+
1249, 2e-05
|
1165
|
+
1250, 5e-05
|
1166
|
+
1251, 2e-05
|
1167
|
+
1252, 6e-05
|
1168
|
+
1253, 5e-05
|
1169
|
+
1254, 5e-05
|
1170
|
+
1255, 2e-05
|
1171
|
+
1256, 1e-05
|
1172
|
+
1257, 3e-05
|
1173
|
+
1258, 2e-05
|
1174
|
+
1259, 2e-05
|
1175
|
+
1260, 1e-05
|
1176
|
+
1261, 2e-05
|
1177
|
+
1262, 2e-05
|
1178
|
+
1263, 1e-05
|
1179
|
+
1264, 2e-05
|
1180
|
+
1265, 2e-05
|
1181
|
+
1266, 3e-05
|
1182
|
+
1267, 3e-05
|
1183
|
+
1268, 3e-05
|
1184
|
+
1269, 3e-05
|
1185
|
+
1270, 1e-05
|
1186
|
+
1271, 1e-05
|
1187
|
+
1272, 3e-05
|
1188
|
+
1273, 2e-05
|
1189
|
+
1274, 3e-05
|
1190
|
+
1275, 3e-05
|
1191
|
+
1276, 6e-05
|
1192
|
+
1278, 3e-05
|
1193
|
+
1279, 1e-05
|
1194
|
+
1280, 4e-05
|
1195
|
+
1281, 1e-05
|
1196
|
+
1282, 2e-05
|
1197
|
+
1283, 1e-05
|
1198
|
+
1284, 6e-05
|
1199
|
+
1285, 1e-05
|
1200
|
+
1286, 3e-05
|
1201
|
+
1287, 2e-05
|
1202
|
+
1288, 2e-05
|
1203
|
+
1289, 6e-05
|
1204
|
+
1290, 4e-05
|
1205
|
+
1291, 2e-05
|
1206
|
+
1292, 4e-05
|
1207
|
+
1293, 1e-05
|
1208
|
+
1294, 2e-05
|
1209
|
+
1295, 4e-05
|
1210
|
+
1296, 5e-05
|
1211
|
+
1297, 2e-05
|
1212
|
+
1298, 4e-05
|
1213
|
+
1300, 2e-05
|
1214
|
+
1301, 2e-05
|
1215
|
+
1302, 4e-05
|
1216
|
+
1303, 2e-05
|
1217
|
+
1304, 1e-05
|
1218
|
+
1305, 3e-05
|
1219
|
+
1306, 2e-05
|
1220
|
+
1307, 3e-05
|
1221
|
+
1308, 3e-05
|
1222
|
+
1309, 2e-05
|
1223
|
+
1310, 3e-05
|
1224
|
+
1311, 2e-05
|
1225
|
+
1312, 1e-05
|
1226
|
+
1313, 2e-05
|
1227
|
+
1314, 3e-05
|
1228
|
+
1315, 1e-05
|
1229
|
+
1316, 1e-05
|
1230
|
+
1317, 5e-05
|
1231
|
+
1318, 3e-05
|
1232
|
+
1319, 2e-05
|
1233
|
+
1320, 1e-05
|
1234
|
+
1321, 2e-05
|
1235
|
+
1322, 2e-05
|
1236
|
+
1323, 2e-05
|
1237
|
+
1324, 3e-05
|
1238
|
+
1325, 3e-05
|
1239
|
+
1326, 5e-05
|
1240
|
+
1327, 4e-05
|
1241
|
+
1329, 3e-05
|
1242
|
+
1330, 3e-05
|
1243
|
+
1331, 3e-05
|
1244
|
+
1332, 2e-05
|
1245
|
+
1333, 1e-05
|
1246
|
+
1334, 1e-05
|
1247
|
+
1335, 3e-05
|
1248
|
+
1336, 1e-05
|
1249
|
+
1337, 1e-05
|
1250
|
+
1338, 1e-05
|
1251
|
+
1339, 1e-05
|
1252
|
+
1340, 2e-05
|
1253
|
+
1341, 2e-05
|
1254
|
+
1342, 1e-05
|
1255
|
+
1343, 3e-05
|
1256
|
+
1344, 2e-05
|
1257
|
+
1345, 1e-05
|
1258
|
+
1346, 2e-05
|
1259
|
+
1347, 1e-05
|
1260
|
+
1350, 1e-05
|
1261
|
+
1351, 1e-05
|
1262
|
+
1352, 5e-05
|
1263
|
+
1353, 6e-05
|
1264
|
+
1354, 1e-05
|
1265
|
+
1355, 2e-05
|
1266
|
+
1356, 1e-05
|
1267
|
+
1357, 1e-05
|
1268
|
+
1358, 3e-05
|
1269
|
+
1360, 1e-05
|
1270
|
+
1361, 3e-05
|
1271
|
+
1363, 2e-05
|
1272
|
+
1364, 3e-05
|
1273
|
+
1365, 1e-05
|
1274
|
+
1366, 3e-05
|
1275
|
+
1367, 2e-05
|
1276
|
+
1368, 4e-05
|
1277
|
+
1369, 1e-05
|
1278
|
+
1370, 1e-05
|
1279
|
+
1371, 5e-05
|
1280
|
+
1372, 1e-05
|
1281
|
+
1373, 6e-05
|
1282
|
+
1374, 2e-05
|
1283
|
+
1376, 4e-05
|
1284
|
+
1378, 1e-05
|
1285
|
+
1379, 4e-05
|
1286
|
+
1380, 4e-05
|
1287
|
+
1381, 3e-05
|
1288
|
+
1382, 1e-05
|
1289
|
+
1383, 1e-05
|
1290
|
+
1386, 2e-05
|
1291
|
+
1388, 1e-05
|
1292
|
+
1390, 2e-05
|
1293
|
+
1391, 1e-05
|
1294
|
+
1392, 3e-05
|
1295
|
+
1393, 3e-05
|
1296
|
+
1394, 2e-05
|
1297
|
+
1395, 3e-05
|
1298
|
+
1397, 3e-05
|
1299
|
+
1398, 1e-05
|
1300
|
+
1399, 3e-05
|
1301
|
+
1400, 2e-05
|
1302
|
+
1401, 1e-05
|
1303
|
+
1402, 2e-05
|
1304
|
+
1403, 1e-05
|
1305
|
+
1404, 3e-05
|
1306
|
+
1405, 3e-05
|
1307
|
+
1407, 1e-05
|
1308
|
+
1408, 2e-05
|
1309
|
+
1409, 1e-05
|
1310
|
+
1410, 1e-05
|
1311
|
+
1411, 1e-05
|
1312
|
+
1413, 2e-05
|
1313
|
+
1414, 2e-05
|
1314
|
+
1417, 3e-05
|
1315
|
+
1418, 3e-05
|
1316
|
+
1420, 1e-05
|
1317
|
+
1421, 3e-05
|
1318
|
+
1423, 1e-05
|
1319
|
+
1424, 1e-05
|
1320
|
+
1426, 1e-05
|
1321
|
+
1427, 2e-05
|
1322
|
+
1429, 1e-05
|
1323
|
+
1431, 1e-05
|
1324
|
+
1432, 2e-05
|
1325
|
+
1436, 2e-05
|
1326
|
+
1437, 1e-05
|
1327
|
+
1438, 1e-05
|
1328
|
+
1442, 2e-05
|
1329
|
+
1444, 1e-05
|
1330
|
+
1446, 1e-05
|
1331
|
+
1447, 2e-05
|
1332
|
+
1448, 2e-05
|
1333
|
+
1450, 2e-05
|
1334
|
+
1451, 2e-05
|
1335
|
+
1452, 1e-05
|
1336
|
+
1453, 1e-05
|
1337
|
+
1456, 1e-05
|
1338
|
+
1457, 1e-05
|
1339
|
+
1460, 1e-05
|
1340
|
+
1462, 1e-05
|
1341
|
+
1463, 3e-05
|
1342
|
+
1464, 1e-05
|
1343
|
+
1465, 3e-05
|
1344
|
+
1466, 2e-05
|
1345
|
+
1467, 2e-05
|
1346
|
+
1468, 2e-05
|
1347
|
+
1470, 4e-05
|
1348
|
+
1472, 1e-05
|
1349
|
+
1473, 2e-05
|
1350
|
+
1475, 1e-05
|
1351
|
+
1476, 1e-05
|
1352
|
+
1477, 1e-05
|
1353
|
+
1478, 1e-05
|
1354
|
+
1481, 1e-05
|
1355
|
+
1484, 1e-05
|
1356
|
+
1485, 1e-05
|
1357
|
+
1487, 5e-05
|
1358
|
+
1488, 1e-05
|
1359
|
+
1492, 2e-05
|
1360
|
+
1493, 2e-05
|
1361
|
+
1494, 3e-05
|
1362
|
+
1495, 1e-05
|
1363
|
+
1496, 1e-05
|
1364
|
+
1498, 1e-05
|
1365
|
+
1499, 1e-05
|
1366
|
+
1502, 1e-05
|
1367
|
+
1504, 3e-05
|
1368
|
+
1505, 2e-05
|
1369
|
+
1506, 1e-05
|
1370
|
+
1507, 2e-05
|
1371
|
+
1510, 1e-05
|
1372
|
+
1511, 1e-05
|
1373
|
+
1512, 2e-05
|
1374
|
+
1514, 1e-05
|
1375
|
+
1516, 1e-05
|
1376
|
+
1517, 4e-05
|
1377
|
+
1519, 1e-05
|
1378
|
+
1520, 2e-05
|
1379
|
+
1521, 1e-05
|
1380
|
+
1523, 1e-05
|
1381
|
+
1524, 1e-05
|
1382
|
+
1525, 1e-05
|
1383
|
+
1526, 1e-05
|
1384
|
+
1527, 2e-05
|
1385
|
+
1528, 1e-05
|
1386
|
+
1529, 1e-05
|
1387
|
+
1531, 2e-05
|
1388
|
+
1534, 2e-05
|
1389
|
+
1535, 1e-05
|
1390
|
+
1537, 1e-05
|
1391
|
+
1539, 1e-05
|
1392
|
+
1541, 1e-05
|
1393
|
+
1543, 2e-05
|
1394
|
+
1544, 1e-05
|
1395
|
+
1545, 1e-05
|
1396
|
+
1552, 2e-05
|
1397
|
+
1554, 1e-05
|
1398
|
+
1557, 1e-05
|
1399
|
+
1558, 1e-05
|
1400
|
+
1559, 1e-05
|
1401
|
+
1561, 2e-05
|
1402
|
+
1562, 1e-05
|
1403
|
+
1563, 2e-05
|
1404
|
+
1564, 1e-05
|
1405
|
+
1565, 1e-05
|
1406
|
+
1569, 1e-05
|
1407
|
+
1570, 1e-05
|
1408
|
+
1571, 2e-05
|
1409
|
+
1573, 1e-05
|
1410
|
+
1577, 1e-05
|
1411
|
+
1578, 2e-05
|
1412
|
+
1581, 2e-05
|
1413
|
+
1582, 1e-05
|
1414
|
+
1583, 2e-05
|
1415
|
+
1584, 1e-05
|
1416
|
+
1585, 1e-05
|
1417
|
+
1592, 1e-05
|
1418
|
+
1595, 2e-05
|
1419
|
+
1596, 1e-05
|
1420
|
+
1598, 1e-05
|
1421
|
+
1600, 2e-05
|
1422
|
+
1602, 1e-05
|
1423
|
+
1604, 1e-05
|
1424
|
+
1606, 2e-05
|
1425
|
+
1607, 1e-05
|
1426
|
+
1608, 1e-05
|
1427
|
+
1612, 1e-05
|
1428
|
+
1613, 2e-05
|
1429
|
+
1614, 1e-05
|
1430
|
+
1618, 1e-05
|
1431
|
+
1619, 1e-05
|
1432
|
+
1621, 1e-05
|
1433
|
+
1623, 1e-05
|
1434
|
+
1624, 1e-05
|
1435
|
+
1627, 1e-05
|
1436
|
+
1628, 2e-05
|
1437
|
+
1629, 1e-05
|
1438
|
+
1630, 1e-05
|
1439
|
+
1631, 1e-05
|
1440
|
+
1632, 1e-05
|
1441
|
+
1633, 1e-05
|
1442
|
+
1635, 1e-05
|
1443
|
+
1636, 1e-05
|
1444
|
+
1637, 2e-05
|
1445
|
+
1639, 1e-05
|
1446
|
+
1643, 1e-05
|
1447
|
+
1644, 2e-05
|
1448
|
+
1650, 1e-05
|
1449
|
+
1661, 1e-05
|
1450
|
+
1670, 1e-05
|
1451
|
+
1674, 1e-05
|
1452
|
+
1675, 3e-05
|
1453
|
+
1678, 1e-05
|
1454
|
+
1682, 1e-05
|
1455
|
+
1684, 1e-05
|
1456
|
+
1690, 1e-05
|
1457
|
+
1694, 1e-05
|
1458
|
+
1707, 1e-05
|
1459
|
+
1725, 1e-05
|
1460
|
+
1726, 1e-05
|
1461
|
+
1728, 2e-05
|
1462
|
+
1733, 2e-05
|
1463
|
+
1743, 1e-05
|
1464
|
+
1746, 1e-05
|
1465
|
+
1748, 1e-05
|
1466
|
+
1763, 1e-05
|
1467
|
+
1767, 2e-05
|
1468
|
+
1769, 1e-05
|
1469
|
+
1777, 1e-05
|
1470
|
+
1778, 1e-05
|
1471
|
+
1780, 1e-05
|
1472
|
+
1782, 1e-05
|
1473
|
+
1790, 2e-05
|
1474
|
+
1791, 1e-05
|
1475
|
+
1793, 1e-05
|
1476
|
+
1795, 1e-05
|
1477
|
+
1806, 1e-05
|
1478
|
+
1812, 1e-05
|
1479
|
+
1816, 1e-05
|
1480
|
+
1819, 1e-05
|
1481
|
+
1833, 1e-05
|
1482
|
+
1837, 1e-05
|
1483
|
+
1849, 1e-05
|
1484
|
+
1855, 1e-05
|
1485
|
+
1861, 1e-05
|
1486
|
+
1871, 1e-05
|
1487
|
+
1874, 1e-05
|
1488
|
+
1879, 1e-05
|
1489
|
+
1888, 1e-05
|
1490
|
+
1895, 2e-05
|
1491
|
+
1898, 1e-05
|
1492
|
+
1913, 1e-05
|
1493
|
+
1915, 1e-05
|
1494
|
+
1917, 1e-05
|
1495
|
+
1918, 1e-05
|
1496
|
+
1921, 1e-05
|
1497
|
+
1922, 1e-05
|
1498
|
+
1923, 1e-05
|
1499
|
+
1925, 2e-05
|
1500
|
+
1928, 1e-05
|
1501
|
+
1942, 1e-05
|
1502
|
+
1950, 1e-05
|
1503
|
+
1955, 2e-05
|
1504
|
+
1960, 1e-05
|
1505
|
+
1962, 1e-05
|
1506
|
+
1972, 1e-05
|
1507
|
+
1988, 1e-05
|
1508
|
+
1990, 1e-05
|
1509
|
+
2016, 1e-05
|
1510
|
+
2023, 1e-05
|
1511
|
+
2050, 1e-05
|
1512
|
+
2078, 1e-05
|
1513
|
+
2084, 1e-05
|
1514
|
+
2088, 1e-05
|
1515
|
+
2101, 1e-05
|
1516
|
+
2113, 1e-05
|
1517
|
+
2124, 1e-05
|
1518
|
+
2128, 1e-05
|
1519
|
+
2135, 1e-05
|
1520
|
+
2138, 1e-05
|
1521
|
+
2148, 1e-05
|
1522
|
+
2156, 1e-05
|
1523
|
+
2168, 1e-05
|
1524
|
+
2185, 1e-05
|
1525
|
+
2201, 1e-05
|
1526
|
+
2208, 1e-05
|
1527
|
+
2256, 1e-05
|
1528
|
+
2369, 1e-05
|
1529
|
+
2383, 1e-05
|
1530
|
+
2745, 1e-05
|
1531
|
+
2766, 1e-05
|